diff options
author | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-17 16:49:27 +0000 |
---|---|---|
committer | mmoss@google.com <mmoss@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-17 16:49:27 +0000 |
commit | 19f60a5a8d524ae49e0345b49000b5d526ebecf6 (patch) | |
tree | e09ebcb20455262cf072a74ebf570cabb096ece0 /base | |
parent | c01b9b5ba4bb2d97518399fa74c2c384384f052f (diff) | |
download | chromium_src-19f60a5a8d524ae49e0345b49000b5d526ebecf6.zip chromium_src-19f60a5a8d524ae49e0345b49000b5d526ebecf6.tar.gz chromium_src-19f60a5a8d524ae49e0345b49000b5d526ebecf6.tar.bz2 |
Roll gyp DEPS, and mostly revert r38366 which was fixed better in gyp.
This properly triggers build targets that depend on "always run" actions.
BUG=22044
Review URL: http://codereview.chromium.org/604061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39223 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gyp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/base/base.gyp b/base/base.gyp index 7915d83..8e941a3 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -298,13 +298,11 @@ '<(template_input_path)', '<(version_path)', '<(branding_path)', + '<(lastchange_path)', ], 'outputs': [ '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h', ], - 'dependencies': [ - '../../build/util/build_util.gyp:lastchange', - ], 'action': [ 'python', '<(version_py_path)', |