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

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

Issue 10919086: Wired chrome.rtcPrivate API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index b46d60a9fae80019a633d5f68e424ac8cca4712b..9640a91668949ac4a4abea8cafd2fbd0cec8fc34 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -56,6 +56,7 @@
'experimental_usb.idl',
'file_system.idl',
'media_galleries.idl',
+ 'rtc_private.idl',
'serial.idl',
'socket.idl',
],
@@ -72,6 +73,9 @@
'json_schema_files!': [
'file_browser_handler_internal.json',
],
+ 'idl_schema_files!': [
+ 'rtc_private.idl',
+ ],
}],
],
},

Powered by Google App Engine
This is Rietveld 408576698