Searched refs:excluded_idl (Results 1 – 1 of 1) sorted by relevance
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
D | msvs.py | 980 sources, excluded_sources, excluded_idl = ( 998 _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl, 1452 excluded_idl = _IdlFilesHandledNonNatively(spec, sources) 1468 return sources, excluded_sources, excluded_idl 1480 excluded_idl = [i for i in sources if i.endswith('.idl')] 1482 excluded_idl = [] 1483 return excluded_idl 1497 def _ExcludeFilesFromBeingBuilt(p, spec, excluded_sources, excluded_idl, argument 1499 exclusions = _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl) 1512 def _GetExcludedFilesFromBuild(spec, excluded_sources, excluded_idl): argument [all …]
|