Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index 194eebf54d7acd77f07816cc19fbedcc60ce4a6b..e50c2512a3a46fb032359a39e11dc442c8f0f9c3 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', |
@@ -147,6 +149,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', |