| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index a2f3e668ad53bf529f9f75e23b8b48613d6a980a..c1a136d4763015988b1a169e44dee4f2a3069c1b 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -546,7 +546,7 @@
|
|
|
| # Dependencies of dns_prefetch
|
| 'components.gyp:dns_prefetch_renderer',
|
| -
|
| +
|
| # Dependencies of dom_distiller
|
| 'components.gyp:dom_distiller_content',
|
|
|
| @@ -715,6 +715,9 @@
|
| }],
|
| ['OS == "android"', {
|
| 'sources': [
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_resource_throttle_unittest.cc',
|
| + 'data_reduction_proxy/content/browser/data_reduction_proxy_ui_manager_unittest.cc',
|
| +
|
| 'invalidation/invalidation_service_android_unittest.cc',
|
| ],
|
| 'sources!': [
|
| @@ -734,6 +737,10 @@
|
| 'web_modal/web_contents_modal_dialog_manager_unittest.cc',
|
| ],
|
| 'dependencies': [
|
| + # Dependencies of data_reduction_proxy
|
| + 'components.gyp:data_reduction_proxy_content',
|
| +
|
| + # Dependencies of invalidation
|
| '../testing/android/native_test.gyp:native_test_native_code',
|
| 'components.gyp:history_core_android',
|
| ],
|
|
|