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

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

Issue 14200036: Add libpeerconnection.so to FILES.cfg for linux and chromeos. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 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 | « chrome/tools/build/chromeos/FILES.cfg ('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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 }, 57 },
58 { 58 {
59 'filename': 'installer', 59 'filename': 'installer',
60 'buildtype': ['official'], 60 'buildtype': ['official'],
61 }, 61 },
62 { 62 {
63 'filename': 'libffmpegsumo.so', 63 'filename': 'libffmpegsumo.so',
64 'buildtype': ['dev', 'official'], 64 'buildtype': ['dev', 'official'],
65 }, 65 },
66 { 66 {
67 'filename': 'lib/libpeerconnection.so',
68 'buildtype': ['dev', 'official'],
69 'optional': ['dev', 'official'],
70 },
71 {
67 'filename': 'locales', 72 'filename': 'locales',
68 'buildtype': ['dev', 'official'], 73 'buildtype': ['dev', 'official'],
69 }, 74 },
70 { 75 {
71 'filename': 'product_logo_48.png', 76 'filename': 'product_logo_48.png',
72 'buildtype': ['dev', 'official'], 77 'buildtype': ['dev', 'official'],
73 }, 78 },
74 { 79 {
75 'filename': 'resources', 80 'filename': 'resources',
76 'buildtype': ['dev', 'official'], 81 'buildtype': ['dev', 'official'],
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'buildtype': ['official'], 197 'buildtype': ['official'],
193 'archive': 'breakpad-info.zip', 198 'archive': 'breakpad-info.zip',
194 }, 199 },
195 { 200 {
196 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64', 201 'filename': 'libremoting_host_plugin.x64.so.breakpad.x64',
197 'arch': ['64bit'], 202 'arch': ['64bit'],
198 'buildtype': ['official'], 203 'buildtype': ['official'],
199 'archive': 'breakpad-info.zip', 204 'archive': 'breakpad-info.zip',
200 }, 205 },
201 ] 206 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/chromeos/FILES.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698