Home
last modified time | relevance | path

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

/external/chromium_org/ppapi/
Dgenerate_ppapi_include_tests.py42 def GetAllGypSources(gyp_file_data): argument
44 for target in gyp_file_data[GYP_TARGETS_KEY]:
72 def VerifyGypFile(gyp_file_data): argument
73 gyp_sources = GetAllGypSources(gyp_file_data)
119 def GetSourcesForTarget(target_name, gyp_file_data): argument
120 for target in gyp_file_data[GYP_TARGETS_KEY]:
134 def GenerateCIncludeTest(gyp_file_data): argument
135 c_sources = GetSourcesForTarget('ppapi_c', gyp_file_data)
147 def GenerateCCIncludeTest(gyp_file_data): argument
148 cc_sources = GetSourcesForTarget('ppapi_cpp_objects', gyp_file_data)
[all …]