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

Unified Diff: chrome/chrome_renderer.gypi

Issue 18911002: Move language detection to chrome/common/. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase Created 7 years, 5 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_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 652cb9406510bcc750199ff3052514b8ac07d73e..d82c3ef1b8c555ccfa5cf5a9d5ff0967615adcfe 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -328,8 +328,6 @@
'renderer/tts_dispatcher.h',
'renderer/translate/translate_helper.cc',
'renderer/translate/translate_helper.h',
- 'renderer/translate/translate_helper_metrics.cc',
- 'renderer/translate/translate_helper_metrics.h',
'renderer/validation_message_agent.cc',
'renderer/validation_message_agent.h',
'renderer/web_apps.cc',
@@ -381,14 +379,6 @@
'../third_party/mach_override/mach_override.gyp:mach_override',
],
}],
- ['enable_language_detection==1', {
- 'dependencies': [
- '../third_party/cld/cld.gyp:cld',
- ],
- 'include_dirs': [
- '../third_party/cld',
- ],
- }],
['toolkit_uses_gtk == 1', {
'dependencies': [
'../build/linux/system.gyp:gtk',
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698