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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
238 'files/scoped_temp_dir.h', | 238 'files/scoped_temp_dir.h', |
239 'format_macros.h', | 239 'format_macros.h', |
240 'gtest_prod_util.h', | 240 'gtest_prod_util.h', |
241 'guid.cc', | 241 'guid.cc', |
242 'guid.h', | 242 'guid.h', |
243 'guid_posix.cc', | 243 'guid_posix.cc', |
244 'guid_win.cc', | 244 'guid_win.cc', |
245 'hash.cc', | 245 'hash.cc', |
246 'hash.h', | 246 'hash.h', |
247 'id_map.h', | 247 'id_map.h', |
| 248 'id_type.h', |
248 'ios/block_types.h', | 249 'ios/block_types.h', |
249 'ios/crb_protocol_observers.h', | 250 'ios/crb_protocol_observers.h', |
250 'ios/crb_protocol_observers.mm', | 251 'ios/crb_protocol_observers.mm', |
251 'ios/device_util.h', | 252 'ios/device_util.h', |
252 'ios/device_util.mm', | 253 'ios/device_util.mm', |
253 'ios/ios_util.h', | 254 'ios/ios_util.h', |
254 'ios/ios_util.mm', | 255 'ios/ios_util.mm', |
255 'ios/ns_error_util.h', | 256 'ios/ns_error_util.h', |
256 'ios/ns_error_util.mm', | 257 'ios/ns_error_util.mm', |
257 'ios/scoped_critical_action.h', | 258 'ios/scoped_critical_action.h', |
(...skipping 799 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1057 'i18n/time_formatting.h', | 1058 'i18n/time_formatting.h', |
1058 'i18n/timezone.cc', | 1059 'i18n/timezone.cc', |
1059 'i18n/timezone.h', | 1060 'i18n/timezone.h', |
1060 'i18n/utf8_validator_tables.cc', | 1061 'i18n/utf8_validator_tables.cc', |
1061 'i18n/utf8_validator_tables.h', | 1062 'i18n/utf8_validator_tables.h', |
1062 ], | 1063 ], |
1063 }] | 1064 }] |
1064 ], | 1065 ], |
1065 }, | 1066 }, |
1066 } | 1067 } |
OLD | NEW |