Index: chrome/chrome_shell.gypi |
diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi |
index e9fa8808ca3a951e5d6454f765f44bb2de5ea95f..1a65dc820dce5a356974fda89e8c69b122e3522e 100644 |
--- a/chrome/chrome_shell.gypi |
+++ b/chrome/chrome_shell.gypi |
@@ -40,6 +40,11 @@ |
'dependencies': [ |
'../base/allocator/allocator.gyp:allocator', ], |
}], |
+ [ 'cld_version==0 or cld_version==2', { |
+ 'dependencies': [ |
+ # Chrome shell should always use the statically-linked CLD data. |
+ '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ], |
+ }], |
['OS=="android"', { |
'direct_dependent_settings': { |
'ldflags': [ |