| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 162c7a19e4e7736a2ce8921bbf22cd0c98cfaa56..6ec124916a8e51cb23eb6cbe6e59125f210dddef 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -289,6 +289,11 @@
|
|
|
| # Dependencies of cloud_devices
|
| 'components.gyp:cloud_devices_common',
|
| +
|
| + # Dependencies of component_updater
|
| + 'components.gyp:component_updater',
|
| + 'components.gyp:component_updater_test_support',
|
| + '../third_party/libxml/libxml.gyp:libxml',
|
|
|
| # Dependencies of crash
|
| 'components.gyp:crash_test_support',
|
| @@ -443,11 +448,6 @@
|
| 'components.gyp:autofill_content_renderer',
|
| 'components.gyp:autofill_content_test_support',
|
|
|
| - # Dependencies of component_updater
|
| - 'components.gyp:component_updater',
|
| - 'components.gyp:component_updater_test_support',
|
| - '../third_party/libxml/libxml.gyp:libxml',
|
| -
|
| # Dependencies of dom_distiller
|
| 'components.gyp:dom_distiller_content',
|
|
|
| @@ -494,6 +494,7 @@
|
| ['include', '^auto_login_parser/'],
|
| ['include', '^autofill/core/'],
|
| ['include', '^bookmarks/'],
|
| + ['include', '^component_updater/'],
|
| ['include', '^crash/'],
|
| ['include', '^data_reduction_proxy/'],
|
| ['include', '^dom_distiller/'],
|
|
|