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

Side by Side Diff: chrome/tools/build/chromeos/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
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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 }, 66 },
67 { 67 {
68 'filename': 'natives_blob.bin', 68 'filename': 'natives_blob.bin',
69 'buildtype': ['dev', 'official'], 69 'buildtype': ['dev', 'official'],
70 }, 70 },
71 { 71 {
72 'filename': 'snapshot_blob.bin', 72 'filename': 'snapshot_blob.bin',
73 'buildtype': ['dev', 'official'], 73 'buildtype': ['dev', 'official'],
74 }, 74 },
75 { 75 {
76 'filename': 'lib/libexif.so',
77 'buildtype': ['dev', 'official'],
78 },
79 {
80 'filename': 'locales', 76 'filename': 'locales',
81 'buildtype': ['dev', 'official'], 77 'buildtype': ['dev', 'official'],
82 }, 78 },
83 { 79 {
84 'filename': 'product_logo_48.png', 80 'filename': 'product_logo_48.png',
85 'buildtype': ['dev', 'official'], 81 'buildtype': ['dev', 'official'],
86 }, 82 },
87 { 83 {
88 'filename': 'resources', 84 'filename': 'resources',
89 'buildtype': ['dev', 'official'], 85 'buildtype': ['dev', 'official'],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 }, 137 },
142 { 138 {
143 'filename': 'nacl_helper_bootstrap', 139 'filename': 'nacl_helper_bootstrap',
144 'buildtype': ['dev', 'official'], 140 'buildtype': ['dev', 'official'],
145 }, 141 },
146 { 142 {
147 'filename': 'nacl_helper_nonsfi', 143 'filename': 'nacl_helper_nonsfi',
148 'buildtype': ['dev', 'official'], 144 'buildtype': ['dev', 'official'],
149 }, 145 },
150 ] 146 ]
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/api_test/media_galleries/read_access/test.js ('k') | chrome/tools/build/mac/TESTS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698