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

Unified Diff: content/content_tests.gypi

Issue 730553002: PlzNavigate: Refactor unit test helper functions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 39d770dda702a26e0002106e9644b9b3dfa34a93..ac50cdc7126b14690e52c78943979be74c88397e 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -107,6 +107,8 @@
'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_test_utils_internal.cc',
'test/content_browser_test_utils_internal.h',
'test/content_test_suite.cc',
@@ -140,6 +142,10 @@
'test/test_content_client.h',
'test/test_frame_navigation_observer.cc',
'test/test_frame_navigation_observer.h',
+ 'test/test_navigation_url_loader.cc',
+ 'test/test_navigation_url_loader.h',
+ 'test/test_navigation_url_loader_factory.cc',
+ 'test/test_navigation_url_loader_factory.h',
'test/test_render_frame_host.cc',
'test/test_render_frame_host.h',
'test/test_render_frame_host_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698