Searched refs:gyp_file_data (Results 1 – 1 of 1) sorted by relevance
42 def GetAllGypSources(gyp_file_data): argument44 for target in gyp_file_data[GYP_TARGETS_KEY]:72 def VerifyGypFile(gyp_file_data): argument73 gyp_sources = GetAllGypSources(gyp_file_data)119 def GetSourcesForTarget(target_name, gyp_file_data): argument120 for target in gyp_file_data[GYP_TARGETS_KEY]:134 def GenerateCIncludeTest(gyp_file_data): argument135 c_sources = GetSourcesForTarget('ppapi_c', gyp_file_data)147 def GenerateCCIncludeTest(gyp_file_data): argument148 cc_sources = GetSourcesForTarget('ppapi_cpp_objects', gyp_file_data)[all …]