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

Side by Side Diff: chrome/tools/build/chromeos/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
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 }, 54 },
55 { 55 {
56 'filename': 'natives_blob.bin', 56 'filename': 'natives_blob.bin',
57 'buildtype': ['dev', 'official'], 57 'buildtype': ['dev', 'official'],
58 }, 58 },
59 { 59 {
60 'filename': 'snapshot_blob.bin', 60 'filename': 'snapshot_blob.bin',
61 'buildtype': ['dev', 'official'], 61 'buildtype': ['dev', 'official'],
62 }, 62 },
63 { 63 {
64 'filename': 'libffmpegsumo.so',
65 'buildtype': ['dev', 'official'],
66 },
67 {
68 'filename': 'lib/libexif.so', 64 'filename': 'lib/libexif.so',
69 'buildtype': ['dev', 'official'], 65 'buildtype': ['dev', 'official'],
70 }, 66 },
71 { 67 {
72 'filename': 'lib/libpeerconnection.so', 68 'filename': 'lib/libpeerconnection.so',
73 'buildtype': ['dev', 'official'], 69 'buildtype': ['dev', 'official'],
74 'optional': ['dev', 'official'], 70 'optional': ['dev', 'official'],
75 }, 71 },
76 { 72 {
77 'filename': 'locales', 73 'filename': 'locales',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 }, 134 },
139 { 135 {
140 'filename': 'nacl_helper_bootstrap', 136 'filename': 'nacl_helper_bootstrap',
141 'buildtype': ['dev', 'official'], 137 'buildtype': ['dev', 'official'],
142 }, 138 },
143 { 139 {
144 'filename': 'nacl_helper_nonsfi', 140 'filename': 'nacl_helper_nonsfi',
145 'buildtype': ['dev', 'official'], 141 'buildtype': ['dev', 'official'],
146 }, 142 },
147 ] 143 ]
OLDNEW
« no previous file with comments | « chrome/test/chromeos/autotest/files/client/deps/pyauto_dep/setup_test_links.sh ('k') | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698