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

Unified Diff: chrome/BUILD.gn

Issue 1259883007: Remove the Finch test 'CLD1VsCLD2' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 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 | « build/config/BUILD.gn ('k') | chrome/browser/chrome_browser_field_trials.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index d08933dec9444fc8c1f2566d628c2da6ba955599..280ea3ddd09dba5808acbef008db7827466595b2 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -227,7 +227,7 @@ shared_library("main_dll") {
]
}
- if (cld_version == 0 || cld_version == 2) {
+ if (cld_version == 2) {
deps += [ "//third_party/cld_2" ]
}
@@ -332,7 +332,7 @@ group("child_dependencies") {
"//third_party/WebKit/public:blink_devtools_frontend_resources",
]
}
- if (cld_version == 0 || cld_version == 2) {
+ if (cld_version == 2) {
deps += [ "//third_party/cld_2:cld2_platform_impl" ]
}
« no previous file with comments | « build/config/BUILD.gn ('k') | chrome/browser/chrome_browser_field_trials.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698