Home
last modified time | relevance | path

Searched refs:need_rewriting (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tools/
Drewrite_includes.py70 need_rewriting = [] variable
104 need_rewriting.append(file_path)
108 if need_rewriting:
110 for path in need_rewriting:
113 print 'python tools/rewrite_includes.py ' + ' '.join(need_rewriting)
/third_party/skia/tools/
Drewrite_includes.py76 need_rewriting = [] variable
111 need_rewriting.append(file_path)
115 if need_rewriting:
117 for path in need_rewriting:
120 print('python tools/rewrite_includes.py ' + ' '.join(need_rewriting))