diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 22:35:15 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-09 22:35:15 +0000 |
commit | 004af1999e1af93ce408ff4c4057eb6e174a82bd (patch) | |
tree | ff87dc9abee3c5d917b988128014b7a64eb4dbcd /chrome | |
parent | 9005af1fd8600cb273436977d02d99e01bf118ac (diff) | |
download | chromium_src-004af1999e1af93ce408ff4c4057eb6e174a82bd.zip chromium_src-004af1999e1af93ce408ff4c4057eb6e174a82bd.tar.gz chromium_src-004af1999e1af93ce408ff4c4057eb6e174a82bd.tar.bz2 |
Fixing gyp description for windows with webkit/test_shell.
This does not throw the switch to turn it on for the world yet.
Review URL: http://codereview.chromium.org/66008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 86611c3..4e9bff2 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1646,7 +1646,8 @@ ], 'dependencies': [ 'views', - '../breakpad/breakpad.gyp:breakpad_handler', + '../build/temp_gyp/breakpad.gyp:breakpad_handler', + '../build/temp_gyp/breakpad.gyp:breakpad_sender', '../sandbox/sandbox.gyp:sandbox', 'worker', ], |