summaryrefslogtreecommitdiffstats
path: root/chrome/installer/mini_installer.gyp
diff options
context:
space:
mode:
authormad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-21 03:14:02 +0000
committermad@chromium.org <mad@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-21 03:14:02 +0000
commitbcd8453776860362c5ee105ccba2761bebe02a7c (patch)
tree4318febc203af09e81501197bd41d9cfeba9e6fb /chrome/installer/mini_installer.gyp
parenta5e4efd40cf3894d2b5594af7d8187f221412279 (diff)
downloadchromium_src-bcd8453776860362c5ee105ccba2761bebe02a7c.zip
chromium_src-bcd8453776860362c5ee105ccba2761bebe02a7c.tar.gz
chromium_src-bcd8453776860362c5ee105ccba2761bebe02a7c.tar.bz2
Moving version script and gypi file to build\util.
BUG=343792 OK, it's been almost a week now, with regular pings to OWNERs, so I guess it's OK to TBR... It's only Gyp/script changes anyway... Feel free to uncheck the CQ box if you disagree... TBR=beng@chromium.org, darin@chromium.org Review URL: https://codereview.chromium.org/165893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252481 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rw-r--r--chrome/installer/mini_installer.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp
index 3352274..bb92eb2 100644
--- a/chrome/installer/mini_installer.gyp
+++ b/chrome/installer/mini_installer.gyp
@@ -1,6 +1,6 @@
{
'variables': {
- 'version_py': '../../chrome/tools/build/version.py',
+ 'version_py': '<(DEPTH)/build/util/version.py',
'version_path': '../../chrome/VERSION',
'lastchange_path': '<(DEPTH)/build/util/LASTCHANGE',
# 'branding_dir' is set in the 'conditions' section at the bottom.