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