Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index 974099983123421b8b5d3900d2afdd21cf195752..b06188e53bd6ac376200aba5bafec66b15bba723 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -235,6 +235,7 @@ if (!is_win || link_chrome_on_windows) { |
"//components/content_settings/core/browser:unit_tests", |
"//components/content_settings/core/common:unit_tests", |
"//components/crx_file:unit_tests", |
+ "//components/data_reduction_proxy/content/browser:unit_tests", |
"//components/data_reduction_proxy/core/browser:unit_tests", |
"//components/data_reduction_proxy/core/common:unit_tests", |
"//components/device_event_log:unit_tests", |
@@ -261,10 +262,6 @@ if (!is_win || link_chrome_on_windows) { |
"//ui/base", |
] |
- if (is_android) { |
- deps += [ "//components/data_reduction_proxy/content/browser:unit_tests" ] |
- } |
- |
# TODO(GYP) need this target. |
#'breakpad/app/crash_keys_win_unittest.cc', |