Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: chrome/chrome_common.gypi

Issue 25531002: Move language detection to a component (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix compilation Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"', {

Powered by Google App Engine
This is Rietveld 408576698