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

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

Issue 2001093002: Revert of Remove enable_topchrome_md build flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/linux/FILES.cfg ('k') | components/resources/BUILD.gn » ('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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 { 80 {
81 'filename': 'chrome_100_percent.pak', 81 'filename': 'chrome_100_percent.pak',
82 'buildtype': ['dev', 'official'], 82 'buildtype': ['dev', 'official'],
83 }, 83 },
84 { 84 {
85 'filename': 'chrome_200_percent.pak', 85 'filename': 'chrome_200_percent.pak',
86 'buildtype': ['dev', 'official'], 86 'buildtype': ['dev', 'official'],
87 'optional': ['dev', 'official'], 87 'optional': ['dev', 'official'],
88 }, 88 },
89 { 89 {
90 'filename': 'chrome_material_100_percent.pak',
91 'buildtype': ['dev', 'official'],
92 },
93 {
94 'filename': 'chrome_material_200_percent.pak',
95 'buildtype': ['dev', 'official'],
96 'optional': ['dev', 'official'],
97 },
98 {
90 'filename': 'First Run', 99 'filename': 'First Run',
91 'buildtype': ['dev', 'official'], 100 'buildtype': ['dev', 'official'],
92 }, 101 },
93 { 102 {
94 'filename': 'icudtl.dat', 103 'filename': 'icudtl.dat',
95 'buildtype': ['dev', 'official'], 104 'buildtype': ['dev', 'official'],
96 'optional': ['dev', 'official'], 105 'optional': ['dev', 'official'],
97 }, 106 },
98 { 107 {
99 'filename': 'icudt.dll', 108 'filename': 'icudt.dll',
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 'arch': ['32bit'], 650 'arch': ['32bit'],
642 'buildtype': ['official'], 651 'buildtype': ['official'],
643 'archive': 'chrome-win32-nacl-irt-syms.zip', 652 'archive': 'chrome-win32-nacl-irt-syms.zip',
644 }, 653 },
645 { 654 {
646 'filename': 'nacl_irt_x86_64.nexe.debug', 655 'filename': 'nacl_irt_x86_64.nexe.debug',
647 'buildtype': ['official'], 656 'buildtype': ['official'],
648 'archive': 'chrome-win32-nacl-irt-syms.zip', 657 'archive': 'chrome-win32-nacl-irt-syms.zip',
649 }, 658 },
650 ] 659 ]
OLDNEW
« no previous file with comments | « chrome/tools/build/linux/FILES.cfg ('k') | components/resources/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698