Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(929)

Unified Diff: chrome/test/BUILD.gn

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest master Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/base/chrome_unit_test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | chrome/test/base/chrome_unit_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698