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

Unified Diff: content/content_tests.gypi

Issue 10500016: Move test_browser_thread.h from content\test to content\public\test. This way we can enforce that i… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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
===================================================================
--- content/content_tests.gypi (revision 140252)
+++ content/content_tests.gypi (working copy)
@@ -36,6 +36,7 @@
'public/test/mock_render_thread.h',
'public/test/mock_resource_context.h',
'public/test/render_view_fake_resources_test.h',
+ 'public/test/test_browser_thread.h',
'public/test/test_navigation_observer.h',
# TODO(phajdan.jr): All of those files should live in content/test (if
# they're only used by content) or content/public/test (if they're used
@@ -94,7 +95,6 @@
'test/test_browser_context.cc',
'test/test_browser_context.h',
'test/test_browser_thread.cc',
- 'test/test_browser_thread.h',
'test/test_content_client.cc',
'test/test_content_client.h',
'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.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698