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

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

Issue 99473012: Enable icu_use_data_file on Windows (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: combine 2 conditions into one in base.gyp Created 7 years 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 { 88 {
89 'filename': 'crash_service64.exe', 89 'filename': 'crash_service64.exe',
90 'arch': ['32bit'], 90 'arch': ['32bit'],
91 'buildtype': ['dev', 'official'], 91 'buildtype': ['dev', 'official'],
92 }, 92 },
93 { 93 {
94 'filename': 'First Run', 94 'filename': 'First Run',
95 'buildtype': ['dev', 'official'], 95 'buildtype': ['dev', 'official'],
96 }, 96 },
97 { 97 {
98 'filename': 'icudt.dll', 98 'filename': 'icudtl.dat',
grt (UTC plus 2) 2013/12/20 15:15:15 same comment here about not supporting a configura
99 'buildtype': ['dev', 'official'], 99 'buildtype': ['dev', 'official'],
100 }, 100 },
101 { 101 {
102 'filename': 'libpeerconnection.dll', 102 'filename': 'libpeerconnection.dll',
103 'buildtype': ['dev', 'official'], 103 'buildtype': ['dev', 'official'],
104 'optional': ['dev', 'official'], 104 'optional': ['dev', 'official'],
105 'filegroup': ['default', 'symsrc'], 105 'filegroup': ['default', 'symsrc'],
106 }, 106 },
107 { 107 {
108 'filename': 'locales/ar.pak', 108 'filename': 'locales/ar.pak',
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'arch': ['32bit'], 771 'arch': ['32bit'],
772 'buildtype': ['official'], 772 'buildtype': ['official'],
773 'archive': 'chrome-win32-nacl-irt-syms.zip', 773 'archive': 'chrome-win32-nacl-irt-syms.zip',
774 }, 774 },
775 { 775 {
776 'filename': 'nacl_irt_x86_64.nexe.debug', 776 'filename': 'nacl_irt_x86_64.nexe.debug',
777 'buildtype': ['official'], 777 'buildtype': ['official'],
778 'archive': 'chrome-win32-nacl-irt-syms.zip', 778 'archive': 'chrome-win32-nacl-irt-syms.zip',
779 }, 779 },
780 ] 780 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698