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