| 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',
|
|
|