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

Unified Diff: chrome/chrome_renderer.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_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 c70aa0288f72a0c6b4a9a6dee41a01af30f985fd..5492f42b3399141c99e45b6d3331686c80484a41 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -15,6 +15,8 @@
'chrome_resources.gyp:chrome_strings',
'../components/components.gyp:autofill_content_renderer',
'../components/components.gyp:startup_metric_utils',
+ '../components/components.gyp:translate_common',
+ '../components/components.gyp:translate_language_detection',
'../components/components.gyp:visitedlink_renderer',
'../content/content.gyp:content_renderer',
'../net/net.gyp:net',
@@ -404,11 +406,11 @@
['exclude', '^renderer/automation/']
]
}],
- ['enable_printing==0', {
+ ['enable_printing==0', {
'sources/': [
['exclude', '^renderer/printing/']
]
- }],
+ }],
['OS=="android"', {
'sources!': [
'renderer/prerender/prerender_media_load_deferrer.cc',
« 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