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

Side by Side Diff: chrome/tools/build/chromeos/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 | « no previous file | chrome/tools/build/linux/FILES.cfg » ('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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 }, 54 },
55 { 55 {
56 'filename': 'installer', 56 'filename': 'installer',
57 'buildtype': ['official'], 57 'buildtype': ['official'],
58 }, 58 },
59 { 59 {
60 'filename': 'libffmpegsumo.so', 60 'filename': 'libffmpegsumo.so',
61 'buildtype': ['dev', 'official'], 61 'buildtype': ['dev', 'official'],
62 }, 62 },
63 { 63 {
64 'filename': 'lib/libpeerconnection.so',
65 'buildtype': ['dev', 'official'],
66 'optional': ['dev', 'official'],
67 },
68 {
64 'filename': 'locales', 69 'filename': 'locales',
65 'buildtype': ['dev', 'official'], 70 'buildtype': ['dev', 'official'],
66 }, 71 },
67 { 72 {
68 'filename': 'product_logo_48.png', 73 'filename': 'product_logo_48.png',
69 'buildtype': ['dev', 'official'], 74 'buildtype': ['dev', 'official'],
70 }, 75 },
71 { 76 {
72 'filename': 'resources', 77 'filename': 'resources',
73 'buildtype': ['dev', 'official'], 78 'buildtype': ['dev', 'official'],
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 }, 135 },
131 { 136 {
132 'filename': 'nacl_helper', 137 'filename': 'nacl_helper',
133 'buildtype': ['dev', 'official'], 138 'buildtype': ['dev', 'official'],
134 }, 139 },
135 { 140 {
136 'filename': 'nacl_helper_bootstrap', 141 'filename': 'nacl_helper_bootstrap',
137 'buildtype': ['dev', 'official'], 142 'buildtype': ['dev', 'official'],
138 }, 143 },
139 ] 144 ]
OLDNEW
« no previous file with comments | « no previous file | chrome/tools/build/linux/FILES.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698