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

Unified Diff: content/content_tests.gypi

Issue 1269813002: Add a NavigationThrottle to the public content/ interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@navigation-api
Patch Set: Addressed comments Created 5 years, 3 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 d4670b0fe565393b98e59c988eaeff11e98ccb56..26f05a67ae0570b81b09afa7d40e2c5e35eeb65a 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -57,6 +57,8 @@
'public/test/mock_special_storage_policy.h',
'public/test/mock_storage_client.cc',
'public/test/mock_storage_client.h',
+ 'public/test/navigation_handle_tester.cc',
+ 'public/test/navigation_handle_tester.h',
'public/test/ppapi_test_utils.cc',
'public/test/ppapi_test_utils.h',
'public/test/render_view_test.cc',
@@ -149,6 +151,10 @@
'test/test_content_client.h',
'test/test_frame_navigation_observer.cc',
'test/test_frame_navigation_observer.h',
+ 'test/test_navigation_handle.cc',
+ 'test/test_navigation_handle.h',
+ 'test/test_navigation_handle_factory.cc',
+ 'test/test_navigation_handle_factory.h',
'test/test_navigation_url_loader.cc',
'test/test_navigation_url_loader.h',
'test/test_navigation_url_loader_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698