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

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

Issue 1791623002: Revert of Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Manual revert/rebase. 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 {
76 'filename': 'locales', 80 'filename': 'locales',
77 'buildtype': ['dev', 'official'], 81 'buildtype': ['dev', 'official'],
78 }, 82 },
79 { 83 {
80 'filename': 'product_logo_48.png', 84 'filename': 'product_logo_48.png',
81 'buildtype': ['dev', 'official'], 85 'buildtype': ['dev', 'official'],
82 }, 86 },
83 { 87 {
84 'filename': 'resources', 88 'filename': 'resources',
85 'buildtype': ['dev', 'official'], 89 'buildtype': ['dev', 'official'],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 }, 141 },
138 { 142 {
139 'filename': 'nacl_helper_bootstrap', 143 'filename': 'nacl_helper_bootstrap',
140 'buildtype': ['dev', 'official'], 144 'buildtype': ['dev', 'official'],
141 }, 145 },
142 { 146 {
143 'filename': 'nacl_helper_nonsfi', 147 'filename': 'nacl_helper_nonsfi',
144 'buildtype': ['dev', 'official'], 148 'buildtype': ['dev', 'official'],
145 }, 149 },
146 ] 150 ]
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