From 9f26dfc23e1d5627210b541658b3af9c9098c1fb Mon Sep 17 00:00:00 2001 From: Jeremy Apthorp Date: Wed, 25 Jul 2018 13:28:10 -0700 Subject: [PATCH] build: [gn] win and linux depend on :packed_resources Also, roll libcc to include https://github.com/electron/libchromiumcontent/commit/9b66eb4f048a91b85260edb622ea497b6b97c481 --- BUILD.gn | 3 ++- DEPS | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index ea598ec008f2..e028a0034b12 100644 --- a/BUILD.gn +++ b/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", diff --git a/DEPS b/DEPS index 5e0a9c263a0f..98735b8ab018 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ vars = { 'chromium_version': '66.0.3359.181', 'libchromiumcontent_revision': - '108379153e00ebaa8bdc4270008ac15feb901cc0', + 'da319e78282d75186513ec2ee47837cfdbc80240', 'node_version': 'v10.2.0-36-ga782199c99',