mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Mac: Add platform suffix to v8_context_snapshot.bin
See https://crrev.com/71bd0fa328 for background.
This commit is contained in:
2
BUILD.gn
2
BUILD.gn
@@ -1632,7 +1632,7 @@ if (is_mac) {
|
|||||||
]
|
]
|
||||||
public_deps += [ "//v8" ]
|
public_deps += [ "//v8" ]
|
||||||
if (use_v8_context_snapshot) {
|
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" ]
|
public_deps += [ "//tools/v8_context_snapshot" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -26,7 +26,7 @@ cefclient.app/
|
|||||||
cef_extensions.pak <=====^
|
cef_extensions.pak <=====^
|
||||||
devtools_resources.pak <=^
|
devtools_resources.pak <=^
|
||||||
icudtl.dat <= unicode support
|
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
|
en.lproj/, ... <= locale-specific resources and strings
|
||||||
Info.plist
|
Info.plist
|
||||||
cefclient Helper.app/
|
cefclient Helper.app/
|
||||||
|
Reference in New Issue
Block a user