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

Unified Diff: content/content_tests.gypi

Issue 11293017: Move navigation interception component to content/components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move unit test into content_unittests. Created 8 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 991eea07875f425f893dc111c894e5c64c88bbe5..9f91900ca93be4acc8f7ac89235cd36b42577b3e 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -228,6 +228,8 @@
'type': '<(gtest_target_type)',
'defines!': ['CONTENT_IMPLEMENTATION'],
'dependencies': [
+ # TODO(jknotten): Move this to content/components/content_components.gyp
+ 'components/content_components.gyp:navigation_interception',
'content_common',
'test_support_content',
'browser/speech/proto/speech_proto.gyp:speech_proto',
@@ -347,6 +349,8 @@
'common/sandbox_mac_unittest_helper.h',
'common/sandbox_mac_unittest_helper.mm',
'common/sandbox_mac_system_access_unittest.mm',
+ # TODO(jknotten): Move this to content/components/content_components.gyp
+ 'components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc',
'gpu/gpu_info_collector_unittest.cc',
'gpu/gpu_info_collector_unittest_win.cc',
'renderer/active_notification_tracker_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698