Home
last modified time | relevance | path

Searched refs:gyp_file (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/
Dverify_source_deps.py65 def iflatten_gyp_file(gyp_file): argument
70 with open(gyp_file) as f:
95 *[iflatten_gyp_file(gyp_file) for gyp_file in GYP_FILES]
/external/v8/build/
Dgyp_v8134 gyp_file = os.environ.get('V8_GYP_FILE') variable
135 if gyp_file:
138 args.extend(shlex.split(gyp_file))
/external/webrtc/
DPRESUBMIT.py236 for gyp_file in gyp_files:
237 contents = input_api.ReadFile(gyp_file)
245 violating_gyp_files.add(gyp_file)