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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 1244343002: Revert of New thin layer of API extension chrome.i18n.detectLanguage (patchset #11 id:300001 of htt… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do revert histograms.xml. Apparently it is OK if it's only been a few hours. 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 | « no previous file | chrome/browser/extensions/api/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 73e7d5ee7f021697773fa441fb479c5184641ac8..61bb6de4d9fb6097cb34a64f0ae4114317e24600 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -208,8 +208,4 @@ source_set("extensions") {
if (!use_ozone) {
sources -= [ "global_shortcut_listener_ozone.cc" ]
}
-
- if (cld_version == 0 || cld_version == 2) {
- deps += [ "//third_party/cld_2:cld2_platform_impl" ]
- }
}
« no previous file with comments | « no previous file | chrome/browser/extensions/api/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698