From 3ac4c1f03f6410991b7777e4ccbdc1e67d2e1944 Mon Sep 17 00:00:00 2001 From: Nitish Sakhawalkar Date: Tue, 24 Apr 2018 20:17:53 -0700 Subject: [PATCH] Update libcc and replace snapshot_blob.bin by v8_context_snapshot.bin --- docs/tutorial/snapcraft.md | 2 +- docs/tutorial/windows-store-guide.md | 2 +- electron.gyp | 6 +++--- script/create-dist.py | 4 ++-- vendor/libchromiumcontent | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/tutorial/snapcraft.md b/docs/tutorial/snapcraft.md index 66052b919198..c188adeea48f 100644 --- a/docs/tutorial/snapcraft.md +++ b/docs/tutorial/snapcraft.md @@ -63,7 +63,7 @@ The output should look roughly like this: ├── locales ├── natives_blob.bin ├── resources - ├── snapshot_blob.bin + ├── v8_context_snapshot.bin └── version ``` diff --git a/docs/tutorial/windows-store-guide.md b/docs/tutorial/windows-store-guide.md index 9745e4bb5c46..1e500b88da84 100644 --- a/docs/tutorial/windows-store-guide.md +++ b/docs/tutorial/windows-store-guide.md @@ -67,7 +67,7 @@ The output should look roughly like this: ├── resources │   ├── app │   └── atom.asar -├── snapshot_blob.bin +├── v8_context_snapshot.bin ├── squirrel.exe └── ui_resources_200_percent.pak ``` diff --git a/electron.gyp b/electron.gyp index 2ba2038c9954..348e5a2f967b 100644 --- a/electron.gyp +++ b/electron.gyp @@ -209,7 +209,7 @@ '<(libchromiumcontent_dir)/ui_resources_200_percent.pak', '<(libchromiumcontent_dir)/views_resources_200_percent.pak', '<(libchromiumcontent_dir)/natives_blob.bin', - '<(libchromiumcontent_dir)/snapshot_blob.bin', + '<(libchromiumcontent_dir)/v8_context_snapshot.bin', 'external_binaries/d3dcompiler_47.dll', ], }, @@ -249,7 +249,7 @@ '<(libchromiumcontent_dir)/ui_resources_200_percent.pak', '<(libchromiumcontent_dir)/views_resources_200_percent.pak', '<(libchromiumcontent_dir)/natives_blob.bin', - '<(libchromiumcontent_dir)/snapshot_blob.bin', + '<(libchromiumcontent_dir)/v8_context_snapshot.bin', ], }, ], @@ -645,7 +645,7 @@ '<(libchromiumcontent_dir)/ui_resources_200_percent.pak', '<(libchromiumcontent_dir)/views_resources_200_percent.pak', '<(libchromiumcontent_dir)/natives_blob.bin', - '<(libchromiumcontent_dir)/snapshot_blob.bin', + '<(libchromiumcontent_dir)/v8_context_snapshot.bin', ], 'xcode_settings': { 'ATOM_BUNDLE_ID': 'com.<(company_abbr).<(project_name).framework', diff --git a/script/create-dist.py b/script/create-dist.py index e0a373d94fe7..ae5ce3707c38 100755 --- a/script/create-dist.py +++ b/script/create-dist.py @@ -48,7 +48,7 @@ TARGET_BINARIES = { 'ui_resources_200_percent.pak', 'views_resources_200_percent.pak', 'natives_blob.bin', - 'snapshot_blob.bin', + 'v8_context_snapshot.bin', ], 'linux': [ PROJECT_NAME, # 'electron' @@ -61,7 +61,7 @@ TARGET_BINARIES = { 'ui_resources_200_percent.pak', 'views_resources_200_percent.pak', 'natives_blob.bin', - 'snapshot_blob.bin', + 'v8_context_snapshot.bin', ], } TARGET_BINARIES_EXT = [] diff --git a/vendor/libchromiumcontent b/vendor/libchromiumcontent index c37842e05a73..68dc59b72bd2 160000 --- a/vendor/libchromiumcontent +++ b/vendor/libchromiumcontent @@ -1 +1 @@ -Subproject commit c37842e05a73819a5e67c0a4394a2d4b328a3ddd +Subproject commit 68dc59b72bd2e385e94bf6ce8fd73118d3e35939