diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 11:29:33 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-18 11:29:33 +0000 |
commit | 9f0434a4fe44c870e3a98d6c480e0d7ce09823e7 (patch) | |
tree | ef083e6630ba46342fcecbd5234c30de4ade75c1 /sandbox | |
parent | 501e9a78ba00e32b33e459298df3348589fda5d4 (diff) | |
download | chromium_src-9f0434a4fe44c870e3a98d6c480e0d7ce09823e7.zip chromium_src-9f0434a4fe44c870e3a98d6c480e0d7ce09823e7.tar.gz chromium_src-9f0434a4fe44c870e3a98d6c480e0d7ce09823e7.tar.bz2 |
Remove dependency of sandbox_win64 on gtest
Not sure why this works on previous compilers, because it's linking the
x86 gtest.lib into the nacl64.exe binary. On VS2013 it errors out with
a message to that effect.
(jschuh, bradnelson: any reason this is necessary?)
TBR=cpu@chromium.org
BUG=288948
Review URL: https://codereview.chromium.org/27651002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@229362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/win/sandbox_win.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sandbox/win/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi index ab2be49..881a650 100644 --- a/sandbox/win/sandbox_win.gypi +++ b/sandbox/win/sandbox_win.gypi @@ -336,7 +336,6 @@ 'target_arch': 'x64', }, 'dependencies': [ - '../testing/gtest.gyp:gtest', '../base/base.gyp:base_nacl_win64', '../base/base.gyp:base_static_win64', ], |