Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index b7164bc31278c6a602a268680a0c1e40c5227628..283001602542d642a238fb012b70a390c42fd700 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -180,6 +180,7 @@ |
'url_matcher/substring_set_matcher_unittest.cc', |
'url_matcher/url_matcher_factory_unittest.cc', |
'url_matcher/url_matcher_unittest.cc', |
+ 'url_fixer/url_fixer_unittest.cc', |
'variations/active_field_trials_unittest.cc', |
'variations/caching_permuted_entropy_provider_unittest.cc', |
'variations/entropy_provider_unittest.cc', |
@@ -311,6 +312,10 @@ |
'components.gyp:translate_core_common', |
'components.gyp:translate_core_language_detection', |
+ # Dependencies of url_fixer |
+ 'components.gyp:url_fixer', |
+ '../url/url.gyp:url_lib', |
+ |
# Dependencies of variations |
'components.gyp:variations', |
], |
@@ -395,6 +400,7 @@ |
['include', '^signin/'], |
['include', '^sync_driver/'], |
['include', '^translate/'], |
+ ['include', '^url_fixer/'], |
['include', '^variations/'], |
], |
'dependencies': [ |