Index: components/components_tests.gyp |
diff --git a/components/components_tests.gyp b/components/components_tests.gyp |
index 87097936aaa72079c56c9cd77cbdbdc01b58aeba..8f2c116f82e85cd5b7fb9dc46cf1dd7370b16f47 100644 |
--- a/components/components_tests.gyp |
+++ b/components/components_tests.gyp |
@@ -626,6 +626,8 @@ |
}], |
['OS == "android"', { |
'sources': [ |
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc', |
+ 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager_unittest.cc', |
'invalidation/invalidation_service_android_unittest.cc', |
], |
'sources!': [ |
@@ -645,6 +647,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', |
], |
'dependencies!': [ |