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 'target_defaults': { | 6 'target_defaults': { |
7 'variables': { | 7 'variables': { |
8 'base_target': 0, | 8 'base_target': 0, |
9 'base_i18n_target': 0, | 9 'base_i18n_target': 0, |
10 }, | 10 }, |
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 'mac/scoped_mach_vm.h', | 301 'mac/scoped_mach_vm.h', |
302 'mac/scoped_nsautorelease_pool.h', | 302 'mac/scoped_nsautorelease_pool.h', |
303 'mac/scoped_nsautorelease_pool.mm', | 303 'mac/scoped_nsautorelease_pool.mm', |
304 'mac/scoped_nsexception_enabler.h', | 304 'mac/scoped_nsexception_enabler.h', |
305 'mac/scoped_nsexception_enabler.mm', | 305 'mac/scoped_nsexception_enabler.mm', |
306 'mac/scoped_nsobject.h', | 306 'mac/scoped_nsobject.h', |
307 'mac/scoped_sending_event.h', | 307 'mac/scoped_sending_event.h', |
308 'mac/scoped_sending_event.mm', | 308 'mac/scoped_sending_event.mm', |
309 'mac/scoped_typeref.h', | 309 'mac/scoped_typeref.h', |
310 'mac/sdk_forward_declarations.h', | 310 'mac/sdk_forward_declarations.h', |
| 311 'mac/sdk_forward_declarations.mm', |
311 'macros.h', | 312 'macros.h', |
312 'md5.cc', | 313 'md5.cc', |
313 'md5.h', | 314 'md5.h', |
314 'memory/aligned_memory.cc', | 315 'memory/aligned_memory.cc', |
315 'memory/aligned_memory.h', | 316 'memory/aligned_memory.h', |
316 'memory/discardable_memory.cc', | 317 'memory/discardable_memory.cc', |
317 'memory/discardable_memory.h', | 318 'memory/discardable_memory.h', |
318 'memory/discardable_memory_android.cc', | 319 'memory/discardable_memory_android.cc', |
319 'memory/discardable_memory_emulated.cc', | 320 'memory/discardable_memory_emulated.cc', |
320 'memory/discardable_memory_emulated.h', | 321 'memory/discardable_memory_emulated.h', |
(...skipping 672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
993 'i18n/time_formatting.h', | 994 'i18n/time_formatting.h', |
994 'i18n/timezone.cc', | 995 'i18n/timezone.cc', |
995 'i18n/timezone.h', | 996 'i18n/timezone.h', |
996 'i18n/utf8_validator_tables.cc', | 997 'i18n/utf8_validator_tables.cc', |
997 'i18n/utf8_validator_tables.h', | 998 'i18n/utf8_validator_tables.h', |
998 ], | 999 ], |
999 }] | 1000 }] |
1000 ], | 1001 ], |
1001 }, | 1002 }, |
1002 } | 1003 } |
OLD | NEW |