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

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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index f0c67ba2bcb2e60c830db116283c9d5ba841a822..c533c702baa7cd0470e7820f07e6e688ab628aa2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1546,7 +1546,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.
@@ -2095,6 +2094,7 @@
],
'include_dirs': [
'..',
+ '../third_party/cld',
],
'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
'sources': [
@@ -2266,6 +2266,9 @@
'browser/speech/speech_input_bubble_browsertest.cc',
'browser/ssl/ssl_browser_tests.cc',
'browser/task_manager/task_manager_browsertest.cc',
+
+ 'browser/translate/translate_manager_unittest.cc',
sky 2011/02/22 18:55:01 remove extra newlines here.
+
'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/renderer_host/test/test_render_view_host.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