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

Unified Diff: content/content_tests.gypi

Issue 2296483002: Fix some unit_tests under PlzNavigate (Closed)
Patch Set: not in public interface Created 4 years, 4 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
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 02351615e8220334657425112b1f1873d78c60e0..0a47676dccd8a56c5c05e04129681cd22b579e5b 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -20,6 +20,8 @@
'public/test/async_file_test_helper.h',
'public/test/background_sync_test_util.cc',
'public/test/background_sync_test_util.h',
+ 'public/test/browser_side_navigation_test_utils.cc',
+ 'public/test/browser_side_navigation_test_utils.h',
'public/test/content_test_suite_base.cc',
'public/test/content_test_suite_base.h',
'public/test/download_test_observer.cc',
@@ -103,8 +105,6 @@
'test/appcache_test_helper.h',
'test/blink_test_environment.cc',
'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_test_suite.cc',
@@ -667,10 +667,10 @@
'child/shared_memory_received_data_factory_unittest.cc',
'child/simple_webmimeregistry_impl_unittest.cc',
'child/site_isolation_stats_gatherer_unittest.cc',
+ 'child/url_response_body_consumer_unittest.cc',
'child/v8_value_converter_impl_unittest.cc',
'child/web_data_consumer_handle_impl_unittest.cc',
'child/web_url_loader_impl_unittest.cc',
- 'child/url_response_body_consumer_unittest.cc',
'child/worker_thread_registry_unittest.cc',
'common/android/address_parser_unittest.cc',
'common/android/gin_java_bridge_value_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698