Browse Source

Update libcc and replace snapshot_blob.bin by v8_context_snapshot.bin

Nitish Sakhawalkar 7 years ago
parent
commit
3ac4c1f03f

+ 1 - 1
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
 ```
 

+ 1 - 1
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
 ```

+ 3 - 3
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',

+ 2 - 2
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 = []

+ 1 - 1
vendor/libchromiumcontent

@@ -1 +1 @@
-Subproject commit c37842e05a73819a5e67c0a4394a2d4b328a3ddd
+Subproject commit 68dc59b72bd2e385e94bf6ce8fd73118d3e35939