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

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

Issue 23885002: Add WebRTC logging extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fix. Created 7 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 bb9d29a3f3ead566a09c884d3901163cbc83f359..bae31e60998756a1cc997fb470e8c5ae3e56f7dd 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -108,6 +108,7 @@
'wallpaper_private.json',
'web_navigation.json',
'web_request.json',
+ 'webrtc_logging_private.idl',
'webstore_private.json',
'webview.json',
'windows.json',
@@ -167,6 +168,11 @@
'rtc_private.idl',
],
}],
+ ['enable_webrtc==0', {
+ 'schema_files!': [
+ 'webrtc_logging_private.idl',
+ ],
+ }],
],
},
],

Powered by Google App Engine
This is Rietveld 408576698