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

Unified Diff: components/components_tests.gyp

Issue 541813002: Componentize chrome/common/content_settings files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: OWNERS Created 6 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 1af0a56ef0998ccbea4dc7303cb2abee947fce24..ac85c4705df399344442e828f35fa465ab64f3b6 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -81,6 +81,8 @@
'component_updater/test/crx_downloader_unittest.cc',
'component_updater/test/update_checker_unittest.cc',
'component_updater/test/update_response_unittest.cc',
+ 'content_settings/core/common/content_settings_pattern_parser_unittest.cc',
+ 'content_settings/core/common/content_settings_pattern_unittest.cc',
'crx_file/id_util_unittest.cc',
'data_reduction_proxy/browser/data_reduction_proxy_auth_request_handler_unittest.cc',
'data_reduction_proxy/browser/data_reduction_proxy_config_service_unittest.cc',
@@ -287,6 +289,9 @@
# Dependencies of cloud_devices
'components.gyp:cloud_devices_common',
+ # Dependencies of content_settings
+ 'components.gyp:content_settings_core_common',
+
# Dependencies of crash
'components.gyp:crash_test_support',

Powered by Google App Engine
This is Rietveld 408576698