diff options
author | alph@chromium.org <alph@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-09 14:45:31 +0000 |
---|---|---|
committer | alph@chromium.org <alph@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-09 14:45:31 +0000 |
commit | 3e619e55f500e4d400e850bd4daa43a488312e0d (patch) | |
tree | ae799eba49b49181a4fd6e911504fcac5d17597f /sandbox/win/sandbox_win.gypi | |
parent | 5740793cf58a3f9c11cf398ee589c96879440d8b (diff) | |
download | chromium_src-3e619e55f500e4d400e850bd4daa43a488312e0d.zip chromium_src-3e619e55f500e4d400e850bd4daa43a488312e0d.tar.gz chromium_src-3e619e55f500e4d400e850bd4daa43a488312e0d.tar.bz2 |
Revert of Convert installer_util_unittests, sbox_integration_tests, sbox_validation_tests, sbox_unittests to … (https://codereview.chromium.org/315403006/)
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
Diffstat (limited to 'sandbox/win/sandbox_win.gypi')
-rw-r--r-- | sandbox/win/sandbox_win.gypi | 3 |
1 files changed, 0 insertions, 3 deletions
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': [ |