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

Unified Diff: components/components.gyp

Issue 236203019: Move UsbService to its own component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move usb_service component symbols into usb_service namespace Created 6 years, 8 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/OWNERS ('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 aa4c7ac5fd744de98c2dccd04c6b88fce69e54a8..182c1be63e3a470d11b204a02e0fd53d61f40845 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -55,6 +55,11 @@
'wifi.gypi',
],
}],
+ ['OS != "ios" and OS != "android"', {
+ 'includes': [
+ 'usb_service.gypi',
+ ]
+ }],
['android_webview_build == 0', {
# Android WebView fails to build if a dependency on sync.gyp:sync is
# introduced.
« no previous file with comments | « components/OWNERS ('k') | components/components_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698