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

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

Issue 734163007: Linux-specific bits for loading V8's initial snapshot from external files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ 'buildtype': ['dev', 'official'],
+ },
+ {
+ 'filename': 'snapshot_blob.bin',
+ 'buildtype': ['dev', 'official'],
+ },
+ {
'filename': 'installer',
'buildtype': ['official'],
},
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698