build: [gn] win and linux depend on :packed_resources
Also, roll libcc to include
9b66eb4f04
This commit is contained in:
parent
0efb5853d6
commit
9f26dfc23e
2 changed files with 3 additions and 2 deletions
3
BUILD.gn
3
BUILD.gn
|
@ -366,7 +366,7 @@ static_library("electron_lib") {
|
||||||
|
|
||||||
electron_paks("packed_resources") {
|
electron_paks("packed_resources") {
|
||||||
if (is_mac) {
|
if (is_mac) {
|
||||||
output_dir = "$root_gen_dir/electron_repack"
|
output_dir = "$root_gen_dir/repack"
|
||||||
copy_data_to_bundle = true
|
copy_data_to_bundle = true
|
||||||
} else {
|
} else {
|
||||||
output_dir = root_out_dir
|
output_dir = root_out_dir
|
||||||
|
@ -589,6 +589,7 @@ if (is_mac) {
|
||||||
":electron_app_manifest",
|
":electron_app_manifest",
|
||||||
":electron_lib",
|
":electron_lib",
|
||||||
":js2asar",
|
":js2asar",
|
||||||
|
":packed_resources",
|
||||||
"//build/config:exe_and_shlib_deps",
|
"//build/config:exe_and_shlib_deps",
|
||||||
"//ui/strings",
|
"//ui/strings",
|
||||||
"//content:sandbox_helper_win",
|
"//content:sandbox_helper_win",
|
||||||
|
|
2
DEPS
2
DEPS
|
@ -2,7 +2,7 @@ vars = {
|
||||||
'chromium_version':
|
'chromium_version':
|
||||||
'66.0.3359.181',
|
'66.0.3359.181',
|
||||||
'libchromiumcontent_revision':
|
'libchromiumcontent_revision':
|
||||||
'108379153e00ebaa8bdc4270008ac15feb901cc0',
|
'da319e78282d75186513ec2ee47837cfdbc80240',
|
||||||
'node_version':
|
'node_version':
|
||||||
'v10.2.0-36-ga782199c99',
|
'v10.2.0-36-ga782199c99',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue