Home
last modified time | relevance | path

Searched defs:gyp_file (Results 1 – 5 of 5) sorted by relevance

/external/v8/tools/gyp/test/lib/
DTestGyp.py293 def run_gyp(self, gyp_file, *args, **kw): argument
356 def build(self, gyp_file, target=None, **kw): argument
402 def up_to_date(self, gyp_file, target=None, **kw): argument
445 def cmake_build(self, gyp_file, target=None, **kw): argument
467 def ninja_build(self, gyp_file, target=None, **kw): argument
489 def build(self, gyp_file, target=None, status=0, **kw): argument
528 def up_to_date(self, gyp_file, target=None, **kw): argument
545 def build(self, gyp_file, target=None, **kw): argument
564 def up_to_date(self, gyp_file, target=None, **kw): argument
788 def run_gyp(self, gyp_file, *args, **kw): argument
[all …]
/external/v8/tools/gyp/test/make_global_settings/full-toolchain/
Dgyptest-make_global_settings.py32 gyp_file = 'make_global_settings.gyp' variable
/external/v8/gypfiles/
Dgyp_v8138 gyp_file = os.environ.get('V8_GYP_FILE') variable
/external/v8/tools/
Dverify_source_deps.py65 def iflatten_gyp_file(gyp_file): argument
/external/v8/tools/gyp/pylib/gyp/generator/
Dmsvs.py1439 def _PrepareListOfSources(spec, generator_flags, gyp_file): argument