Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index b8af7817f1719e0ac222d57d942d0de7ec44eb46..e7f99efdc306889230fcf9a77cdb9e387e67f8fa 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', |
@@ -297,6 +299,9 @@ |
'components.gyp:component_updater_test_support', |
'../third_party/libxml/libxml.gyp:libxml', |
+ # Dependencies of content_settings |
+ 'components.gyp:content_settings_core_common', |
+ |
# Dependencies of crash |
'components.gyp:crash_test_support', |
@@ -498,6 +503,7 @@ |
['include', '^bookmarks/'], |
['include', '^component_updater/'], |
['include', '^crash/'], |
+ ['include', '^content_settings/'], |
['include', '^data_reduction_proxy/'], |
['include', '^dom_distiller/'], |
['include', '^enhanced_bookmarks/'], |