DescriptionAutomatically sort headers in files affected by move_source_file.py, and update full-path references in // comments.
Sorting headers does not seem to affect timing appreciably in my test case, but searching for full-path references in comments does increase the time taken by around 20%. If the speed ever becomes a problem, this latter feature could be made optional, but for now it is probably simplest to leave it on all the time.
BUG=None
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=169252
Patch Set 1 #Patch Set 2 : Fix indent problem. #Patch Set 3 : Fix comment. #Patch Set 4 : Also find references in // comments. #Patch Set 5 : Switch to simpler interface on MultiFileFindReplace. #Patch Set 6 : Fix formatting. #Patch Set 7 : Improve comments. #
Total comments: 4
Patch Set 8 : Respond to review comments. #Messages
Total messages: 7 (0 generated)
|