Lines Matching full:includes
78 # Rewrite any #includes relative to Skia's top-level directory.
104 # Write it back out again line by line with substitutions for #includes.
107 includes = [] variable
129 includes.append(parts[0] + '"%s"' % header + parts[2])
131 # deduplicate includes in this block. If a file needs to be included
132 # multiple times, the separate includes should go in different blocks.
133 includes = sorted(list(set(includes))) variable
134 for inc in includes:
136 includes = [] variable
138 # Fix any straggling includes, e.g. in a file that only includes something else.
139 for inc in sorted(includes):
146 print('Some files need rewritten #includes:')
154 print('Automatic rewritting of includes not possible.')