Searched refs:Compilable (Results 1 - 2 of 2) sorted by relevance

/external/v8/tools/gyp/pylib/gyp/generator/
H A Dmake.py559 def Compilable(filename): function
796 sources = filter(Compilable, all_sources)
1216 compilable = filter(Compilable, sources)
1769 all_sources: A list of source files (will be filtered by Compilable).
1805 self.WriteList(map(self.Absolutify, filter(Compilable, all_sources)),
H A Dcmake.py84 def Compilable(filename): function

Completed in 161 milliseconds