| Index: chrome/chrome_shell.gypi
|
| diff --git a/chrome/chrome_shell.gypi b/chrome/chrome_shell.gypi
|
| index edddbd48663c6c57dd0e0eea72accbc358803279..7e2e8f562a2be5da66e77fcd4a86843870a15c88 100644
|
| --- a/chrome/chrome_shell.gypi
|
| +++ b/chrome/chrome_shell.gypi
|
| @@ -36,7 +36,7 @@
|
| 'dependencies': [
|
| '../base/allocator/allocator.gyp:allocator', ],
|
| }],
|
| - [ 'cld_version==0 or cld_version==2', {
|
| + [ 'cld_version==2', {
|
| 'dependencies': [
|
| # Chrome shell should always use the statically-linked CLD data.
|
| '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
|
|
|