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

Side by Side Diff: chrome/tools/build/chromeos/FILES.cfg

Issue 1019123002: Switch ChromeOS and ChromeCast to use external V8 snapshot files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8_ext_chromeos
Patch Set: Rebase Created 5 years, 8 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 | « build/common.gypi ('k') | chromecast/chromecast.gyp » ('j') | 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 }, 46 },
47 { 47 {
48 'filename': 'emit_login_prompt_ready', 48 'filename': 'emit_login_prompt_ready',
49 'buildtype': ['dev'], 49 'buildtype': ['dev'],
50 }, 50 },
51 { 51 {
52 'filename': 'installer', 52 'filename': 'installer',
53 'buildtype': ['official'], 53 'buildtype': ['official'],
54 }, 54 },
55 { 55 {
56 'filename': 'natives_blob.bin',
57 'buildtype': ['dev', 'official'],
58 },
59 {
60 'filename': 'snapshot_blob.bin',
61 'buildtype': ['dev', 'official'],
62 },
63 {
56 'filename': 'libffmpegsumo.so', 64 'filename': 'libffmpegsumo.so',
57 'buildtype': ['dev', 'official'], 65 'buildtype': ['dev', 'official'],
58 }, 66 },
59 { 67 {
60 'filename': 'lib/libexif.so', 68 'filename': 'lib/libexif.so',
61 'buildtype': ['dev', 'official'], 69 'buildtype': ['dev', 'official'],
62 }, 70 },
63 { 71 {
64 'filename': 'lib/libpeerconnection.so', 72 'filename': 'lib/libpeerconnection.so',
65 'buildtype': ['dev', 'official'], 73 'buildtype': ['dev', 'official'],
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 }, 134 },
127 { 135 {
128 'filename': 'nacl_helper', 136 'filename': 'nacl_helper',
129 'buildtype': ['dev', 'official'], 137 'buildtype': ['dev', 'official'],
130 }, 138 },
131 { 139 {
132 'filename': 'nacl_helper_bootstrap', 140 'filename': 'nacl_helper_bootstrap',
133 'buildtype': ['dev', 'official'], 141 'buildtype': ['dev', 'official'],
134 }, 142 },
135 ] 143 ]
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chromecast/chromecast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698