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

Side by Side Diff: ui/ui.gyp

Issue 147443007: Add support for localized time strings with two units, eg. "2 hours 17 minutes" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Bartosz' 3rd round of comments Created 6 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 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'base/gtk/gtk_signal.h', 186 'base/gtk/gtk_signal.h',
187 'base/gtk/gtk_signal_registrar.cc', 187 'base/gtk/gtk_signal_registrar.cc',
188 'base/gtk/gtk_signal_registrar.h', 188 'base/gtk/gtk_signal_registrar.h',
189 'base/gtk/gtk_windowing.cc', 189 'base/gtk/gtk_windowing.cc',
190 'base/gtk/gtk_windowing.h', 190 'base/gtk/gtk_windowing.h',
191 'base/gtk/owned_widget_gtk.cc', 191 'base/gtk/owned_widget_gtk.cc',
192 'base/gtk/owned_widget_gtk.h', 192 'base/gtk/owned_widget_gtk.h',
193 'base/gtk/scoped_region.cc', 193 'base/gtk/scoped_region.cc',
194 'base/gtk/scoped_region.h', 194 'base/gtk/scoped_region.h',
195 'base/hit_test.h', 195 'base/hit_test.h',
196 'base/l10n/formatter.cc',
197 'base/l10n/formatter.h',
196 'base/l10n/l10n_font_util.cc', 198 'base/l10n/l10n_font_util.cc',
197 'base/l10n/l10n_font_util.h', 199 'base/l10n/l10n_font_util.h',
198 'base/l10n/l10n_util.cc', 200 'base/l10n/l10n_util.cc',
199 'base/l10n/l10n_util.h', 201 'base/l10n/l10n_util.h',
200 'base/l10n/l10n_util_android.cc', 202 'base/l10n/l10n_util_android.cc',
201 'base/l10n/l10n_util_android.h', 203 'base/l10n/l10n_util_android.h',
202 'base/l10n/l10n_util_collator.h', 204 'base/l10n/l10n_util_collator.h',
203 'base/l10n/l10n_util_mac.h', 205 'base/l10n/l10n_util_mac.h',
204 'base/l10n/l10n_util_mac.mm', 206 'base/l10n/l10n_util_mac.mm',
205 'base/l10n/l10n_util_plurals.cc', 207 'base/l10n/l10n_util_plurals.cc',
(...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'variables': { 629 'variables': {
628 'jni_gen_package': 'ui', 630 'jni_gen_package': 'ui',
629 'jni_generator_ptr_type': 'long', 631 'jni_generator_ptr_type': 'long',
630 }, 632 },
631 'includes': [ '../build/jni_generator.gypi' ], 633 'includes': [ '../build/jni_generator.gypi' ],
632 }, 634 },
633 ], 635 ],
634 }], 636 }],
635 ], 637 ],
636 } 638 }
OLDNEW
« ui/base/strings/ui_strings.grd ('K') | « ui/base/strings/ui_strings.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698