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

Unified Diff: content/content_tests.gypi

Issue 10492009: Move test headers from content\test to content\public\test. This way we can enforce that internal c… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: fix mac 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 140250)
+++ 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_context.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
@@ -92,7 +93,6 @@
'test/render_view_test.cc',
'test/render_view_test.h',
'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',

Powered by Google App Engine
This is Rietveld 408576698