| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 547861a6996443e8547c066b6cd1072f75792c62..cd855fab83550f6b18b3f04149da85c237f53093 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -406,13 +406,7 @@
|
| 'common/thumbnail_score.h',
|
| 'common/translate/language_detection_details.cc',
|
| 'common/translate/language_detection_details.h',
|
| - 'common/translate/language_detection_util.cc',
|
| - 'common/translate/language_detection_util.h',
|
| - 'common/translate/translate_common_metrics.cc',
|
| - 'common/translate/translate_common_metrics.h',
|
| 'common/translate/translate_errors.h',
|
| - 'common/translate/translate_util.cc',
|
| - 'common/translate/translate_util.h',
|
| 'common/tts_messages.h',
|
| 'common/tts_utterance_request.cc',
|
| 'common/tts_utterance_request.h',
|
| @@ -617,16 +611,6 @@
|
| 'common/print_messages.h',
|
| ]
|
| }],
|
| - ['cld_version==0 or cld_version==1', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/third_party/cld/cld.gyp:cld',
|
| - ],
|
| - }],
|
| - ['cld_version==0 or cld_version==2', {
|
| - 'dependencies': [
|
| - '<(DEPTH)/third_party/cld_2/cld_2.gyp:cld_2',
|
| - ],
|
| - }],
|
| ],
|
| 'target_conditions': [
|
| ['OS == "ios"', {
|
|
|