fix: chrome.action API registration (#40500)

This commit is contained in:
Shelley Vohr 2023-11-13 08:27:18 +01:00 committed by GitHub
parent cf5f0419f1
commit 7981d955b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 536 additions and 1 deletions

View file

@ -11,6 +11,7 @@ assert(enable_extensions,
function_registration("api_registration") {
sources = [
"//electron/shell/common/extensions/api/action.json",
"//electron/shell/common/extensions/api/extension.json",
"//electron/shell/common/extensions/api/resources_private.idl",
"//electron/shell/common/extensions/api/scripting.idl",