| 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 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |