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

Unified Diff: content/content_tests.gypi

Issue 14197014: Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unnecessary real threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: platform specific dchecks should be platform specific Created 7 years, 7 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index c1ad950222767e4be29419f55454e450e70de402..3052c40a4ea0a3264d4e2c7b99accebf30855ff3 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -24,9 +24,9 @@
'..',
],
'sources': [
- 'public/test/browser_test.h',
'public/test/browser_test_base.cc',
'public/test/browser_test_base.h',
+ 'public/test/browser_test.h',
'public/test/browser_test_utils.cc',
'public/test/browser_test_utils.h',
'public/test/content_test_suite_base.cc',
@@ -57,6 +57,8 @@
'public/test/render_widget_test.h',
'public/test/test_browser_context.cc',
'public/test/test_browser_context.h',
+ 'public/test/test_browser_thread_bundle.cc',
+ 'public/test/test_browser_thread_bundle.h',
'public/test/test_browser_thread.cc',
'public/test/test_browser_thread.h',
'public/test/test_content_client_initializer.cc',

Powered by Google App Engine
This is Rietveld 408576698