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

Side by Side Diff: base/base.gypi

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 | « base/base.gyp ('k') | base/i18n/message_formatter.h » ('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 (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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'i18n/file_util_icu.cc', 1013 'i18n/file_util_icu.cc',
1014 'i18n/file_util_icu.h', 1014 'i18n/file_util_icu.h',
1015 'i18n/i18n_constants.cc', 1015 'i18n/i18n_constants.cc',
1016 'i18n/i18n_constants.h', 1016 'i18n/i18n_constants.h',
1017 'i18n/icu_encoding_detection.cc', 1017 'i18n/icu_encoding_detection.cc',
1018 'i18n/icu_encoding_detection.h', 1018 'i18n/icu_encoding_detection.h',
1019 'i18n/icu_string_conversions.cc', 1019 'i18n/icu_string_conversions.cc',
1020 'i18n/icu_string_conversions.h', 1020 'i18n/icu_string_conversions.h',
1021 'i18n/icu_util.cc', 1021 'i18n/icu_util.cc',
1022 'i18n/icu_util.h', 1022 'i18n/icu_util.h',
1023 'i18n/message_formatter.cc',
1024 'i18n/message_formatter.h',
1023 'i18n/number_formatting.cc', 1025 'i18n/number_formatting.cc',
1024 'i18n/number_formatting.h', 1026 'i18n/number_formatting.h',
1025 'i18n/rtl.cc', 1027 'i18n/rtl.cc',
1026 'i18n/rtl.h', 1028 'i18n/rtl.h',
1027 'i18n/streaming_utf8_validator.cc', 1029 'i18n/streaming_utf8_validator.cc',
1028 'i18n/streaming_utf8_validator.h', 1030 'i18n/streaming_utf8_validator.h',
1029 'i18n/string_compare.cc', 1031 'i18n/string_compare.cc',
1030 'i18n/string_compare.h', 1032 'i18n/string_compare.h',
1031 'i18n/string_search.cc', 1033 'i18n/string_search.cc',
1032 'i18n/string_search.h', 1034 'i18n/string_search.h',
1033 'i18n/time_formatting.cc', 1035 'i18n/time_formatting.cc',
1034 'i18n/time_formatting.h', 1036 'i18n/time_formatting.h',
1035 'i18n/timezone.cc', 1037 'i18n/timezone.cc',
1036 'i18n/timezone.h', 1038 'i18n/timezone.h',
1037 'i18n/utf8_validator_tables.cc', 1039 'i18n/utf8_validator_tables.cc',
1038 'i18n/utf8_validator_tables.h', 1040 'i18n/utf8_validator_tables.h',
1039 ], 1041 ],
1040 }] 1042 }]
1041 ], 1043 ],
1042 }, 1044 },
1043 } 1045 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/i18n/message_formatter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698