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/