Home | History | Annotate | Download | only in ppapi

Lines Matching full:missing

178   missing = []
181 missing.append('ppapi/api/%s.idl' % filename)
186 for filename in missing:
192 missing.remove(filename)
194 if missing:
197 'Missing PPAPI header, no change or skipped generation?',
198 long_text='\n '.join(missing)))
240 'Missing PPAPI IDL for private interface, please generate IDL:',
246 'Missing PPAPI IDL for DEV, required before moving to stable:',
252 'Missing PPAPI IDL for stable interface:',