diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 07:36:04 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-11 07:36:04 +0000 |
commit | e2e1374eb88909a06833730e05b59f01f98525d4 (patch) | |
tree | 91cd2acf373b506ced3e43cce3cf866fc3c22f3c /chrome/chrome.gyp | |
parent | 275538b9af4cc9869b9a80d0e1821b26f206b67c (diff) | |
download | chromium_src-e2e1374eb88909a06833730e05b59f01f98525d4.zip chromium_src-e2e1374eb88909a06833730e05b59f01f98525d4.tar.gz chromium_src-e2e1374eb88909a06833730e05b59f01f98525d4.tar.bz2 |
Fix build order on windows by making sure grit runs before
the repack action.
TBR=erg
Review URL: http://codereview.chromium.org/2730012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49508 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index e1dc2b6..004e713 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1433,6 +1433,9 @@ 'variables': { 'repack_path': '../tools/data_pack/repack.py', }, + 'dependencies': [ + 'chrome_extra_resources', + ], 'actions': [ { 'action_name': 'repack_resources', |