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..a9ddfb0d6dfdc36327bdff5e6c6bc6896d9ccce9 100644 |
| --- a/chrome/common/extensions/api/api.gyp |
| +++ b/chrome/common/extensions/api/api.gyp |
| @@ -58,6 +58,7 @@ |
| 'media_galleries.idl', |
| 'serial.idl', |
| 'socket.idl', |
| + 'rtc_private.idl', |
|
Daniel Erat
2012/09/05 14:05:55
nit: alphabetize
zel
2012/09/05 18:50:33
Done.
|
| ], |
| 'cc_dir': 'chrome/common/extensions/api', |
| 'root_namespace': 'extensions::api', |
| @@ -72,6 +73,9 @@ |
| 'json_schema_files!': [ |
| 'file_browser_handler_internal.json', |
| ], |
| + 'idl_schema_files!': [ |
| + 'rtc_private.idl', |
| + ], |
| }], |
| ], |
| }, |