| OLD | NEW |
| 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 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1068 'i18n/base_i18n_switches.cc', | 1068 'i18n/base_i18n_switches.cc', |
| 1069 'i18n/base_i18n_switches.h', | 1069 'i18n/base_i18n_switches.h', |
| 1070 'i18n/bidi_line_iterator.cc', | 1070 'i18n/bidi_line_iterator.cc', |
| 1071 'i18n/bidi_line_iterator.h', | 1071 'i18n/bidi_line_iterator.h', |
| 1072 'i18n/break_iterator.cc', | 1072 'i18n/break_iterator.cc', |
| 1073 'i18n/break_iterator.h', | 1073 'i18n/break_iterator.h', |
| 1074 'i18n/case_conversion.cc', | 1074 'i18n/case_conversion.cc', |
| 1075 'i18n/case_conversion.h', | 1075 'i18n/case_conversion.h', |
| 1076 'i18n/char_iterator.cc', | 1076 'i18n/char_iterator.cc', |
| 1077 'i18n/char_iterator.h', | 1077 'i18n/char_iterator.h', |
| 1078 'i18n/encoding_detection.cc', |
| 1079 'i18n/encoding_detection.h', |
| 1078 'i18n/file_util_icu.cc', | 1080 'i18n/file_util_icu.cc', |
| 1079 'i18n/file_util_icu.h', | 1081 'i18n/file_util_icu.h', |
| 1080 'i18n/i18n_constants.cc', | 1082 'i18n/i18n_constants.cc', |
| 1081 'i18n/i18n_constants.h', | 1083 'i18n/i18n_constants.h', |
| 1082 'i18n/icu_encoding_detection.cc', | |
| 1083 'i18n/icu_encoding_detection.h', | |
| 1084 'i18n/icu_string_conversions.cc', | 1084 'i18n/icu_string_conversions.cc', |
| 1085 'i18n/icu_string_conversions.h', | 1085 'i18n/icu_string_conversions.h', |
| 1086 'i18n/icu_util.cc', | 1086 'i18n/icu_util.cc', |
| 1087 'i18n/icu_util.h', | 1087 'i18n/icu_util.h', |
| 1088 'i18n/message_formatter.cc', | 1088 'i18n/message_formatter.cc', |
| 1089 'i18n/message_formatter.h', | 1089 'i18n/message_formatter.h', |
| 1090 'i18n/number_formatting.cc', | 1090 'i18n/number_formatting.cc', |
| 1091 'i18n/number_formatting.h', | 1091 'i18n/number_formatting.h', |
| 1092 'i18n/rtl.cc', | 1092 'i18n/rtl.cc', |
| 1093 'i18n/rtl.h', | 1093 'i18n/rtl.h', |
| 1094 'i18n/streaming_utf8_validator.cc', | 1094 'i18n/streaming_utf8_validator.cc', |
| 1095 'i18n/streaming_utf8_validator.h', | 1095 'i18n/streaming_utf8_validator.h', |
| 1096 'i18n/string_compare.cc', | 1096 'i18n/string_compare.cc', |
| 1097 'i18n/string_compare.h', | 1097 'i18n/string_compare.h', |
| 1098 'i18n/string_search.cc', | 1098 'i18n/string_search.cc', |
| 1099 'i18n/string_search.h', | 1099 'i18n/string_search.h', |
| 1100 'i18n/time_formatting.cc', | 1100 'i18n/time_formatting.cc', |
| 1101 'i18n/time_formatting.h', | 1101 'i18n/time_formatting.h', |
| 1102 'i18n/timezone.cc', | 1102 'i18n/timezone.cc', |
| 1103 'i18n/timezone.h', | 1103 'i18n/timezone.h', |
| 1104 'i18n/utf8_validator_tables.cc', | 1104 'i18n/utf8_validator_tables.cc', |
| 1105 'i18n/utf8_validator_tables.h', | 1105 'i18n/utf8_validator_tables.h', |
| 1106 ], | 1106 ], |
| 1107 }] | 1107 }] |
| 1108 ], | 1108 ], |
| 1109 }, | 1109 }, |
| 1110 } | 1110 } |
| OLD | NEW |