diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 19:09:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-22 19:09:58 +0000 |
commit | 87930be9c2f649026664778f132b2a003984d489 (patch) | |
tree | a6556807d37941ac2bf8451087cf1f83717f6b8b /chrome/chrome.gyp | |
parent | 967c43ce2e52c96fb6f3a5c878d2973c7bcf2fc1 (diff) | |
download | chromium_src-87930be9c2f649026664778f132b2a003984d489.zip chromium_src-87930be9c2f649026664778f132b2a003984d489.tar.gz chromium_src-87930be9c2f649026664778f132b2a003984d489.tar.bz2 |
gtest / gmock shouldn't be in the shipping product
Remove dependencies from automation on testing libraries that pull in gtest / gmock directly or indirectly. Do this by pulling ASSERTs out of chrome code and putting them into test code instead. Also delete some unused code.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8584013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111187 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index cecefaf..dfadbd0 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1237,9 +1237,7 @@ 'type': 'static_library', 'dependencies': [ 'chrome_resources.gyp:theme_resources', - '../base/base.gyp:test_support_base', '../skia/skia.gyp:skia', - '../testing/gtest.gyp:gtest', ], 'include_dirs': [ '..', |