Mac: Add platform suffix to v8_context_snapshot.bin

See https://crrev.com/71bd0fa328 for background.
This commit is contained in:
Marshall Greenblatt
2020-11-18 15:10:50 -05:00
parent 68f4b0c134
commit dd613a387b
2 changed files with 2 additions and 2 deletions

View File

@@ -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" ]
}
}

View File

@@ -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/