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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'json/string_escape.cc', | 273 'json/string_escape.cc', |
274 'json/string_escape.h', | 274 'json/string_escape.h', |
275 'lazy_instance.cc', | 275 'lazy_instance.cc', |
276 'lazy_instance.h', | 276 'lazy_instance.h', |
277 'location.cc', | 277 'location.cc', |
278 'location.h', | 278 'location.h', |
279 'logging.cc', | 279 'logging.cc', |
280 'logging.h', | 280 'logging.h', |
281 'logging_win.cc', | 281 'logging_win.cc', |
282 'logging_win.h', | 282 'logging_win.h', |
| 283 'lru_bounded_cache.h', |
283 'mac/authorization_util.h', | 284 'mac/authorization_util.h', |
284 'mac/authorization_util.mm', | 285 'mac/authorization_util.mm', |
285 'mac/bind_objc_block.h', | 286 'mac/bind_objc_block.h', |
286 'mac/bundle_locations.h', | 287 'mac/bundle_locations.h', |
287 'mac/bundle_locations.mm', | 288 'mac/bundle_locations.mm', |
288 'mac/call_with_eh_frame.cc', | 289 'mac/call_with_eh_frame.cc', |
289 'mac/call_with_eh_frame.h', | 290 'mac/call_with_eh_frame.h', |
290 'mac/call_with_eh_frame_asm.S', | 291 'mac/call_with_eh_frame_asm.S', |
291 'mac/close_nocancel.cc', | 292 'mac/close_nocancel.cc', |
292 'mac/cocoa_protocols.h', | 293 'mac/cocoa_protocols.h', |
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1082 'i18n/time_formatting.h', | 1083 'i18n/time_formatting.h', |
1083 'i18n/timezone.cc', | 1084 'i18n/timezone.cc', |
1084 'i18n/timezone.h', | 1085 'i18n/timezone.h', |
1085 'i18n/utf8_validator_tables.cc', | 1086 'i18n/utf8_validator_tables.cc', |
1086 'i18n/utf8_validator_tables.h', | 1087 'i18n/utf8_validator_tables.h', |
1087 ], | 1088 ], |
1088 }] | 1089 }] |
1089 ], | 1090 ], |
1090 }, | 1091 }, |
1091 } | 1092 } |
OLD | NEW |