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

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: Removed the test utils class 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
« no previous file with comments | « content/browser/loader/navigation_url_loader.cc ('k') | content/test/browser_side_navigation_test_utils.h » ('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 9ba42e19a6d5041ce1c75f6bfb1340b445f6cc60..87e670d9e57365f35e8f43b8b2e19b69fcd1a466 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',
« no previous file with comments | « content/browser/loader/navigation_url_loader.cc ('k') | content/test/browser_side_navigation_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698