| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 23de5ed412c2ab07ac85e295a4de5c4a6722c38e..1aab4ebe053ac087a81800afb1e9d60cf7535c6c 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -182,6 +182,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',
|
| @@ -313,6 +314,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',
|
| ],
|
| @@ -397,6 +402,7 @@
|
| ['include', '^signin/'],
|
| ['include', '^sync_driver/'],
|
| ['include', '^translate/'],
|
| + ['include', '^url_fixer/'],
|
| ['include', '^variations/'],
|
| ],
|
| 'dependencies': [
|
|
|