diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-06 05:57:54 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-06 05:57:54 +0000 |
commit | 7f88ee2ff55afc54409f2f91ba59eb620f4129a2 (patch) | |
tree | e2b65c28741c3df472ae2b3590a02a8ca4bc3a5d /chrome/chrome_exe.gypi | |
parent | 757636c8caaf2045f74ada33d965b3bad68808ad (diff) | |
download | chromium_src-7f88ee2ff55afc54409f2f91ba59eb620f4129a2.zip chromium_src-7f88ee2ff55afc54409f2f91ba59eb620f4129a2.tar.gz chromium_src-7f88ee2ff55afc54409f2f91ba59eb620f4129a2.tar.bz2 |
Add googleurl dependency to one of the nacl64 targets, remove previous try to
fix this change.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/668221
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40821 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_exe.gypi')
-rw-r--r-- | chrome/chrome_exe.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi index bdcd25f..b274050 100644 --- a/chrome/chrome_exe.gypi +++ b/chrome/chrome_exe.gypi @@ -503,6 +503,7 @@ '../breakpad/breakpad.gyp:breakpad_handler_win64', '../breakpad/breakpad.gyp:breakpad_sender_win64', '../base/base.gyp:base_nacl_win64', + '../build/temp_gyp/googleurl.gyp:googleurl', '../chrome_frame/chrome_frame.gyp:npchrome_frame', # TODO(gregoryd): build sandbox for 64 bit # '../sandbox/sandbox.gyp:sandbox', |