HomeSort by relevance Sort by last modified time
    Searched refs:gyp_file (Results 1 - 2 of 2) 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/webrtc/
PRESUBMIT.py 236 for gyp_file in gyp_files:
237 contents = input_api.ReadFile(gyp_file)
245 violating_gyp_files.add(gyp_file)

Completed in 921 milliseconds