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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 'memory/aligned_memory.h', | 325 'memory/aligned_memory.h', |
326 'memory/discardable_memory.cc', | 326 'memory/discardable_memory.cc', |
327 'memory/discardable_memory.h', | 327 'memory/discardable_memory.h', |
328 'memory/discardable_memory_android.cc', | 328 'memory/discardable_memory_android.cc', |
329 'memory/discardable_memory_emulated.cc', | 329 'memory/discardable_memory_emulated.cc', |
330 'memory/discardable_memory_emulated.h', | 330 'memory/discardable_memory_emulated.h', |
331 'memory/discardable_memory_linux.cc', | 331 'memory/discardable_memory_linux.cc', |
332 'memory/discardable_memory_mac.cc', | 332 'memory/discardable_memory_mac.cc', |
333 'memory/discardable_memory_manager.cc', | 333 'memory/discardable_memory_manager.cc', |
334 'memory/discardable_memory_manager.h', | 334 'memory/discardable_memory_manager.h', |
| 335 'memory/discardable_memory_shmem.cc', |
| 336 'memory/discardable_memory_shmem.h', |
| 337 'memory/discardable_memory_shmem_allocator.cc', |
| 338 'memory/discardable_memory_shmem_allocator.h', |
335 'memory/discardable_memory_win.cc', | 339 'memory/discardable_memory_win.cc', |
| 340 'memory/discardable_shared_memory.cc', |
| 341 'memory/discardable_shared_memory.h', |
336 'memory/linked_ptr.h', | 342 'memory/linked_ptr.h', |
337 'memory/manual_constructor.h', | 343 'memory/manual_constructor.h', |
338 'memory/memory_pressure_listener.cc', | 344 'memory/memory_pressure_listener.cc', |
339 'memory/memory_pressure_listener.h', | 345 'memory/memory_pressure_listener.h', |
340 'memory/raw_scoped_refptr_mismatch_checker.h', | 346 'memory/raw_scoped_refptr_mismatch_checker.h', |
341 'memory/ref_counted.cc', | 347 'memory/ref_counted.cc', |
342 'memory/ref_counted.h', | 348 'memory/ref_counted.h', |
343 'memory/ref_counted_delete_on_message_loop.h', | 349 'memory/ref_counted_delete_on_message_loop.h', |
344 'memory/ref_counted_memory.cc', | 350 'memory/ref_counted_memory.cc', |
345 'memory/ref_counted_memory.h', | 351 'memory/ref_counted_memory.h', |
(...skipping 662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 'i18n/time_formatting.h', | 1014 'i18n/time_formatting.h', |
1009 'i18n/timezone.cc', | 1015 'i18n/timezone.cc', |
1010 'i18n/timezone.h', | 1016 'i18n/timezone.h', |
1011 'i18n/utf8_validator_tables.cc', | 1017 'i18n/utf8_validator_tables.cc', |
1012 'i18n/utf8_validator_tables.h', | 1018 'i18n/utf8_validator_tables.h', |
1013 ], | 1019 ], |
1014 }] | 1020 }] |
1015 ], | 1021 ], |
1016 }, | 1022 }, |
1017 } | 1023 } |
OLD | NEW |