| 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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 'memory/discardable_memory.cc', | 304 'memory/discardable_memory.cc', |
| 305 'memory/discardable_memory.h', | 305 'memory/discardable_memory.h', |
| 306 'memory/discardable_memory_allocator_android.cc', | 306 'memory/discardable_memory_allocator_android.cc', |
| 307 'memory/discardable_memory_allocator_android.h', | 307 'memory/discardable_memory_allocator_android.h', |
| 308 'memory/discardable_memory_android.cc', | 308 'memory/discardable_memory_android.cc', |
| 309 'memory/discardable_memory_android.h', | 309 'memory/discardable_memory_android.h', |
| 310 'memory/discardable_memory_emulated.cc', | 310 'memory/discardable_memory_emulated.cc', |
| 311 'memory/discardable_memory_emulated.h', | 311 'memory/discardable_memory_emulated.h', |
| 312 'memory/discardable_memory_linux.cc', | 312 'memory/discardable_memory_linux.cc', |
| 313 'memory/discardable_memory_mac.cc', | 313 'memory/discardable_memory_mac.cc', |
| 314 'memory/discardable_memory_malloc.cc', |
| 315 'memory/discardable_memory_malloc.h', |
| 314 'memory/discardable_memory_provider.cc', | 316 'memory/discardable_memory_provider.cc', |
| 315 'memory/discardable_memory_provider.h', | 317 'memory/discardable_memory_provider.h', |
| 316 'memory/discardable_memory_win.cc', | 318 'memory/discardable_memory_win.cc', |
| 317 'memory/linked_ptr.h', | 319 'memory/linked_ptr.h', |
| 318 'memory/manual_constructor.h', | 320 'memory/manual_constructor.h', |
| 319 'memory/memory_pressure_listener.cc', | 321 'memory/memory_pressure_listener.cc', |
| 320 'memory/memory_pressure_listener.h', | 322 'memory/memory_pressure_listener.h', |
| 321 'memory/raw_scoped_refptr_mismatch_checker.h', | 323 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 322 'memory/ref_counted.cc', | 324 'memory/ref_counted.cc', |
| 323 'memory/ref_counted.h', | 325 'memory/ref_counted.h', |
| (...skipping 650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 974 'i18n/time_formatting.h', | 976 'i18n/time_formatting.h', |
| 975 'i18n/timezone.cc', | 977 'i18n/timezone.cc', |
| 976 'i18n/timezone.h', | 978 'i18n/timezone.h', |
| 977 'i18n/utf8_validator_tables.cc', | 979 'i18n/utf8_validator_tables.cc', |
| 978 'i18n/utf8_validator_tables.h', | 980 'i18n/utf8_validator_tables.h', |
| 979 ], | 981 ], |
| 980 }] | 982 }] |
| 981 ], | 983 ], |
| 982 }, | 984 }, |
| 983 } | 985 } |
| OLD | NEW |