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

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

Issue 1803883002: Reland: Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a remnant on MacOSX official build Created 4 years, 9 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/mac/dump_product_syms ('k') | chrome/unit_tests.isolate » ('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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'filename': 'natives_blob.bin', 122 'filename': 'natives_blob.bin',
123 'buildtype': ['dev', 'official'], 123 'buildtype': ['dev', 'official'],
124 'optional': ['dev', 'official'], 124 'optional': ['dev', 'official'],
125 }, 125 },
126 { 126 {
127 'filename': 'snapshot_blob.bin', 127 'filename': 'snapshot_blob.bin',
128 'buildtype': ['dev', 'official'], 128 'buildtype': ['dev', 'official'],
129 'optional': ['dev', 'official'], 129 'optional': ['dev', 'official'],
130 }, 130 },
131 { 131 {
132 'filename': 'libexif.dll',
133 'buildtype': ['dev', 'official'],
134 'filegroup': ['default', 'symsrc'],
135 },
136 {
137 'filename': 'locales/ar.pak', 132 'filename': 'locales/ar.pak',
138 'buildtype': ['dev', 'official'], 133 'buildtype': ['dev', 'official'],
139 }, 134 },
140 { 135 {
141 'filename': 'locales/bg.pak', 136 'filename': 'locales/bg.pak',
142 'buildtype': ['dev', 'official'], 137 'buildtype': ['dev', 'official'],
143 }, 138 },
144 { 139 {
145 'filename': 'locales/bn.pak', 140 'filename': 'locales/bn.pak',
146 'buildtype': ['dev', 'official'], 141 'buildtype': ['dev', 'official'],
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'arch': ['32bit'], 658 'arch': ['32bit'],
664 'buildtype': ['official'], 659 'buildtype': ['official'],
665 'archive': 'chrome-win32-nacl-irt-syms.zip', 660 'archive': 'chrome-win32-nacl-irt-syms.zip',
666 }, 661 },
667 { 662 {
668 'filename': 'nacl_irt_x86_64.nexe.debug', 663 'filename': 'nacl_irt_x86_64.nexe.debug',
669 'buildtype': ['official'], 664 'buildtype': ['official'],
670 'archive': 'chrome-win32-nacl-irt-syms.zip', 665 'archive': 'chrome-win32-nacl-irt-syms.zip',
671 }, 666 },
672 ] 667 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/mac/dump_product_syms ('k') | chrome/unit_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698