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

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..a9ddfb0d6dfdc36327bdff5e6c6bc6896d9ccce9 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -58,6 +58,7 @@
'media_galleries.idl',
'serial.idl',
'socket.idl',
+ 'rtc_private.idl',
Daniel Erat 2012/09/05 14:05:55 nit: alphabetize
zel 2012/09/05 18:50:33 Done.
],
'cc_dir': 'chrome/common/extensions/api',
'root_namespace': 'extensions::api',
@@ -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