fix: add deps on the new devtools highlighter (#24921)
This commit is contained in:
parent
16c32d2eb2
commit
29a7b8f805
2 changed files with 3 additions and 0 deletions
1
BUILD.gn
1
BUILD.gn
|
@ -360,6 +360,7 @@ source_set("electron_lib") {
|
|||
"//services/viz/privileged/mojom/compositing",
|
||||
"//skia",
|
||||
"//third_party/blink/public:blink",
|
||||
"//third_party/blink/public:blink_devtools_inspector_resources",
|
||||
"//third_party/boringssl",
|
||||
"//third_party/electron_node:node_lib",
|
||||
"//third_party/inspector_protocol:crdtp",
|
||||
|
|
|
@ -64,6 +64,7 @@ template("electron_extra_paks") {
|
|||
"$root_gen_dir/mojo/public/js/mojo_bindings_resources.pak",
|
||||
"$root_gen_dir/net/net_resources.pak",
|
||||
"$root_gen_dir/third_party/blink/public/resources/blink_resources.pak",
|
||||
"$root_gen_dir/third_party/blink/public/resources/inspector_overlay_resources.pak",
|
||||
"$root_gen_dir/ui/resources/webui_resources.pak",
|
||||
"$target_gen_dir/electron_resources.pak",
|
||||
]
|
||||
|
@ -78,6 +79,7 @@ template("electron_extra_paks") {
|
|||
"//electron:resources",
|
||||
"//mojo/public/js:resources",
|
||||
"//net:net_resources",
|
||||
"//third_party/blink/public:devtools_inspector_resources",
|
||||
"//third_party/blink/public:resources",
|
||||
"//ui/resources",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue