-
Notifications
You must be signed in to change notification settings - Fork 879
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce --touch_overridden_files option to build command
We sometimes copies upstream file in our chromium_src. Then, our cc_wrapper scripts replaces original file with same file in chromium_src if existed. However, if we only modify copied file, gn doens't trigger rebuild when original file isn't touched. To fix this, use this option to touch original file. To touch all overridden files, use --touch_overridden_files='*'. To touch specific files contain specific strings, use --touch_overridden_files='manifest'. This will touch original chrome_manifest_handlers.cc file.
- Loading branch information
Showing
2 changed files
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters