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

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

Issue 191583002: Media Galleries API Metadata: Image metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: change loader path again 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'filename': 'icudtl.dat', 93 'filename': 'icudtl.dat',
94 'buildtype': ['dev', 'official'], 94 'buildtype': ['dev', 'official'],
95 'optional': ['dev', 'official'], 95 'optional': ['dev', 'official'],
96 }, 96 },
97 { 97 {
98 'filename': 'icudt.dll', 98 'filename': 'icudt.dll',
99 'buildtype': ['dev', 'official'], 99 'buildtype': ['dev', 'official'],
100 'optional': ['dev', 'official'], 100 'optional': ['dev', 'official'],
101 }, 101 },
102 { 102 {
103 'filename': 'libexif.dll',
104 'buildtype': ['dev', 'official'],
105 'filegroup': ['default', 'symsrc'],
106 },
107 {
103 'filename': 'libpeerconnection.dll', 108 'filename': 'libpeerconnection.dll',
104 'buildtype': ['dev', 'official'], 109 'buildtype': ['dev', 'official'],
105 'optional': ['dev', 'official'], 110 'optional': ['dev', 'official'],
106 'filegroup': ['default', 'symsrc'], 111 'filegroup': ['default', 'symsrc'],
107 }, 112 },
108 { 113 {
109 'filename': 'locales/ar.pak', 114 'filename': 'locales/ar.pak',
110 'buildtype': ['dev', 'official'], 115 'buildtype': ['dev', 'official'],
111 }, 116 },
112 { 117 {
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'arch': ['32bit'], 743 'arch': ['32bit'],
739 'buildtype': ['official'], 744 'buildtype': ['official'],
740 'archive': 'chrome-win32-nacl-irt-syms.zip', 745 'archive': 'chrome-win32-nacl-irt-syms.zip',
741 }, 746 },
742 { 747 {
743 'filename': 'nacl_irt_x86_64.nexe.debug', 748 'filename': 'nacl_irt_x86_64.nexe.debug',
744 'buildtype': ['official'], 749 'buildtype': ['official'],
745 'archive': 'chrome-win32-nacl-irt-syms.zip', 750 'archive': 'chrome-win32-nacl-irt-syms.zip',
746 }, 751 },
747 ] 752 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698