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

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: Run translate unittests on iOS Created 7 years, 2 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698