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

Unified Diff: chrome/chrome_shell.gypi

Issue 461633002: Refactor language detection logic to allow non-static CLD data sources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: All remaining comments addressed Created 6 years, 2 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
Index: chrome/chrome_shell.gypi
diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi
index e9fa8808ca3a951e5d6454f765f44bb2de5ea95f..f9c923431d87373d0567f310fc5ec0daf82d66d0 100644
--- a/chrome/chrome_shell.gypi
+++ b/chrome/chrome_shell.gypi
@@ -40,6 +40,11 @@
'dependencies': [
'../base/allocator/allocator.gyp:allocator', ],
}],
+ [ 'cld_version==2', {
+ 'dependencies': [
+ # Chrome shell should always use the statically-linked CLD data.
+ '../third_party/cld_2/cld_2.gyp:cld2_static', ],
+ }],
['OS=="android"', {
'direct_dependent_settings': {
'ldflags': [
« chrome/chrome.gyp ('K') | « chrome/chrome_renderer.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698