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

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: Rebase 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 5f449a2f948b2de10f4ed812b536cf5d5b0c65c4..48b4ae8bd4fffd6081ed370f0bc59e692799b4eb 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -111,6 +111,7 @@
'wallpaper_private.json',
'web_navigation.json',
'web_request.json',
+ 'webrtc_logging_private.idl',
'webstore_private.json',
'webview.json',
'windows.json',
@@ -171,6 +172,11 @@
'wallpaper_private.json',
],
}],
+ ['enable_webrtc==0', {
+ 'schema_files!': [
+ 'webrtc_logging_private.idl',
+ ],
+ }],
],
},
],
« no previous file with comments | « chrome/common/extensions/api/_permission_features.json ('k') | chrome/common/extensions/api/webrtc_logging_private.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698