fix: [extensions] some chrome.extension APIs (#21804)
This commit is contained in:
parent
ebe8bddc31
commit
d802fe0fdd
5 changed files with 55 additions and 1 deletions
|
@ -34,7 +34,10 @@ group("extensions_features") {
|
|||
# Private Targets
|
||||
|
||||
generated_json_strings("generated_api_json_strings") {
|
||||
sources = [ "tabs.json" ]
|
||||
sources = [
|
||||
"extension.json",
|
||||
"tabs.json",
|
||||
]
|
||||
|
||||
configs = [ "//build/config:precompiled_headers" ]
|
||||
bundle_name = "Electron"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue