Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index 081ab7a6e0c06e8977d0166b43a6f7725e95477f..62594932eb8e9cdf4c7d7580b9998e99528480b5 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -559,7 +559,7 @@ |
# Dependencies of dns_prefetch |
'components.gyp:dns_prefetch_renderer', |
- |
+ |
# Dependencies of dom_distiller |
'components.gyp:dom_distiller_content', |
@@ -731,6 +731,8 @@ |
}], |
['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!': [ |
@@ -750,6 +752,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', |
], |