mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
build: [gn] win and linux depend on :packed_resources
Also, roll libcc to include
9b66eb4f04
This commit is contained in:
3
BUILD.gn
3
BUILD.gn
@@ -366,7 +366,7 @@ static_library("electron_lib") {
|
||||
|
||||
electron_paks("packed_resources") {
|
||||
if (is_mac) {
|
||||
output_dir = "$root_gen_dir/electron_repack"
|
||||
output_dir = "$root_gen_dir/repack"
|
||||
copy_data_to_bundle = true
|
||||
} else {
|
||||
output_dir = root_out_dir
|
||||
@@ -589,6 +589,7 @@ if (is_mac) {
|
||||
":electron_app_manifest",
|
||||
":electron_lib",
|
||||
":js2asar",
|
||||
":packed_resources",
|
||||
"//build/config:exe_and_shlib_deps",
|
||||
"//ui/strings",
|
||||
"//content:sandbox_helper_win",
|
||||
|
||||
Reference in New Issue
Block a user