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

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 10224009: Experimental USB API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 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
Index: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 76463995300584b4aa81b241af966d7ff5f38c97..863bfd51f0bf6b058b56226ca23e2522433c7080 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -31,10 +31,18 @@
'experimental.dns.idl',
'experimental.serial.idl',
'experimental.socket.idl',
+ 'experimental.usb.idl',
],
'cc_dir': 'chrome/common/extensions/api',
'root_namespace': 'extensions::api',
},
+ 'conditions': [
+ ['OS=="android"', {
+ 'idl_schema_files!': [
+ 'experimental.usb.idl',
+ ],
+ }],
+ ],
},
],
}

Powered by Google App Engine
This is Rietveld 408576698