| Index: components/BUILD.gn
|
| diff --git a/components/BUILD.gn b/components/BUILD.gn
|
| index 10d0d8900b5ab32e3ce486e59b7a38290e566783..b921928b639c8e3bc99537deba4b61e617bac5a8 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/dom_distiller/core:unit_tests",
|
| @@ -260,6 +261,10 @@ if (!is_win || link_chrome_on_windows) {
|
| "//ui/base",
|
| ]
|
|
|
| + if (is_ios) {
|
| + deps -= [ "//components/data_reduction_proxy/content/browser:unit_tests" ]
|
| + }
|
| +
|
| # TODO(GYP) need this target.
|
| #'breakpad/app/crash_keys_win_unittest.cc',
|
|
|
|
|