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 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1011 'defines': ['SYSTEM_NATIVE_UTF8'], | 1011 'defines': ['SYSTEM_NATIVE_UTF8'], |
1012 }], | 1012 }], |
1013 ], | 1013 ], |
1014 }], | 1014 }], |
1015 ['base_i18n_target==1', { | 1015 ['base_i18n_target==1', { |
1016 'defines': [ | 1016 'defines': [ |
1017 'BASE_I18N_IMPLEMENTATION', | 1017 'BASE_I18N_IMPLEMENTATION', |
1018 ], | 1018 ], |
1019 'sources': [ | 1019 'sources': [ |
1020 'i18n/base_i18n_export.h', | 1020 'i18n/base_i18n_export.h', |
| 1021 'i18n/base_i18n_switches.cc', |
| 1022 'i18n/base_i18n_switches.h', |
1021 'i18n/bidi_line_iterator.cc', | 1023 'i18n/bidi_line_iterator.cc', |
1022 'i18n/bidi_line_iterator.h', | 1024 'i18n/bidi_line_iterator.h', |
1023 'i18n/break_iterator.cc', | 1025 'i18n/break_iterator.cc', |
1024 'i18n/break_iterator.h', | 1026 'i18n/break_iterator.h', |
1025 'i18n/case_conversion.cc', | 1027 'i18n/case_conversion.cc', |
1026 'i18n/case_conversion.h', | 1028 'i18n/case_conversion.h', |
1027 'i18n/char_iterator.cc', | 1029 'i18n/char_iterator.cc', |
1028 'i18n/char_iterator.h', | 1030 'i18n/char_iterator.h', |
1029 'i18n/file_util_icu.cc', | 1031 'i18n/file_util_icu.cc', |
1030 'i18n/file_util_icu.h', | 1032 'i18n/file_util_icu.h', |
(...skipping 21 matching lines...) Expand all Loading... |
1052 'i18n/time_formatting.h', | 1054 'i18n/time_formatting.h', |
1053 'i18n/timezone.cc', | 1055 'i18n/timezone.cc', |
1054 'i18n/timezone.h', | 1056 'i18n/timezone.h', |
1055 'i18n/utf8_validator_tables.cc', | 1057 'i18n/utf8_validator_tables.cc', |
1056 'i18n/utf8_validator_tables.h', | 1058 'i18n/utf8_validator_tables.h', |
1057 ], | 1059 ], |
1058 }] | 1060 }] |
1059 ], | 1061 ], |
1060 }, | 1062 }, |
1061 } | 1063 } |
OLD | NEW |