HomeSort by relevance Sort by last modified time
    Searched refs:gyp_file (Results 1 - 4 of 4) sorted by null

  /external/v8/gypfiles/
gyp_v8 150 gyp_file = os.environ.get('V8_GYP_FILE') variable
151 if gyp_file:
154 args.extend(shlex.split(gyp_file))
  /external/v8/tools/
verify_source_deps.py 123 def iflatten_gyp_file(gyp_file):
128 with open(gyp_file) as f:
153 *[iflatten_gyp_file(gyp_file) for gyp_file in GYP_FILES]
  /external/webrtc/
PRESUBMIT.py 236 for gyp_file in gyp_files:
237 contents = input_api.ReadFile(gyp_file)
245 violating_gyp_files.add(gyp_file)
  /external/v8/tools/gcmole/
gcmole.lua 198 local gyp_file = assert(io.open(filename), "failed to open GYP file")
199 local gyp = gyp_file:read('*a')
207 gyp_file:close()

Completed in 232 milliseconds