Index: chrome/chrome_common.gypi |
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi |
index 12d7543bec02a8264c2a4cbba117ee58ba1153bd..4c581710eec75dc1f81ae5ad5f5f35261f91eeb0 100644 |
--- a/chrome/chrome_common.gypi |
+++ b/chrome/chrome_common.gypi |
@@ -404,13 +404,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', |
@@ -615,16 +609,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"', { |