diff options
author | scottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-31 20:45:25 +0000 |
---|---|---|
committer | scottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-31 20:45:25 +0000 |
commit | 9046a115069b1f9f5e2335b64e49e170dfe64640 (patch) | |
tree | da93a44af4448ec9e9b203e36ec02f74ab3d16b2 /chrome/installer/upgrade_test.gyp | |
parent | bc3d2110f80449765e8eebeffa4777f58a0b543a (diff) | |
download | chromium_src-9046a115069b1f9f5e2335b64e49e170dfe64640.zip chromium_src-9046a115069b1f9f5e2335b64e49e170dfe64640.tar.gz chromium_src-9046a115069b1f9f5e2335b64e49e170dfe64640.tar.bz2 |
Instead of always running the LASTCHANGE extractor, run it with regular file dependencies.
During gclient runhooks, update LASTCHANGE so that it will be updated at least as often as runhooks is run (i.e. for every sync).
LASTCHANGE moved to build/util rather than SHARED_INTERMEDIATE_DIR because that directory isn't known to runhooks.
BUG=111731
Review URL: https://chromiumcodereview.appspot.com/9169105
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119950 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/upgrade_test.gyp')
-rw-r--r-- | chrome/installer/upgrade_test.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/upgrade_test.gyp b/chrome/installer/upgrade_test.gyp index 5a610dd..4d703509 100644 --- a/chrome/installer/upgrade_test.gyp +++ b/chrome/installer/upgrade_test.gyp @@ -6,7 +6,7 @@ 'variables': { 'version_py': '../../chrome/tools/build/version.py', 'version_path': '../../chrome/VERSION', - 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', + 'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE', # 'branding_dir' is set in the 'conditions' section at the bottom. 'msvs_use_common_release': 0, 'msvs_use_common_linker_extras': 0, |