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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # ex: set syntax=python: 2 # ex: set syntax=python:
3 3
4 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 4 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
5 # Use of this source code is governed by a BSD-style license that can be 5 # Use of this source code is governed by a BSD-style license that can be
6 # found in the LICENSE file. 6 # found in the LICENSE file.
7 7
8 # This is a buildbot configuration file containing a tagged list of files 8 # This is a buildbot configuration file containing a tagged list of files
9 # processed by the stage/archive scripts. The known tags are: 9 # processed by the stage/archive scripts. The known tags are:
10 # 10 #
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'filename': 'icudtl.dat', 108 'filename': 'icudtl.dat',
109 'buildtype': ['dev', 'official'], 109 'buildtype': ['dev', 'official'],
110 'optional': ['dev', 'official'], 110 'optional': ['dev', 'official'],
111 }, 111 },
112 { 112 {
113 'filename': 'icudt.dll', 113 'filename': 'icudt.dll',
114 'buildtype': ['dev', 'official'], 114 'buildtype': ['dev', 'official'],
115 'optional': ['dev', 'official'], 115 'optional': ['dev', 'official'],
116 }, 116 },
117 { 117 {
118 'filename': 'natives_blob.bin',
119 'buildtype': ['dev', 'official'],
120 'optional': ['dev', 'official'],
121 },
122 {
123 'filename': 'snapshot_blob.bin',
124 'buildtype': ['dev', 'official'],
125 'optional': ['dev', 'official'],
126 },
127 {
118 'filename': 'libexif.dll', 128 'filename': 'libexif.dll',
119 'buildtype': ['dev', 'official'], 129 'buildtype': ['dev', 'official'],
120 'filegroup': ['default', 'symsrc'], 130 'filegroup': ['default', 'symsrc'],
121 }, 131 },
122 { 132 {
123 'filename': 'libpeerconnection.dll', 133 'filename': 'libpeerconnection.dll',
124 'buildtype': ['dev', 'official'], 134 'buildtype': ['dev', 'official'],
125 'optional': ['dev', 'official'], 135 'optional': ['dev', 'official'],
126 'filegroup': ['default', 'symsrc'], 136 'filegroup': ['default', 'symsrc'],
127 }, 137 },
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 'arch': ['32bit'], 775 'arch': ['32bit'],
766 'buildtype': ['official'], 776 'buildtype': ['official'],
767 'archive': 'chrome-win32-nacl-irt-syms.zip', 777 'archive': 'chrome-win32-nacl-irt-syms.zip',
768 }, 778 },
769 { 779 {
770 'filename': 'nacl_irt_x86_64.nexe.debug', 780 'filename': 'nacl_irt_x86_64.nexe.debug',
771 'buildtype': ['official'], 781 'buildtype': ['official'],
772 'archive': 'chrome-win32-nacl-irt-syms.zip', 782 'archive': 'chrome-win32-nacl-irt-syms.zip',
773 }, 783 },
774 ] 784 ]
OLDNEW
« 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