| Index: components/components_tests.gyp | 
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp | 
| index 303f10d54284ead6db11fb4768f2aa702d60ff4b..f262b03319cbad0311679cf06a0e011c25395b42 100644 | 
| --- a/components/components_tests.gyp | 
| +++ b/components/components_tests.gyp | 
| @@ -576,6 +576,9 @@ | 
| 'url_fixer_unittest_sources': [ | 
| 'url_fixer/url_fixer_unittest.cc', | 
| ], | 
| +    'url_formatter_unittest_sources': [ | 
| +      'url_formatter/url_formatter.cc', | 
| +    ], | 
| 'url_matcher_unittest_sources': [ | 
| 'url_matcher/regex_set_matcher_unittest.cc', | 
| 'url_matcher/string_pattern_unittest.cc', | 
| @@ -711,6 +714,7 @@ | 
| '<@(undo_unittest_sources)', | 
| '<@(update_client_unittest_sources)', | 
| '<@(url_fixer_unittest_sources)', | 
| +        '<@(url_formatter_unittest_sources)', | 
| '<@(url_matcher_unittest_sources)', | 
| '<@(variations_unittest_sources)', | 
| '<@(wallpaper_unittest_sources)', | 
| @@ -825,6 +829,7 @@ | 
| 'components.gyp:update_client', | 
| 'components.gyp:update_client_test_support', | 
| 'components.gyp:url_fixer', | 
| +        'components.gyp:url_formatter', | 
| 'components.gyp:variations', | 
| 'components.gyp:variations_http_provider', | 
| 'components.gyp:wallpaper', | 
|  |