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

  /external/chromium_org/tools/gyp/test/custom-generator/
mygenerator.py 11 def GenerateOutput(target_list, target_dicts, data, params):
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
gypsh.py 43 def GenerateOutput(target_list, target_dicts, data, params):
46 'target_dicts': target_dicts,
eclipse.py 79 def GetAllIncludeDirectories(target_list, target_dicts,
123 target = target_dicts[target_name]
192 def GetAllDefines(target_list, target_dicts, data, config_name, params,
207 target = target_dicts[target_name]
281 def GenerateOutputForConfig(target_list, target_dicts, data, params,
307 include_dirs = GetAllIncludeDirectories(target_list, target_dicts,
311 defines = GetAllDefines(target_list, target_dicts, data, config_name, params,
319 def GenerateOutput(target_list, target_dicts, data, params):
327 GenerateOutputForConfig(target_list, target_dicts, data, params,
330 config_names = target_dicts[target_list[0]]['configurations'].keys(
    [all...]
gypd.py 70 def GenerateOutput(target_list, target_dicts, data, params):
dump_dependency_json.py 60 def GenerateOutput(target_list, target_dicts, data, params):
73 for dep in target_dicts[target].get('dependencies', []):
analyzer.py 273 def _GenerateTargets(data, target_list, target_dicts, toplevel_dir, files,
311 target_dicts[target_name])
312 target.is_executable = target_dicts[target_name]['type'] == 'executable'
329 sources = _ExtractSources(target_name, target_dicts[target_name],
339 for dep in target_dicts[target_name].get('dependencies', []):
511 def GenerateOutput(target_list, target_dicts, data, params):
531 data, target_list, target_dicts, toplevel_dir, frozenset(config.files),
ninja.py     [all...]
msvs.py     [all...]
android.py     [all...]
make.py     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSUtil.py 71 def ShardTargets(target_list, target_dicts):
76 target_dicts: Dict of target properties keyed on target pair.
82 for t in target_dicts:
83 shards = int(target_dicts[t].get('msvs_shard', 0))
96 for t in target_dicts:
100 new_target_dicts[name] = copy.copy(target_dicts[t])
109 new_target_dicts[t] = target_dicts[t]
166 def InsertLargePdbShims(target_list, target_dicts, vars):
174 target_dicts: Dict of target properties keyed on target pair.
181 for t in target_dicts
    [all...]
xcode_ninja.py 143 def CreateWrapper(target_list, target_dicts, data, params):
150 target_dicts: Dict of target properties keyed on target pair.
167 # Create new |target_list|, |target_dicts| and |data| data structures.
190 spec = target_dicts[old_qualified_target]
222 for target, target_dict in target_dicts.iteritems():
common.py 289 def DeepDependencyTargets(target_dicts, roots):
302 spec = target_dicts[r]
314 def AllTargets(target_list, target_dicts, build_file):
318 deptargets = DeepDependencyTargets(target_dicts, bftargets)
xcode_emulation.py     [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/
make_simple.py 262 def GenerateOutput(target_list, target_dicts, data, params):
275 target_info = target_dicts[target_list[0]]
293 for target_info in target_dicts.values():

Completed in 2983 milliseconds