feat: support chrome.scripting extension APIs (#39395)

feat: support chrome.scripting extension  APIs
This commit is contained in:
Shelley Vohr 2023-08-28 16:39:28 +02:00 committed by GitHub
parent 5078cae861
commit f0ad357af2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 2087 additions and 15 deletions

View file

@ -39,6 +39,7 @@ generated_json_strings("generated_api_json_strings") {
sources = [
"extension.json",
"resources_private.idl",
"scripting.idl",
"tabs.json",
]
@ -59,6 +60,7 @@ generated_json_strings("generated_api_json_strings") {
generated_types("generated_api_types") {
sources = [
"resources_private.idl",
"scripting.idl",
"tabs.json",
]