Index: chrome/test/BUILD.gn |
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn |
index 3a5fe6e255561a774347284c50b6c0baae31b11a..2bd9bc3fabb7131cbbddb00ddff8f7d1b2d9543b 100644 |
--- a/chrome/test/BUILD.gn |
+++ b/chrome/test/BUILD.gn |
@@ -389,7 +389,6 @@ if (!is_android) { |
"//sync", |
"//testing/gmock", |
"//testing/gtest", |
- "//third_party/cld_2:cld2_platform_impl", |
"//third_party/hunspell", |
"//third_party/icu", |
"//third_party/libpng", |
@@ -936,7 +935,6 @@ if (!is_android) { |
"//testing/gtest", |
"//testing/perf", |
"//third_party/cacheinvalidation", |
- "//third_party/cld_2:cld2_platform_impl", |
"//third_party/icu", |
"//third_party/leveldatabase", |
"//third_party/libjingle", |
@@ -1458,10 +1456,6 @@ if (!is_android) { |
"//testing/gmock", |
"//testing/gtest", |
"//third_party/WebKit/public:blink", |
- |
- # Language detection is irrelevant to sync, so it can depend on any |
- # implementation for CLD2. Dynamic is smaller, so go with dynamic. |
- "//third_party/cld_2:cld2_dynamic", |
"//third_party/icu", |
"//third_party/leveldatabase", |
] |
@@ -1538,10 +1532,6 @@ if (!is_android) { |
"//sync", |
"//testing/gmock", |
"//testing/gtest", |
- |
- # Language detection is irrelevant to sync, so it can depend on any |
- # implementation for CLD2. Dynamic is smaller, so go with dynamic. |
- "//third_party/cld_2:cld2_dynamic", |
] |
if (is_mac) { |
@@ -1727,10 +1717,6 @@ test("unit_tests") { |
"//google_apis", |
"//skia", |
"//third_party/cacheinvalidation", |
- |
- # Unit tests should be independent of the CLD2 access mechanism, just use |
- # static for simplicity. |
- "//third_party/cld_2:cld2_static", |
"//third_party/icu", |
"//third_party/libxml", |
"//ui/base:test_support", |
@@ -2312,7 +2298,6 @@ if (!is_android) { |
"//chrome/child", |
"//components/crash/core/common", |
"//components/flags_ui:switches", |
- "//third_party/cld_2:cld2_platform_impl", |
"//third_party/kasko:kasko_features", |
] |
} |
@@ -2342,7 +2327,6 @@ if (!is_android && !is_ios && !is_chromecast) { |
"//testing/gmock", |
"//testing/gtest", |
"//testing/perf", |
- "//third_party/cld_2:cld2_platform_impl", |
] |
if (is_win) { |