Lines Matching refs:file
6 # found in the LICENSE file.
91 # This .gni file we want to read is close enough to Python syntax
116 print('// DO NOT MODIFY! This file is autogenerated by gn_to_bp.py.', file=f)
117 print('// If need to change a define, modify SkUserConfigManual.h', file=f)
118 print('#pragma once', file=f)
119 print('#include "SkUserConfigManual.h"', file=f)
121 print('', file=f)
122 print('#ifndef', define.split('=')[0], file=f)
123 print('#define', define.replace('=', ' ', 1), file=f)
124 print('#endif', file=f)