| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 5444c5d1f3c437765fd437429b6d3953e8911093..06aca5fc0e0de43fa1cb263ec6e52cc7362026fa 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -24,6 +24,7 @@
|
| # TODO(gregoryd): chrome_resources and chrome_strings could be
|
| # shared with the 64-bit target, but it does not work due to a gyp
|
| # issue.
|
| + '../third_party/cld/cld.gyp:cld',
|
| 'common_net',
|
| 'common_version',
|
| 'installer_util',
|
| @@ -652,11 +653,6 @@
|
| 'common/media/webrtc_logging_messages.h',
|
| ]
|
| }],
|
| - ['enable_language_detection==1', {
|
| - 'dependencies': [
|
| - '../third_party/cld/cld.gyp:cld',
|
| - ],
|
| - }],
|
| ],
|
| 'target_conditions': [
|
| ['OS == "ios"', {
|
|
|