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

Unified Diff: content/content_tests.gypi

Issue 1137083005: Move ContentBrowserSanityChecker and WebContentsObserverSanityChecker from content/public/test to c… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | content/public/test/browser_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index e9d0ea4e51eafe1594e3a4ce636a1ad5bb9b026c..91d52530a9f5fc2feb7aa3e8da162e5da4b43f98 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -33,8 +33,6 @@
'public/test/browser_test_base.h',
'public/test/browser_test_utils.cc',
'public/test/browser_test_utils.h',
- 'public/test/content_browser_sanity_checker.cc',
- 'public/test/content_browser_sanity_checker.h',
'public/test/content_test_suite_base.cc',
'public/test/content_test_suite_base.h',
'public/test/download_test_observer.cc',
@@ -102,8 +100,6 @@
'public/test/test_web_contents_factory.h',
'public/test/unittest_test_suite.cc',
'public/test/unittest_test_suite.h',
- 'public/test/web_contents_observer_sanity_checker.cc',
- 'public/test/web_contents_observer_sanity_checker.h',
'public/test/web_contents_tester.cc',
'public/test/web_contents_tester.h',
'test/appcache_test_helper.cc',
@@ -112,6 +108,8 @@
'test/blink_test_environment.h',
'test/browser_side_navigation_test_utils.cc',
'test/browser_side_navigation_test_utils.h',
+ 'test/content_browser_sanity_checker.cc',
+ 'test/content_browser_sanity_checker.h',
'test/content_browser_test_utils_internal.cc',
'test/content_browser_test_utils_internal.h',
'test/content_test_suite.cc',
@@ -166,6 +164,8 @@
'test/test_web_contents.cc',
'test/test_web_contents.h',
'test/test_web_contents_factory.cc',
+ 'test/web_contents_observer_sanity_checker.cc',
+ 'test/web_contents_observer_sanity_checker.h',
'test/web_gesture_curve_mock.cc',
'test/web_gesture_curve_mock.h',
'test/web_layer_tree_view_impl_for_testing.cc',
@@ -338,7 +338,7 @@
'browser/appcache/mock_appcache_storage.h',
'browser/appcache/mock_appcache_storage_unittest.cc',
'browser/background_sync/background_sync_manager_unittest.cc',
- 'browser/background_sync/background_sync_network_observer_unittest.cc',
+ 'browser/background_sync/background_sync_network_observer_unittest.cc',
'browser/browser_thread_unittest.cc',
'browser/browser_url_handler_impl_unittest.cc',
'browser/byte_stream_unittest.cc',
« no previous file with comments | « no previous file | content/public/test/browser_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698