| Index: chrome/common/extensions/api/api.gyp
|
| diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
|
| index 63e5295783f8aca2cc370ee5e23a37a60d3bb8e3..440e46b9a5b997e64e43daf091a5a4c8ea53bd82 100644
|
| --- a/chrome/common/extensions/api/api.gyp
|
| +++ b/chrome/common/extensions/api/api.gyp
|
| @@ -118,6 +118,7 @@
|
| 'virtual_keyboard_private.json',
|
| 'web_navigation.json',
|
| 'web_request.json',
|
| + 'web_request_internal.json',
|
| # Despite the name, this API does not rely on any
|
| # WebRTC-specific bits and as such does not belong in
|
| # the enable_webrtc=0 section below.
|
| @@ -149,6 +150,7 @@
|
| 'webview.json',
|
| 'web_navigation.json',
|
| 'web_request.json',
|
| + 'web_request_internal.json',
|
| 'windows.json',
|
| ],
|
| }],
|
|
|