Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2175)

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 228343002: Cleanup webRequest/Internal API and permission registration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',
],
}],

Powered by Google App Engine
This is Rietveld 408576698