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

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

Issue 1141703002: Chromium changes for static linking ffmpeg (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll DEPS to fix cros, rebase. Created 5 years, 6 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/tools/build/chromeos/FILES.cfg ('k') | chrome/tools/build/mac/TESTS » ('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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 }, 65 },
66 { 66 {
67 'filename': 'snapshot_blob.bin', 67 'filename': 'snapshot_blob.bin',
68 'buildtype': ['dev', 'official'], 68 'buildtype': ['dev', 'official'],
69 }, 69 },
70 { 70 {
71 'filename': 'installer', 71 'filename': 'installer',
72 'buildtype': ['official'], 72 'buildtype': ['official'],
73 }, 73 },
74 { 74 {
75 'filename': 'libffmpegsumo.so',
76 'buildtype': ['dev', 'official'],
77 },
78 {
79 'filename': 'lib/libpeerconnection.so', 75 'filename': 'lib/libpeerconnection.so',
80 'buildtype': ['dev', 'official'], 76 'buildtype': ['dev', 'official'],
81 'optional': ['dev', 'official'], 77 'optional': ['dev', 'official'],
82 }, 78 },
83 { 79 {
84 'filename': 'locales', 80 'filename': 'locales',
85 'buildtype': ['dev', 'official'], 81 'buildtype': ['dev', 'official'],
86 }, 82 },
87 { 83 {
88 'filename': 'product_logo_48.png', 84 'filename': 'product_logo_48.png',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 'buildtype': ['official'], 199 'buildtype': ['official'],
204 'archive': 'chrome-linux-nacl-irt-syms.zip', 200 'archive': 'chrome-linux-nacl-irt-syms.zip',
205 }, 201 },
206 { 202 {
207 'filename': 'nacl_irt_x86_64.nexe.debug', 203 'filename': 'nacl_irt_x86_64.nexe.debug',
208 'arch': ['64bit'], 204 'arch': ['64bit'],
209 'buildtype': ['official'], 205 'buildtype': ['official'],
210 'archive': 'chrome-linux-nacl-irt-syms.zip', 206 'archive': 'chrome-linux-nacl-irt-syms.zip',
211 }, 207 },
212 ] 208 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/chromeos/FILES.cfg ('k') | chrome/tools/build/mac/TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698