Index: tools/git/move_source_file.py |
diff --git a/tools/git/move_source_file.py b/tools/git/move_source_file.py |
index 117b3ebb1980a7e1d37db0c216cda4266cd35984..b4525bd9491cc5218cfbb23a3ba9ec1d0ad88d15 100755 |
--- a/tools/git/move_source_file.py |
+++ b/tools/git/move_source_file.py |
@@ -117,7 +117,7 @@ def UpdatePostMove(from_path, to_path): |
mffr.MultiFileFindReplace( |
r'([\'"])%s([\'"])' % re.escape(PathMinusFirstComponent(from_path)), |
r'\1%s\2' % PathMinusFirstComponent(to_path), |
- ['*.gyp*']) |
+ ['*.gyp*', '*.gn']) |
Daniel Erat
2015/02/03 15:19:56
can this be BUILD.gn instead of *.gn? i think that
satorux1
2015/02/04 05:13:18
Good point. It had to be */BUILD.gn for git grep t
|
def MakeIncludeGuardName(path_from_root): |