| 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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 'mac/scoped_sending_event.mm', | 307 'mac/scoped_sending_event.mm', |
| 308 'mac/scoped_typeref.h', | 308 'mac/scoped_typeref.h', |
| 309 'mac/sdk_forward_declarations.h', | 309 'mac/sdk_forward_declarations.h', |
| 310 'macros.h', | 310 'macros.h', |
| 311 'md5.cc', | 311 'md5.cc', |
| 312 'md5.h', | 312 'md5.h', |
| 313 'memory/aligned_memory.cc', | 313 'memory/aligned_memory.cc', |
| 314 'memory/aligned_memory.h', | 314 'memory/aligned_memory.h', |
| 315 'memory/discardable_memory.cc', | 315 'memory/discardable_memory.cc', |
| 316 'memory/discardable_memory.h', | 316 'memory/discardable_memory.h', |
| 317 'memory/discardable_memory_allocation.h', |
| 317 'memory/discardable_memory_allocator_android.cc', | 318 'memory/discardable_memory_allocator_android.cc', |
| 318 'memory/discardable_memory_allocator_android.h', | 319 'memory/discardable_memory_allocator_android.h', |
| 319 'memory/discardable_memory_android.cc', | 320 'memory/discardable_memory_android.cc', |
| 320 'memory/discardable_memory_emulated.cc', | 321 'memory/discardable_memory_emulated.cc', |
| 321 'memory/discardable_memory_emulated.h', | 322 'memory/discardable_memory_emulated.h', |
| 322 'memory/discardable_memory_linux.cc', | 323 'memory/discardable_memory_linux.cc', |
| 323 'memory/discardable_memory_mac.cc', | 324 'memory/discardable_memory_mac.cc', |
| 324 'memory/discardable_memory_malloc.cc', | 325 'memory/discardable_memory_malloc.cc', |
| 325 'memory/discardable_memory_malloc.h', | 326 'memory/discardable_memory_malloc.h', |
| 326 'memory/discardable_memory_manager.cc', | 327 'memory/discardable_memory_manager.cc', |
| (...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 983 'i18n/time_formatting.h', | 984 'i18n/time_formatting.h', |
| 984 'i18n/timezone.cc', | 985 'i18n/timezone.cc', |
| 985 'i18n/timezone.h', | 986 'i18n/timezone.h', |
| 986 'i18n/utf8_validator_tables.cc', | 987 'i18n/utf8_validator_tables.cc', |
| 987 'i18n/utf8_validator_tables.h', | 988 'i18n/utf8_validator_tables.h', |
| 988 ], | 989 ], |
| 989 }] | 990 }] |
| 990 ], | 991 ], |
| 991 }, | 992 }, |
| 992 } | 993 } |
| OLD | NEW |