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

Side by Side Diff: ui/base/ui_base.gyp

Issue 1140153005: ICU msg format support with more than one arguments (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mark's review comments Created 5 years, 4 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 | « ui/base/l10n/l10n_util_plurals.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'l10n/formatter.h', 209 'l10n/formatter.h',
210 'l10n/l10n_font_util.cc', 210 'l10n/l10n_font_util.cc',
211 'l10n/l10n_font_util.h', 211 'l10n/l10n_font_util.h',
212 'l10n/l10n_util.cc', 212 'l10n/l10n_util.cc',
213 'l10n/l10n_util.h', 213 'l10n/l10n_util.h',
214 'l10n/l10n_util_android.cc', 214 'l10n/l10n_util_android.cc',
215 'l10n/l10n_util_android.h', 215 'l10n/l10n_util_android.h',
216 'l10n/l10n_util_collator.h', 216 'l10n/l10n_util_collator.h',
217 'l10n/l10n_util_mac.h', 217 'l10n/l10n_util_mac.h',
218 'l10n/l10n_util_mac.mm', 218 'l10n/l10n_util_mac.mm',
219 'l10n/l10n_util_plurals.cc',
220 'l10n/l10n_util_plurals.h',
221 'l10n/l10n_util_posix.cc', 219 'l10n/l10n_util_posix.cc',
222 'l10n/l10n_util_win.cc', 220 'l10n/l10n_util_win.cc',
223 'l10n/l10n_util_win.h', 221 'l10n/l10n_util_win.h',
224 'l10n/time_format.cc', 222 'l10n/time_format.cc',
225 'l10n/time_format.h', 223 'l10n/time_format.h',
226 'layout.cc', 224 'layout.cc',
227 'layout.h', 225 'layout.h',
228 'layout_mac.mm', 226 'layout_mac.mm',
229 'models/button_menu_item_model.cc', 227 'models/button_menu_item_model.cc',
230 'models/button_menu_item_model.h', 228 'models/button_menu_item_model.h',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
716 ], 714 ],
717 'variables': { 715 'variables': {
718 'jni_gen_package': 'ui', 716 'jni_gen_package': 'ui',
719 }, 717 },
720 'includes': [ '../../build/jni_generator.gypi' ], 718 'includes': [ '../../build/jni_generator.gypi' ],
721 }, 719 },
722 ], 720 ],
723 }], 721 }],
724 ], 722 ],
725 } 723 }
OLDNEW
« no previous file with comments | « ui/base/l10n/l10n_util_plurals.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698