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

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

Issue 191583002: Media Galleries API Metadata: Image metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/functional/stress.py ('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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 }, 50 },
51 { 51 {
52 'filename': 'installer', 52 'filename': 'installer',
53 'buildtype': ['official'], 53 'buildtype': ['official'],
54 }, 54 },
55 { 55 {
56 'filename': 'libffmpegsumo.so', 56 'filename': 'libffmpegsumo.so',
57 'buildtype': ['dev', 'official'], 57 'buildtype': ['dev', 'official'],
58 }, 58 },
59 { 59 {
60 'filename': 'lib/libexif.so',
61 'buildtype': ['dev', 'official'],
62 },
63 {
60 'filename': 'lib/libpeerconnection.so', 64 'filename': 'lib/libpeerconnection.so',
61 'buildtype': ['dev', 'official'], 65 'buildtype': ['dev', 'official'],
62 'optional': ['dev', 'official'], 66 'optional': ['dev', 'official'],
63 }, 67 },
64 { 68 {
65 'filename': 'locales', 69 'filename': 'locales',
66 'buildtype': ['dev', 'official'], 70 'buildtype': ['dev', 'official'],
67 }, 71 },
68 { 72 {
69 'filename': 'product_logo_48.png', 73 'filename': 'product_logo_48.png',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 }, 135 },
132 { 136 {
133 'filename': 'nacl_helper', 137 'filename': 'nacl_helper',
134 'buildtype': ['dev', 'official'], 138 'buildtype': ['dev', 'official'],
135 }, 139 },
136 { 140 {
137 'filename': 'nacl_helper_bootstrap', 141 'filename': 'nacl_helper_bootstrap',
138 'buildtype': ['dev', 'official'], 142 'buildtype': ['dev', 'official'],
139 }, 143 },
140 ] 144 ]
OLDNEW
« no previous file with comments | « chrome/test/functional/stress.py ('k') | chrome/tools/build/mac/TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698