| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index 4b4b2dd633632a840d85a1190abb77d68346adcf..f019b2c2183c69bb026a00f6783abac384e2fc96 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -931,7 +931,7 @@
|
| '<(DEPTH)/base/allocator/allocator.gyp:allocator',
|
| ],
|
| }],
|
| - [ 'cld_version==0 or cld_version==2', {
|
| + [ 'cld_version==2', {
|
| 'dependencies': [
|
| # Unit tests should always use statically-linked CLD data.
|
| '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
|
|
|