/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 | 67 def GetAllIncludeDirectories(target_list, target_dicts, 80 target = target_dicts[target_name] 124 def GetCompilerPath(target_list, target_dicts, data): 149 def GetAllDefines(target_list, target_dicts, data, config_name): 160 target = target_dicts[target_name] 175 cc_target = GetCompilerPath(target_list, target_dicts, data) 227 def GenerateOutputForConfig(target_list, target_dicts, data, params, 252 include_dirs = GetAllIncludeDirectories(target_list, target_dicts, 255 defines = GetAllDefines(target_list, target_dicts, data, config_name) 262 def GenerateOutput(target_list, target_dicts, data, params) [all...] |
gypd.py | 70 def GenerateOutput(target_list, target_dicts, data, params):
|
dump_dependency_json.py | 72 def GenerateOutput(target_list, target_dicts, data, params): 85 for dep in target_dicts[target].get('dependencies', []):
|
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] 165 def InsertLargePdbShims(target_list, target_dicts, vars): 173 target_dicts: Dict of target properties keyed on target pair. 180 for t in target_dicts [all...] |
common.py | 280 def DeepDependencyTargets(target_dicts, roots): 293 spec = target_dicts[r] 305 def AllTargets(target_list, target_dicts, build_file): 309 deptargets = DeepDependencyTargets(target_dicts, bftargets)
|
/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():
|