Home
last modified time | relevance | path

Searched refs:gyp_file (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/tools/gyp/test/lib/
DTestGyp.py247 def run_gyp(self, gyp_file, *args, **kw): argument
259 run_args = ['--depth='+depth, '--format='+self.format, gyp_file]
302 def build(self, gyp_file, target=None, **kw): argument
346 def up_to_date(self, gyp_file, target=None, **kw): argument
441 def build(self, gyp_file, target=None, **kw): argument
525 def up_to_date(self, gyp_file, target=None, **kw): argument
535 return self.build(gyp_file, target, **kw)
546 def cmake_build(self, gyp_file, target=None, **kw): argument
568 def ninja_build(self, gyp_file, target=None, **kw): argument
590 def build(self, gyp_file, target=None, status=0, **kw): argument
[all …]
/external/chromium_org/tools/gn/
Dgyp_target_writer.cc38 void GypTargetWriter::WriteFile(const SourceFile& gyp_file, in WriteFile() argument
48 base::FilePath gyp_file_path = debug_build_settings->GetFullPath(gyp_file); in WriteFile()
69 gyp_file.GetDir(), file); in WriteFile()
80 gyp_file.GetDir(), file); in WriteFile()
Dgyp_helper.cc23 if (!target->gyp_file().is_null()) in GetGypFileForTarget()
24 return target->gyp_file(); in GetGypFileForTarget()
Dcommand_gyp.cc118 debug_target->gyp_file() != release_target->gyp_file()) { in EnsureTargetsMatch()
214 if (group.debug->item()->AsTarget()->gyp_file().is_null()) in WriteGypFiles()
Dgyp_target_writer.h53 static void WriteFile(const SourceFile& gyp_file,
Dtarget.h135 const SourceFile& gyp_file() const { return gyp_file_; } in gyp_file() function
DBUILD.gn5 gyp_file = "gn.gyp"
/external/chromium_org/v8/build/
Dgyp_v8139 gyp_file = os.environ.get('V8_GYP_FILE') variable
140 if gyp_file:
143 args.extend(shlex.split(gyp_file))
/external/v8/build/
Dgyp_v8132 gyp_file = os.environ.get('V8_GYP_FILE') variable
133 if gyp_file:
136 args.extend(shlex.split(gyp_file))
/external/chromium/build/
Dgyp_chromium135 gyp_file = os.environ.get('CHROMIUM_GYP_FILE') variable
136 if gyp_file:
139 args.extend(shlex.split(gyp_file))
/external/chromium_org/tools/gn/secondary/testing/
DBUILD.gn17 gyp_file = "gtest.gyp"
75 gyp_file = "gmock.gyp"
112 gyp_file = "gmock.gyp"
/external/chromium_org/build/
Dgyp_chromium238 gyp_file = os.environ.get('CHROMIUM_GYP_FILE') variable
239 if gyp_file:
242 args.extend(shlex.split(gyp_file))
/external/chromium_org/native_client_sdk/src/build_tools/
Dbuild_sdk.py504 gyp_file = os.path.join(SRC_DIR, 'breakpad', 'breakpad.gyp')
506 GypNinjaBuild('ia32', gyp_py, gyp_file, build_list, out_dir)
512 gyp_file = os.path.join(SRC_DIR, 'ppapi', 'native_client',
514 GypNinjaBuild(arch, gyp_py, gyp_file, 'ppapi_lib', out_dir)
524 gyp_file = os.path.join(SRC_DIR, 'ppapi', 'native_client', 'src',
527 GypNinjaBuild(target_arch, gyp_py, gyp_file, targets, out_dir, False)
530 def GypNinjaBuild(arch, gyp_py_script, gyp_file, targets, argument
553 [sys.executable, gyp_py_script, gyp_file, gyp_depth] + \
/external/chromium_org/tools/gn/secondary/
DBUILD.gn5 gyp_file = "root.gyp"
/external/chromium_org/tools/gn/secondary/third_party/re2/
DBUILD.gn9 gyp_file = "re2.gyp"
/external/chromium_org/tools/gyp/pylib/gyp/generator/
Dcmake.py566 gyp_file, gyp_target_name, gyp_target_toolset = (
568 cmake_target_full_name = gyp_file + ':' + gyp_target_name
625 gyp_file, _, _ = gyp.common.ParseQualifiedTarget(qualified_target)
626 rel_gyp_file = gyp.common.RelativePath(gyp_file, options.toplevel_dir)
751 base_path = gyp.common.RelativePath(os.path.dirname(gyp_file),
Dmsvs.py970 gyp_file = os.path.split(project.build_file)[1]
972 gyp_file)
1386 def _PrepareListOfSources(spec, generator_flags, gyp_file): argument
1406 sources.add(gyp_file)
1707 gyp_file, target = gyp.common.ParseQualifiedTarget(p)[0:2]
1708 gyp_dir = os.path.dirname(gyp_file)
3112 gyp_file = os.path.split(project.build_file)[1]
3114 gyp_file)