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

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

Issue 594603003: Infrastructure for reading V8's initial snapshot from external files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync master Created 6 years, 2 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
Index: chrome/tools/build/linux/FILES.cfg
diff --git a/chrome/tools/build/linux/FILES.cfg b/chrome/tools/build/linux/FILES.cfg
index 10069a2df4951da3ce0968a2441efe3a564062de..7f896decdbe6ccbb954b8ca8b652d127b1c34d8c 100644
--- a/chrome/tools/build/linux/FILES.cfg
+++ b/chrome/tools/build/linux/FILES.cfg
@@ -56,6 +56,14 @@ FILES = [
'buildtype': ['dev', 'official'],
},
{
+ 'filename': 'natives_blob.bin',
jochen (gone - plz use gerrit) 2014/10/15 15:40:14 shouldn't be required yet
baixo1 2014/10/16 10:10:30 Done.
+ 'buildtype': ['dev', 'official'],
+ },
+ {
+ 'filename': 'snapshot_blob.bin',
+ 'buildtype': ['dev', 'official'],
+ },
+ {
'filename': 'installer',
'buildtype': ['official'],
},

Powered by Google App Engine
This is Rietveld 408576698