| 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/discardable_memory_android.cc', | 325 'memory/discardable_memory_android.cc', |
| 326 'memory/discardable_memory_emulated.cc', | 326 'memory/discardable_memory_emulated.cc', |
| 327 'memory/discardable_memory_emulated.h', | 327 'memory/discardable_memory_emulated.h', |
| 328 'memory/discardable_memory_linux.cc', | 328 'memory/discardable_memory_linux.cc', |
| 329 'memory/discardable_memory_mac.cc', | 329 'memory/discardable_memory_mac.cc', |
| 330 'memory/discardable_memory_malloc.cc', | 330 'memory/discardable_memory_malloc.cc', |
| 331 'memory/discardable_memory_malloc.h', | 331 'memory/discardable_memory_malloc.h', |
| 332 'memory/discardable_memory_manager.cc', | 332 'memory/discardable_memory_manager.cc', |
| 333 'memory/discardable_memory_manager.h', | 333 'memory/discardable_memory_manager.h', |
| 334 'memory/discardable_memory_win.cc', | 334 'memory/discardable_memory_win.cc', |
| 335 "memory/lifetime_interface.cc", |
| 336 "memory/lifetime_interface.h", |
| 335 'memory/linked_ptr.h', | 337 'memory/linked_ptr.h', |
| 336 'memory/manual_constructor.h', | 338 'memory/manual_constructor.h', |
| 337 'memory/memory_pressure_listener.cc', | 339 'memory/memory_pressure_listener.cc', |
| 338 'memory/memory_pressure_listener.h', | 340 'memory/memory_pressure_listener.h', |
| 339 'memory/raw_scoped_refptr_mismatch_checker.h', | 341 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 340 'memory/ref_counted.cc', | 342 'memory/ref_counted.cc', |
| 341 'memory/ref_counted.h', | 343 'memory/ref_counted.h', |
| 342 'memory/ref_counted_delete_on_message_loop.h', | 344 'memory/ref_counted_delete_on_message_loop.h', |
| 343 'memory/ref_counted_memory.cc', | 345 'memory/ref_counted_memory.cc', |
| 344 'memory/ref_counted_memory.h', | 346 'memory/ref_counted_memory.h', |
| (...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 997 'i18n/time_formatting.h', | 999 'i18n/time_formatting.h', |
| 998 'i18n/timezone.cc', | 1000 'i18n/timezone.cc', |
| 999 'i18n/timezone.h', | 1001 'i18n/timezone.h', |
| 1000 'i18n/utf8_validator_tables.cc', | 1002 'i18n/utf8_validator_tables.cc', |
| 1001 'i18n/utf8_validator_tables.h', | 1003 'i18n/utf8_validator_tables.h', |
| 1002 ], | 1004 ], |
| 1003 }] | 1005 }] |
| 1004 ], | 1006 ], |
| 1005 }, | 1007 }, |
| 1006 } | 1008 } |
| OLD | NEW |