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

  /external/v8/tools/gyp/test/make_global_settings/full-toolchain/
gyptest-make_global_settings.py 32 gyp_file = 'make_global_settings.gyp' variable
34 test.run_gyp(gyp_file,
39 test.build(gyp_file,
  /external/v8/tools/gyp/test/symlinks/
gyptest-symlinks.py 31 with tempfile.NamedTemporaryFile() as gyp_file:
34 gyp_file.write(orig_gyp_file.read())
35 gyp_file.flush()
44 if os.path.getsize(gyp_file.name) == 0:
57 os.symlink(gyp_file.name, symlink_gyp)
  /external/v8/tools/
verify_source_deps.py 65 def iflatten_gyp_file(gyp_file):
70 with open(gyp_file) as f:
95 *[iflatten_gyp_file(gyp_file) for gyp_file in GYP_FILES]
  /external/v8/tools/gyp/test/lib/
TestGyp.py 293 def run_gyp(self, gyp_file, *args, **kw):
295 Runs gyp against the specified gyp_file with the specified args.
307 run_args.append(gyp_file)
356 def build(self, gyp_file, target=None, **kw):
359 generated from the specified gyp_file.
402 def up_to_date(self, gyp_file, target=None, **kw):
445 def cmake_build(self, gyp_file, target=None, **kw):
467 def ninja_build(self, gyp_file, target=None, **kw):
489 def build(self, gyp_file, target=None, status=0, **kw):
497 self.cmake_build(gyp_file, target, **kw
    [all...]
  /external/v8/gypfiles/
gyp_v8 138 gyp_file = os.environ.get('V8_GYP_FILE') variable
139 if gyp_file:
142 args.extend(shlex.split(gyp_file))
  /external/v8/build/
gyp_chromium.py 244 gyp_file = os.environ.get('CHROMIUM_GYP_FILE')
245 if gyp_file:
248 args.extend(shlex.split(gyp_file))
  /external/v8/tools/gyp/pylib/gyp/generator/
cmake.py 564 gyp_file, gyp_target_name, gyp_target_toolset = (
566 cmake_target_full_name = gyp_file + ':' + gyp_target_name
623 gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target)
624 rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir)
838 base_path = gyp.common.RelativePath(os.path.dirname(gyp_file),
    [all...]
msvs.py     [all...]
  /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 197 local gyp_file = assert(io.open(filename), "failed to open GYP file")
198 local gyp = gyp_file:read('*a')
206 gyp_file:close()

Completed in 521 milliseconds