diff options
author | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 17:09:00 +0000 |
---|---|---|
committer | robertshield@chromium.org <robertshield@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-02 17:09:00 +0000 |
commit | a37e27e9535fc7eafc298d6a36c9694ddac69f2e (patch) | |
tree | 84e2195f40187f0d9de16509cc5a824c25801449 /chrome_frame/chrome_frame.gyp | |
parent | 45566b5593cfc9b5d20990cb30cea47d8e3cfd04 (diff) | |
download | chromium_src-a37e27e9535fc7eafc298d6a36c9694ddac69f2e.zip chromium_src-a37e27e9535fc7eafc298d6a36c9694ddac69f2e.tar.gz chromium_src-a37e27e9535fc7eafc298d6a36c9694ddac69f2e.tar.bz2 |
Add explicit build dependencies from npchrome_frame to chrome and chrome_dll. This is to avoid having non-versioned matched components in the build directory if only buildingg npchrome_frame which causes all manner of trouble.
BUG=version-mismatched binaries can reside in the build folder when building only npchrome_frame
TEST=NONE
Review URL: http://codereview.chromium.org/4288001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64759 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/chrome_frame.gyp')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index af2d00d..aa2a5ad 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -839,6 +839,8 @@ '../build/temp_gyp/googleurl.gyp:googleurl', 'chrome_frame_launcher.gyp:chrome_frame_helper', 'chrome_frame_launcher.gyp:chrome_frame_helper_dll', + '../chrome/chrome.gyp:chrome', + '../chrome/chrome.gyp:chrome_dll', '../chrome/chrome.gyp:chrome_version_header', '../chrome/chrome.gyp:common', '../chrome/chrome.gyp:utility', |