From 3e619e55f500e4d400e850bd4daa43a488312e0d Mon Sep 17 00:00:00 2001 From: "alph@chromium.org" Date: Mon, 9 Jun 2014 14:45:31 +0000 Subject: =?UTF-8?q?Revert=20of=20Convert=20installer=5Futil=5Funittests,?= =?UTF-8?q?=20sbox=5Fintegration=5Ftests,=20sbox=5Fvalidation=5Ftests,=20s?= =?UTF-8?q?box=5Funittests=20to=20=E2=80=A6=20(https://codereview.chromium?= =?UTF-8?q?.org/315403006/)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reason for revert: Broke a bunch of unit tests on Win. http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/19568 Original issue's description: > Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to new test launcher > > Also add them to the Windows trybots > > BUG=381071 > R=grt@chromium.org, rvargas@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=275801 TBR=gab@chromium.org,rvargas@chromium.org,grt@chromium.org,phajdan.jr@chromium.org NOTREECHECKS=true NOTRY=true BUG=381071 Review URL: https://codereview.chromium.org/314173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275805 0039d316-1c4b-4281-b951-d872f2087c98 --- sandbox/win/sandbox_win.gypi | 3 --- 1 file changed, 3 deletions(-) (limited to 'sandbox/win/sandbox_win.gypi') diff --git a/sandbox/win/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi index 01d3f12..42644bc 100644 --- a/sandbox/win/sandbox_win.gypi +++ b/sandbox/win/sandbox_win.gypi @@ -208,7 +208,6 @@ 'type': 'executable', 'dependencies': [ 'sandbox', - '../base/base.gyp:test_support_base', '../testing/gtest.gyp:gtest', ], 'sources': [ @@ -240,7 +239,6 @@ 'type': 'executable', 'dependencies': [ 'sandbox', - '../base/base.gyp:test_support_base', '../testing/gtest.gyp:gtest', ], 'sources': [ @@ -257,7 +255,6 @@ 'type': 'executable', 'dependencies': [ 'sandbox', - '../base/base.gyp:test_support_base', '../testing/gtest.gyp:gtest', ], 'sources': [ -- cgit v1.1