| 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',
|
|
|