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

Unified Diff: components/components.gyp

Issue 968653004: Revert of Remove dependency on //components/feedback on iOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « components/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components.gyp
diff --git a/components/components.gyp b/components/components.gyp
index 17e4235bdb63632f2074c16a6ac55febd7659739..db6d9b0b44e60985fcc50a32a4702029cdd4a927 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -88,11 +88,15 @@
'webp_transcode.gypi',
],
}],
+ ['OS != "android"', {
+ 'includes': [
+ 'feedback.gypi',
+ ]
+ }],
['OS != "ios" and OS != "android"', {
'includes': [
'audio_modem.gypi',
'copresence.gypi',
- 'feedback.gypi',
'proximity_auth.gypi',
'storage_monitor.gypi',
]
« no previous file with comments | « components/BUILD.gn ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698