Chromium Code Reviews| Index: components/BUILD.gn |
| diff --git a/components/BUILD.gn b/components/BUILD.gn |
| index 10d0d8900b5ab32e3ce486e59b7a38290e566783..97417d0f528a7f38d21b973ab861ba6278e22d53 100644 |
| --- a/components/BUILD.gn |
| +++ b/components/BUILD.gn |
| @@ -260,6 +260,10 @@ 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', |