| 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 'includes': [ | 6 'includes': [ |
| 7 'trace_event/trace_event.gypi', | 7 'trace_event/trace_event.gypi', |
| 8 ], | 8 ], |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'variables': { | 10 'variables': { |
| (...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 'md5.cc', | 339 'md5.cc', |
| 340 'md5.h', | 340 'md5.h', |
| 341 'memory/aligned_memory.cc', | 341 'memory/aligned_memory.cc', |
| 342 'memory/aligned_memory.h', | 342 'memory/aligned_memory.h', |
| 343 'memory/discardable_memory.cc', | 343 'memory/discardable_memory.cc', |
| 344 'memory/discardable_memory.h', | 344 'memory/discardable_memory.h', |
| 345 'memory/discardable_memory_allocator.cc', | 345 'memory/discardable_memory_allocator.cc', |
| 346 'memory/discardable_memory_allocator.h', | 346 'memory/discardable_memory_allocator.h', |
| 347 'memory/discardable_shared_memory.cc', | 347 'memory/discardable_shared_memory.cc', |
| 348 'memory/discardable_shared_memory.h', | 348 'memory/discardable_shared_memory.h', |
| 349 'memory/free_deleter.h', |
| 349 'memory/linked_ptr.h', | 350 'memory/linked_ptr.h', |
| 350 'memory/manual_constructor.h', | 351 'memory/manual_constructor.h', |
| 351 'memory/memory_pressure_listener.cc', | 352 'memory/memory_pressure_listener.cc', |
| 352 'memory/memory_pressure_listener.h', | 353 'memory/memory_pressure_listener.h', |
| 353 'memory/memory_pressure_monitor.cc', | 354 'memory/memory_pressure_monitor.cc', |
| 354 'memory/memory_pressure_monitor.h', | 355 'memory/memory_pressure_monitor.h', |
| 355 'memory/memory_pressure_monitor_chromeos.cc', | 356 'memory/memory_pressure_monitor_chromeos.cc', |
| 356 'memory/memory_pressure_monitor_chromeos.h', | 357 'memory/memory_pressure_monitor_chromeos.h', |
| 357 'memory/memory_pressure_monitor_mac.cc', | 358 'memory/memory_pressure_monitor_mac.cc', |
| 358 'memory/memory_pressure_monitor_mac.h', | 359 'memory/memory_pressure_monitor_mac.h', |
| (...skipping 718 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1077 'i18n/time_formatting.h', | 1078 'i18n/time_formatting.h', |
| 1078 'i18n/timezone.cc', | 1079 'i18n/timezone.cc', |
| 1079 'i18n/timezone.h', | 1080 'i18n/timezone.h', |
| 1080 'i18n/utf8_validator_tables.cc', | 1081 'i18n/utf8_validator_tables.cc', |
| 1081 'i18n/utf8_validator_tables.h', | 1082 'i18n/utf8_validator_tables.h', |
| 1082 ], | 1083 ], |
| 1083 }] | 1084 }] |
| 1084 ], | 1085 ], |
| 1085 }, | 1086 }, |
| 1086 } | 1087 } |
| OLD | NEW |