Searched refs:gyp_file (Results 1 – 3 of 3) sorted by relevance
65 def iflatten_gyp_file(gyp_file): argument70 with open(gyp_file) as f:95 *[iflatten_gyp_file(gyp_file) for gyp_file in GYP_FILES]
134 gyp_file = os.environ.get('V8_GYP_FILE') variable135 if gyp_file:138 args.extend(shlex.split(gyp_file))
236 for gyp_file in gyp_files:237 contents = input_api.ReadFile(gyp_file)245 violating_gyp_files.add(gyp_file)