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

Unified Diff: chrome/tools/build/win/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: Fix android tests 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/win/FILES.cfg
diff --git a/chrome/tools/build/win/FILES.cfg b/chrome/tools/build/win/FILES.cfg
index 7d8cc680e685cc7d94ebd0d435082cfc795d5cd5..ee8bae955fede9d8bf773cbe4e6b4d99781379a7 100644
--- a/chrome/tools/build/win/FILES.cfg
+++ b/chrome/tools/build/win/FILES.cfg
@@ -110,6 +110,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'],
+ },
+ {
rmcilroy 2014/10/06 15:41:02 It's probably best to remove the Windows and Mac s
baixo 2014/10/07 14:53:27 Done.
'filename': 'libexif.dll',
'buildtype': ['dev', 'official'],
'filegroup': ['default', 'symsrc'],

Powered by Google App Engine
This is Rietveld 408576698