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

Side by Side Diff: ui/base/BUILD.gn

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 | « extensions/extensions_strings.grd ('k') | ui/base/l10n/formatter.cc » ('j') | 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 "l10n/formatter.h", 160 "l10n/formatter.h",
161 "l10n/l10n_font_util.cc", 161 "l10n/l10n_font_util.cc",
162 "l10n/l10n_font_util.h", 162 "l10n/l10n_font_util.h",
163 "l10n/l10n_util.cc", 163 "l10n/l10n_util.cc",
164 "l10n/l10n_util.h", 164 "l10n/l10n_util.h",
165 "l10n/l10n_util_android.cc", 165 "l10n/l10n_util_android.cc",
166 "l10n/l10n_util_android.h", 166 "l10n/l10n_util_android.h",
167 "l10n/l10n_util_collator.h", 167 "l10n/l10n_util_collator.h",
168 "l10n/l10n_util_mac.h", 168 "l10n/l10n_util_mac.h",
169 "l10n/l10n_util_mac.mm", 169 "l10n/l10n_util_mac.mm",
170 "l10n/l10n_util_plurals.cc",
171 "l10n/l10n_util_plurals.h",
172 "l10n/l10n_util_posix.cc", 170 "l10n/l10n_util_posix.cc",
173 "l10n/l10n_util_win.cc", 171 "l10n/l10n_util_win.cc",
174 "l10n/l10n_util_win.h", 172 "l10n/l10n_util_win.h",
175 "l10n/time_format.cc", 173 "l10n/time_format.cc",
176 "l10n/time_format.h", 174 "l10n/time_format.h",
177 "layout.cc", 175 "layout.cc",
178 "layout.h", 176 "layout.h",
179 "layout_mac.mm", 177 "layout_mac.mm",
180 "models/button_menu_item_model.cc", 178 "models/button_menu_item_model.cc",
181 "models/button_menu_item_model.h", 179 "models/button_menu_item_model.h",
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 } 811 }
814 812
815 if (is_chromeos) { 813 if (is_chromeos) {
816 deps += [ 814 deps += [
817 "//chromeos", 815 "//chromeos",
818 "//ui/events:dom_keycode_converter", 816 "//ui/events:dom_keycode_converter",
819 ] 817 ]
820 } 818 }
821 } 819 }
822 # TODO(GYP) Mac (ui_base_tests_bundle) 820 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« no previous file with comments | « extensions/extensions_strings.grd ('k') | ui/base/l10n/formatter.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698