| Index: components/components.gyp
|
| diff --git a/components/components.gyp b/components/components.gyp
|
| index 17e4235bdb63632f2074c16a6ac55febd7659739..094a426a67b810df87ad2d489b1dbab2bffd61c9 100644
|
| --- a/components/components.gyp
|
| +++ b/components/components.gyp
|
| @@ -22,7 +22,6 @@
|
| 'crx_file.gypi',
|
| 'data_reduction_proxy.gypi',
|
| 'device_event_log.gypi',
|
| - 'network_hints.gypi',
|
| 'dom_distiller.gypi',
|
| 'domain_reliability.gypi',
|
| 'enhanced_bookmarks.gypi',
|
| @@ -40,6 +39,7 @@
|
| 'login.gypi',
|
| 'metrics.gypi',
|
| 'navigation_metrics.gypi',
|
| + 'network_hints.gypi',
|
| 'network_time.gypi',
|
| 'onc.gypi',
|
| 'os_crypt.gypi',
|
| @@ -65,8 +65,8 @@
|
| 'user_prefs.gypi',
|
| 'variations.gypi',
|
| 'wallpaper.gypi',
|
| - 'webdata.gypi',
|
| 'web_resource.gypi',
|
| + 'webdata.gypi',
|
| ],
|
| 'conditions': [
|
| ['OS != "ios"', {
|
| @@ -130,11 +130,11 @@
|
| # introduced.
|
| 'includes': [
|
| 'gcm_driver.gypi',
|
| + 'invalidation.gypi',
|
| 'omnibox.gypi',
|
| 'renderer_context_menu.gypi',
|
| 'search_engines.gypi',
|
| 'sync_driver.gypi',
|
| - 'invalidation.gypi',
|
| 'webdata_services.gypi',
|
| ],
|
| }],
|
|
|