summaryrefslogtreecommitdiffstats
path: root/chrome/installer/installer_tools.gyp
diff options
context:
space:
mode:
authorscottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-31 20:45:25 +0000
committerscottmg@google.com <scottmg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-31 20:45:25 +0000
commit9046a115069b1f9f5e2335b64e49e170dfe64640 (patch)
treeda93a44af4448ec9e9b203e36ec02f74ab3d16b2 /chrome/installer/installer_tools.gyp
parentbc3d2110f80449765e8eebeffa4777f58a0b543a (diff)
downloadchromium_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/installer_tools.gyp')
-rw-r--r--chrome/installer/installer_tools.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/installer_tools.gyp b/chrome/installer/installer_tools.gyp
index e2c381e..644137c 100644
--- a/chrome/installer/installer_tools.gyp
+++ b/chrome/installer/installer_tools.gyp
@@ -6,7 +6,7 @@
'variables': {
'version_py': '<(DEPTH)/chrome/tools/build/version.py',
'version_path': '<(DEPTH)/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,