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', |
+ ], |
+ }], |
], |
}, |
], |