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

  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 270 def run_gyp(self, gyp_file, *args, **kw):
272 Runs gyp against the specified gyp_file with the specified args.
284 run_args.append(gyp_file)
329 def build(self, gyp_file, target=None, **kw):
332 generated from the specified gyp_file.
373 def up_to_date(self, gyp_file, target=None, **kw):
480 def build(self, gyp_file, target=None, **kw):
483 gyp_file. This logic is taken from Android's mmm.
639 def up_to_date(self, gyp_file, target=None, **kw):
649 return self.build(gyp_file, target, **kw
    [all...]
  /external/chromium_org/v8/build/
gyp_v8 134 gyp_file = os.environ.get('V8_GYP_FILE') variable
135 if gyp_file:
138 args.extend(shlex.split(gyp_file))
  /external/chromium_org/build/
gyp_chromium 234 gyp_file = os.environ.get('CHROMIUM_GYP_FILE')
235 if gyp_file:
238 args.extend(shlex.split(gyp_file))
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 481 gyp_file = os.path.join(SRC_DIR, 'breakpad', 'breakpad.gyp')
483 GypNinjaBuild('ia32', gyp_py, gyp_file, build_list, out_dir)
489 gyp_file = os.path.join(SRC_DIR, 'ppapi', 'native_client',
491 GypNinjaBuild(arch, gyp_py, gyp_file, 'ppapi_lib', out_dir)
501 gyp_file = os.path.join(SRC_DIR, 'ppapi', 'native_client', 'src',
504 GypNinjaBuild(target_arch, gyp_py, gyp_file, targets, out_dir, False)
507 def GypNinjaBuild(arch, gyp_py_script, gyp_file, targets,
539 [sys.executable, gyp_py_script, gyp_file, gyp_depth] + \
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py     [all...]

Completed in 642 milliseconds