diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-13 16:30:06 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-13 16:30:06 +0000 |
commit | 3e5645311762779764cc858193712b7368bb9485 (patch) | |
tree | 2200c507686d3dbeaa44e72030a41701a41ba3de /base/base.gyp | |
parent | 5604aa5da991f9adea3251ddb48627d5c0bf2061 (diff) | |
download | chromium_src-3e5645311762779764cc858193712b7368bb9485.zip chromium_src-3e5645311762779764cc858193712b7368bb9485.tar.gz chromium_src-3e5645311762779764cc858193712b7368bb9485.tar.bz2 |
Fix a dependency problem in base.gyp, so that file_version_info_linux.h
is generated before it is used.
Review URL: http://codereview.chromium.org/113256
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15960 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 12bbc52..3355042 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -365,6 +365,10 @@ # generates version information, e.g. to capture revision # changes, which aren't captured by file dependencies. '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.bogus', + + # And this is the real output, so that the build system knows + # what action generates it. + '<(SHARED_INTERMEDIATE_DIR)/base/file_version_info_linux.h', ], 'action': [ '../chrome/tools/build/linux/version.sh', |