| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 'md5.h', | 321 'md5.h', |
| 322 'memory/aligned_memory.cc', | 322 'memory/aligned_memory.cc', |
| 323 'memory/aligned_memory.h', | 323 'memory/aligned_memory.h', |
| 324 'memory/discardable_memory.cc', | 324 'memory/discardable_memory.cc', |
| 325 'memory/discardable_memory.h', | 325 'memory/discardable_memory.h', |
| 326 'memory/discardable_memory_android.cc', | 326 'memory/discardable_memory_android.cc', |
| 327 'memory/discardable_memory_emulated.cc', | 327 'memory/discardable_memory_emulated.cc', |
| 328 'memory/discardable_memory_emulated.h', | 328 'memory/discardable_memory_emulated.h', |
| 329 'memory/discardable_memory_linux.cc', | 329 'memory/discardable_memory_linux.cc', |
| 330 'memory/discardable_memory_mac.cc', | 330 'memory/discardable_memory_mac.cc', |
| 331 'memory/discardable_memory_malloc.cc', | |
| 332 'memory/discardable_memory_malloc.h', | |
| 333 'memory/discardable_memory_manager.cc', | 331 'memory/discardable_memory_manager.cc', |
| 334 'memory/discardable_memory_manager.h', | 332 'memory/discardable_memory_manager.h', |
| 335 'memory/discardable_memory_win.cc', | 333 'memory/discardable_memory_win.cc', |
| 336 'memory/linked_ptr.h', | 334 'memory/linked_ptr.h', |
| 337 'memory/manual_constructor.h', | 335 'memory/manual_constructor.h', |
| 338 'memory/memory_pressure_listener.cc', | 336 'memory/memory_pressure_listener.cc', |
| 339 'memory/memory_pressure_listener.h', | 337 'memory/memory_pressure_listener.h', |
| 340 'memory/raw_scoped_refptr_mismatch_checker.h', | 338 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 341 'memory/ref_counted.cc', | 339 'memory/ref_counted.cc', |
| 342 'memory/ref_counted.h', | 340 'memory/ref_counted.h', |
| (...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1004 'i18n/time_formatting.h', | 1002 'i18n/time_formatting.h', |
| 1005 'i18n/timezone.cc', | 1003 'i18n/timezone.cc', |
| 1006 'i18n/timezone.h', | 1004 'i18n/timezone.h', |
| 1007 'i18n/utf8_validator_tables.cc', | 1005 'i18n/utf8_validator_tables.cc', |
| 1008 'i18n/utf8_validator_tables.h', | 1006 'i18n/utf8_validator_tables.h', |
| 1009 ], | 1007 ], |
| 1010 }] | 1008 }] |
| 1011 ], | 1009 ], |
| 1012 }, | 1010 }, |
| 1013 } | 1011 } |
| OLD | NEW |