| 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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 'memory/discardable_memory_manager.cc', | 331 'memory/discardable_memory_manager.cc', |
| 332 'memory/discardable_memory_manager.h', | 332 'memory/discardable_memory_manager.h', |
| 333 'memory/discardable_memory_win.cc', | 333 'memory/discardable_memory_win.cc', |
| 334 'memory/linked_ptr.h', | 334 'memory/linked_ptr.h', |
| 335 'memory/manual_constructor.h', | 335 'memory/manual_constructor.h', |
| 336 'memory/memory_pressure_listener.cc', | 336 'memory/memory_pressure_listener.cc', |
| 337 'memory/memory_pressure_listener.h', | 337 'memory/memory_pressure_listener.h', |
| 338 'memory/raw_scoped_refptr_mismatch_checker.h', | 338 'memory/raw_scoped_refptr_mismatch_checker.h', |
| 339 'memory/ref_counted.cc', | 339 'memory/ref_counted.cc', |
| 340 'memory/ref_counted.h', | 340 'memory/ref_counted.h', |
| 341 'memory/ref_counted_delete_on_message_loop.h', | 341 'memory/ref_counted_delete_on_task_runner.h', |
| 342 'memory/ref_counted_memory.cc', | 342 'memory/ref_counted_memory.cc', |
| 343 'memory/ref_counted_memory.h', | 343 'memory/ref_counted_memory.h', |
| 344 'memory/scoped_open_process.h', | 344 'memory/scoped_open_process.h', |
| 345 'memory/scoped_policy.h', | 345 'memory/scoped_policy.h', |
| 346 'memory/scoped_ptr.h', | 346 'memory/scoped_ptr.h', |
| 347 'memory/scoped_vector.h', | 347 'memory/scoped_vector.h', |
| 348 'memory/shared_memory.h', | 348 'memory/shared_memory.h', |
| 349 'memory/shared_memory_android.cc', | 349 'memory/shared_memory_android.cc', |
| 350 'memory/shared_memory_nacl.cc', | 350 'memory/shared_memory_nacl.cc', |
| 351 'memory/shared_memory_posix.cc', | 351 'memory/shared_memory_posix.cc', |
| (...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1006 'i18n/time_formatting.h', | 1006 'i18n/time_formatting.h', |
| 1007 'i18n/timezone.cc', | 1007 'i18n/timezone.cc', |
| 1008 'i18n/timezone.h', | 1008 'i18n/timezone.h', |
| 1009 'i18n/utf8_validator_tables.cc', | 1009 'i18n/utf8_validator_tables.cc', |
| 1010 'i18n/utf8_validator_tables.h', | 1010 'i18n/utf8_validator_tables.h', |
| 1011 ], | 1011 ], |
| 1012 }] | 1012 }] |
| 1013 ], | 1013 ], |
| 1014 }, | 1014 }, |
| 1015 } | 1015 } |
| OLD | NEW |