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

Unified Diff: content/content_tests.gypi

Issue 248963007: Perform navigation policy check on UI thread for --site-per-process. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move NavigateFrameToURL to be internal to content/ Created 6 years, 8 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 9551464bc62b3b1fce13407f6e509ec3432c0654..97cc77ff4a516d1a8448f8ef60a59b5a21db5a78 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -154,6 +154,8 @@
'gpu/gpu_idirect3d9_mock_win.h',
'test/appcache_test_helper.cc',
'test/appcache_test_helper.h',
+ 'test/content_browser_test_utils_internal.cc',
+ 'test/content_browser_test_utils_internal.h',
'test/content_test_suite.cc',
'test/content_test_suite.h',
'test/mock_google_streaming_server.cc',
@@ -183,6 +185,8 @@
'test/test_content_browser_client.h',
'test/test_content_client.cc',
'test/test_content_client.h',
+ 'test/test_frame_navigation_observer.cc',
+ 'test/test_frame_navigation_observer.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