Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4363)

Unified Diff: chrome/chrome_tests.gypi

Issue 6532034: GTTF: Use a fresh TestingBrowserProcess for each test, part #2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: '' Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/translate/translate_manager_unittest.cc ('k') | chrome/test/browser_with_test_window_test.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 75925)
+++ chrome/chrome_tests.gypi (working copy)
@@ -1126,7 +1126,6 @@
],
'include_dirs': [
'..',
- '../third_party/cld',
],
'defines': [
'CLD_WINDOWS',
@@ -1545,7 +1544,6 @@
'browser/task_manager/task_manager_unittest.cc',
'browser/themes/browser_theme_pack_unittest.cc',
'browser/themes/browser_theme_provider_unittest.cc',
- 'browser/translate/translate_manager_unittest.cc',
# It is safe to list */cocoa/* files in the "common" file list
# without an explicit exclusion since gyp is smart enough to
# exclude them from non-Mac builds.
@@ -2113,6 +2111,7 @@
'../skia/skia.gyp:skia',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ '../third_party/cld/cld.gyp:cld',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
# Runtime dependencies
@@ -2278,6 +2277,7 @@
'browser/speech/speech_input_bubble_browsertest.cc',
'browser/ssl/ssl_browser_tests.cc',
'browser/task_manager/task_manager_browsertest.cc',
+ 'browser/translate/translate_manager_browsertest.cc',
'browser/ui/browser_init_browsertest.cc',
'browser/ui/browser_navigator_browsertest.cc',
'browser/ui/browser_navigator_browsertest.h',
« no previous file with comments | « chrome/browser/translate/translate_manager_unittest.cc ('k') | chrome/test/browser_with_test_window_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698