Lines Matching refs:missing
174 'Missing change to tools/metrics/histograms/histograms.xml.\n' +
224 missing = []
227 missing.append('ppapi/api/%s.idl' % filename)
232 for filename in missing:
238 missing.remove(filename)
240 if missing:
243 'Missing PPAPI header, no change or skipped generation?',
244 long_text='\n '.join(missing)))
286 'Missing PPAPI IDL for private interface, please generate IDL:',
292 'Missing PPAPI IDL for DEV, required before moving to stable:',
302 'Missing PPAPI IDL for stable interface (due to change in ' +
308 'Missing PPAPI IDL for stable interface:',