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

Unified Diff: content/content_tests.gypi

Issue 10501012: Move mock download test headers from content\test to content\public\test. This way we can enforce t… (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 140199)
+++ content/content_tests.gypi (working copy)
@@ -29,6 +29,8 @@
'public/test/browser_test.h',
'public/test/content_test_suite_base.h',
'public/test/js_injection_ready_observer.h',
+ 'public/test/mock_download_item.h',
+ 'public/test/mock_download_manager.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
@@ -68,9 +70,7 @@
'test/gpu/gpu_test_expectations_parser.cc',
'test/gpu/gpu_test_expectations_parser.h',
'test/mock_download_item.cc',
- 'test/mock_download_item.h',
'test/mock_download_manager.cc',
- 'test/mock_download_manager.h',
'test/mock_keyboard.cc',
'test/mock_keyboard_driver_win.cc',
'test/mock_keyboard_driver_win.h',

Powered by Google App Engine
This is Rietveld 408576698