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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'base_paths_posix.h', | 114 'base_paths_posix.h', |
115 'base_paths_win.cc', | 115 'base_paths_win.cc', |
116 'base_paths_win.h', | 116 'base_paths_win.h', |
117 'base_switches.h', | 117 'base_switches.h', |
118 'big_endian.cc', | 118 'big_endian.cc', |
119 'big_endian.h', | 119 'big_endian.h', |
120 'bind.h', | 120 'bind.h', |
121 'bind_helpers.cc', | 121 'bind_helpers.cc', |
122 'bind_helpers.h', | 122 'bind_helpers.h', |
123 'bind_internal.h', | 123 'bind_internal.h', |
124 'bind_internal_win.h', | |
125 'bit_cast.h', | 124 'bit_cast.h', |
126 'bits.h', | 125 'bits.h', |
127 'build_time.cc', | 126 'build_time.cc', |
128 'build_time.h', | 127 'build_time.h', |
129 'callback.h', | 128 'callback.h', |
130 'callback_helpers.cc', | 129 'callback_helpers.cc', |
131 'callback_helpers.h', | 130 'callback_helpers.h', |
132 'callback_internal.cc', | 131 'callback_internal.cc', |
133 'callback_internal.h', | 132 'callback_internal.h', |
134 'callback_list.h', | 133 'callback_list.h', |
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1099 'i18n/time_formatting.h', | 1098 'i18n/time_formatting.h', |
1100 'i18n/timezone.cc', | 1099 'i18n/timezone.cc', |
1101 'i18n/timezone.h', | 1100 'i18n/timezone.h', |
1102 'i18n/utf8_validator_tables.cc', | 1101 'i18n/utf8_validator_tables.cc', |
1103 'i18n/utf8_validator_tables.h', | 1102 'i18n/utf8_validator_tables.h', |
1104 ], | 1103 ], |
1105 }] | 1104 }] |
1106 ], | 1105 ], |
1107 }, | 1106 }, |
1108 } | 1107 } |
OLD | NEW |