Lines Matching full:includes
82 # Rewrite any #includes relative to Skia's top-level directory.
103 # Write it back out again line by line with substitutions for #includes.
106 includes = [] variable
114 includes.append(parts[0] + '"%s"' % header + parts[2])
116 # deduplicate includes in this block. If a file needs to be included
117 # multiple times, the separate includes should go in different blocks.
118 includes = sorted(list(set(includes))) variable
119 for inc in includes:
121 includes = [] variable
123 # Fix any straggling includes, e.g. in a file that only includes something else.
124 for inc in sorted(includes):
132 print('Some files need rewritten #includes:')