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

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: merged ToT Created 7 years, 6 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 0231411483515b2a65ecc7b57a1f611c82adcd6c..8f3662fe1ab56e9ea855bbff915279b84b221756 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',
« no previous file with comments | « content/browser/web_contents/web_contents_impl_unittest.cc ('k') | content/public/test/test_browser_thread_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698