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

Unified Diff: components/components.gyp

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: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 0bfe536e2f97833411637b4ffbc3d80d24ca9fbf..c1776aaa58b9905f2b0b77e86b23b5f2c5463ddc 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -15,12 +15,12 @@
'breakpad.gypi',
'browser_context_keyed_service.gypi',
'components_tests.gypi',
- 'dom_distiller.gypi',
'json_schema.gypi',
'navigation_interception.gypi',
'policy.gypi',
'sessions.gypi',
'startup_metric_utils.gypi',
+ 'translate.gypi',
blundell 2013/10/02 10:01:17 Same comment about moving this to a follow-up CL.
droger 2013/10/02 10:59:41 Done, assuming you're talking about the dom_distil
'user_prefs.gypi',
'variations.gypi',
'visitedlink.gypi',
@@ -28,4 +28,11 @@
'web_contents_delegate_android.gypi',
'web_modal.gypi',
],
+ 'conditions': [
+ ['OS != "ios"', {
+ 'includes': [
+ 'dom_distiller.gypi',
+ ],
+ }],
+ ],
}

Powered by Google App Engine
This is Rietveld 408576698