Chromium Code Reviews| 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..9640a91668949ac4a4abea8cafd2fbd0cec8fc34 100644 |
| --- a/chrome/common/extensions/api/api.gyp |
| +++ b/chrome/common/extensions/api/api.gyp |
| @@ -56,6 +56,7 @@ |
| 'experimental_usb.idl', |
| 'file_system.idl', |
| 'media_galleries.idl', |
| + 'rtc_private.idl', |
| 'serial.idl', |
| 'socket.idl', |
| ], |
| @@ -72,6 +73,9 @@ |
| 'json_schema_files!': [ |
| 'file_browser_handler_internal.json', |
| ], |
| + 'idl_schema_files!': [ |
| + 'rtc_private.idl', |
| + ], |
| }], |
| ], |
| }, |