From dd613a387b887946a4da41115d38204786f873be Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 18 Nov 2020 15:10:50 -0500 Subject: [PATCH] Mac: Add platform suffix to v8_context_snapshot.bin See https://crrev.com/71bd0fa328 for background. --- BUILD.gn | 2 +- tools/distrib/mac/README.redistrib.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index c70622cbe..1aa1834ad 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -1632,7 +1632,7 @@ if (is_mac) { ] public_deps += [ "//v8" ] if (use_v8_context_snapshot) { - sources += [ "$root_out_dir/v8_context_snapshot.bin" ] + sources += [ "$root_out_dir/$v8_context_snapshot_filename" ] public_deps += [ "//tools/v8_context_snapshot" ] } } diff --git a/tools/distrib/mac/README.redistrib.txt b/tools/distrib/mac/README.redistrib.txt index 5a9fdef65..fed1936e0 100644 --- a/tools/distrib/mac/README.redistrib.txt +++ b/tools/distrib/mac/README.redistrib.txt @@ -26,7 +26,7 @@ cefclient.app/ cef_extensions.pak <=====^ devtools_resources.pak <=^ icudtl.dat <= unicode support - snapshot_blob.bin, v8_context_snapshot.bin <= V8 initial snapshot + snapshot_blob.bin, v8_context_snapshot.x86_64.bin <= V8 initial snapshot en.lproj/, ... <= locale-specific resources and strings Info.plist cefclient Helper.app/