diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-08 16:35:21 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-08 16:35:21 +0000 |
commit | 752b9f9a5dcd50720ff20cb55884d1a4ba4829d7 (patch) | |
tree | 7b41bcd0e76cd723156d69aa369dc2984e4f3bff /chrome/installer/mini_installer.gyp | |
parent | bf20baad5d120449445655300ac6add8f6c6650e (diff) | |
download | chromium_src-752b9f9a5dcd50720ff20cb55884d1a4ba4829d7.zip chromium_src-752b9f9a5dcd50720ff20cb55884d1a4ba4829d7.tar.gz chromium_src-752b9f9a5dcd50720ff20cb55884d1a4ba4829d7.tar.bz2 |
Make LASTCHANGE work properly for make build.
BUG=22044
Review URL: http://codereview.chromium.org/579014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/mini_installer.gyp')
-rwxr-xr-x | chrome/installer/mini_installer.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/installer/mini_installer.gyp b/chrome/installer/mini_installer.gyp index 0a2d79e..c81271c 100755 --- a/chrome/installer/mini_installer.gyp +++ b/chrome/installer/mini_installer.gyp @@ -111,12 +111,14 @@ 'inputs': [ '<(template_input_path)', '<(version_path)', - '<(lastchange_path)', '<(branding_dir)/BRANDING', ], 'outputs': [ '<(INTERMEDIATE_DIR)/mini_installer_exe_version.rc', ], + 'dependencies': [ + '../../build/util/build_util.gyp:lastchange', + ], 'action': [ 'python', '<(version_py)', '-f', '<(version_path)', |