| Index: components/components_tests.gyp
|
| diff --git a/components/components_tests.gyp b/components/components_tests.gyp
|
| index a3c1f7f7f93c2d48faca4a62cde8d655572b946e..49e66b69b71bd2242f5b98c617a003f99c6436d4 100644
|
| --- a/components/components_tests.gyp
|
| +++ b/components/components_tests.gyp
|
| @@ -1038,6 +1038,7 @@
|
| '../sync/sync.gyp:test_support_sync_api',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| + '../third_party/cld_2/cld_2.gyp:cld2_static',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_util',
|
| @@ -1208,11 +1209,6 @@
|
| 'components.gyp:browser_watcher_client',
|
| ]
|
| }],
|
| - [ 'cld_version==2', {
|
| - 'dependencies': [
|
| - # Unit tests should always use statically-linked CLD data.
|
| - '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld2_static', ],
|
| - }],
|
| ['OS != "ios"', {
|
| 'sources': [
|
| '<@(certificate_transparency_unittest_sources)',
|
|
|