diff options
author | satorux <satorux@chromium.org> | 2015-02-12 17:56:59 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-02-13 01:57:36 +0000 |
commit | 72c7409fa56a30e34a747a74143025c3e4b5d3ae (patch) | |
tree | 38477a6352c28b3f6d2090dc462dabbcd7c791e3 /chrome/chrome_watcher/chrome_watcher.gypi | |
parent | c1f8c4ef02da286ecce8111dd4415515d74c8419 (diff) | |
download | chromium_src-72c7409fa56a30e34a747a74143025c3e4b5d3ae.zip chromium_src-72c7409fa56a30e34a747a74143025c3e4b5d3ae.tar.gz chromium_src-72c7409fa56a30e34a747a74143025c3e4b5d3ae.tar.bz2 |
Sort GYP files under chrome sub directories using tools/sort_sources.py
GYP files directly under chrome were sorted in crrev.com/315927
The patch is to sort smaller GYP files in sub directories.
Also fix a bug where rc.version, ico, def, release suffixes weren't handled
correctly.
BUG=456014
TEST=everything should build as before
Review URL: https://codereview.chromium.org/914243003
Cr-Commit-Position: refs/heads/master@{#316127}
Diffstat (limited to 'chrome/chrome_watcher/chrome_watcher.gypi')
-rw-r--r-- | chrome/chrome_watcher/chrome_watcher.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_watcher/chrome_watcher.gypi b/chrome/chrome_watcher/chrome_watcher.gypi index a5711ce..067dbb6 100644 --- a/chrome/chrome_watcher/chrome_watcher.gypi +++ b/chrome/chrome_watcher/chrome_watcher.gypi @@ -54,9 +54,9 @@ '../..', ], 'sources': [ + '<(SHARED_INTERMEDIATE_DIR)/chrome_watcher/chrome_watcher_version.rc', 'chrome_watcher.def', 'chrome_watcher_main.cc', - '<(SHARED_INTERMEDIATE_DIR)/chrome_watcher/chrome_watcher_version.rc', ], 'dependencies': [ 'chrome_watcher_resources', |