Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(735)

Unified Diff: chrome/tools/build/win/FILES.cfg

Issue 826083004: Enable loading V8's initial snapshot from external files on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8_ext_win_1
Patch Set: Don't include v8 on iOS Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/build/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 2a457de35016a6949ce4a578788685c47f437601..fa0fe24e7e137bc1abc8c26bc5e605b44b833b77 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -115,6 +115,16 @@ FILES = [
'optional': ['dev', 'official'],
},
{
+ 'filename': 'natives_blob.bin',
+ 'buildtype': ['dev', 'official'],
+ 'optional': ['dev', 'official'],
+ },
+ {
+ 'filename': 'snapshot_blob.bin',
+ 'buildtype': ['dev', 'official'],
+ 'optional': ['dev', 'official'],
+ },
+ {
'filename': 'libexif.dll',
'buildtype': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698