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', |
+ ], |
+ }], |
+ ], |
} |