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

  /external/chromium_org/tools/gyp/pylib/gyp/
common.py 53 [build_file, target] = target_split
55 build_file = None
63 return [build_file, target, toolset]
66 def ResolveTarget(build_file, target, toolset):
73 # build_file is the file relative to which 'target' is defined.
79 if build_file:
81 # containing build_file. If build_file is not in the current directory,
83 # interpreting it as relative to build_file. If parsed_build_file is
86 build_file = os.path.normpath(os.path.join(os.path.dirname(build_file)
    [all...]
input.py 688 def ExpandVariables(input, phase, variables, build_file):
770 processed_variables, build_file)
773 contents = ExpandVariables(contents, phase, variables, build_file)
790 build_file_dir = os.path.dirname(build_file)
792 # If build_file is just a leaf filename indicating a file in the
    [all...]
MSVSNew.py 113 spec = None, build_file = None, config_platform_overrides = None,
125 build_file: Filename of the .gyp file that the vcproj file comes from.
133 self.build_file = build_file
__init__.py 284 usage = 'usage: %s [options ...] [build_file ...]'
415 raise GypError((usage + '\n\n%s: error: no build_file') %
425 for build_file in build_files:
426 build_file_dir = os.path.abspath(os.path.dirname(build_file))
  /external/chromium_org/v8/tools/
mingw-generate-makefiles.sh 47 def MonkeyBuildFileTargets(target_list, build_file):
48 """From a target_list, returns the subset from the specified build_file.
50 build_file = build_file.replace('/', '\\\\')
51 return [p for p in target_list if gyp.common.BuildFile(p) == build_file]
  /external/chromium_org/tools/gyp/tools/
graphviz.py 50 build_file, target_name, toolset = ParseTarget(src)
51 files[build_file].append(src)
65 build_file, target_name, toolset = ParseTarget(target)
73 build_file, target_name, toolset = ParseTarget(target)
  /external/chromium_org/tools/gn/
toolchain_manager.cc 265 SourceFile build_file(DirToBuildFile(dir));
283 if (info->all_invocations.find(build_file) !=
291 info->all_invocations.insert(build_file);
302 info->scheduled_invocations[build_file] = specified_from;
306 info->scheduled_invocations[build_file] = specified_from;
330 specified_from, build_settings_, build_file,
332 base::Unretained(this), info, build_file),
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
msvs.py 913 gyp_path = _NormalizedSource(project.build_file)
916 config_type = _GetMSVSConfigurationType(spec, project.build_file)
921 gyp_file = os.path.split(project.build_file)[1]
    [all...]
make.py     [all...]
android.py     [all...]
xcode.py 594 for build_file, build_file_dict in data.iteritems():
595 (build_file_root, build_file_ext) = os.path.splitext(build_file)
619 for build_file, build_file_dict in data.iteritems():
620 (build_file_root, build_file_ext) = os.path.splitext(build_file)
626 xcp = XcodeProject(build_file, xcodeproj_path, build_file_dict)
627 xcode_projects[build_file] = xcp
647 [build_file, target_name, toolset] = \
659 xcp = xcode_projects[build_file]
    [all...]
eclipse.py 134 build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0])
135 make_global_settings_dict = data[build_file].get('make_global_settings', {})
ninja.py     [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 271 build_file, _, _ = gyp.common.ParseQualifiedTarget(target_list[0])
272 make_global_settings = data[build_file].get('make_global_settings', [])

Completed in 2182 milliseconds