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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 'md5.cc', | 329 'md5.cc', |
330 'md5.h', | 330 'md5.h', |
331 'memory/aligned_memory.cc', | 331 'memory/aligned_memory.cc', |
332 'memory/aligned_memory.h', | 332 'memory/aligned_memory.h', |
333 'memory/discardable_memory.cc', | 333 'memory/discardable_memory.cc', |
334 'memory/discardable_memory.h', | 334 'memory/discardable_memory.h', |
335 'memory/discardable_memory_allocator.cc', | 335 'memory/discardable_memory_allocator.cc', |
336 'memory/discardable_memory_allocator.h', | 336 'memory/discardable_memory_allocator.h', |
337 'memory/discardable_shared_memory.cc', | 337 'memory/discardable_shared_memory.cc', |
338 'memory/discardable_shared_memory.h', | 338 'memory/discardable_shared_memory.h', |
| 339 'memory/generic_shared_memory_id.cc', |
| 340 'memory/generic_shared_memory_id.h', |
339 'memory/linked_ptr.h', | 341 'memory/linked_ptr.h', |
340 'memory/manual_constructor.h', | 342 'memory/manual_constructor.h', |
341 'memory/memory_pressure_listener.cc', | 343 'memory/memory_pressure_listener.cc', |
342 'memory/memory_pressure_listener.h', | 344 'memory/memory_pressure_listener.h', |
343 'memory/memory_pressure_monitor.cc', | 345 'memory/memory_pressure_monitor.cc', |
344 'memory/memory_pressure_monitor.h', | 346 'memory/memory_pressure_monitor.h', |
345 'memory/memory_pressure_monitor_chromeos.cc', | 347 'memory/memory_pressure_monitor_chromeos.cc', |
346 'memory/memory_pressure_monitor_chromeos.h', | 348 'memory/memory_pressure_monitor_chromeos.h', |
347 'memory/memory_pressure_monitor_mac.cc', | 349 'memory/memory_pressure_monitor_mac.cc', |
348 'memory/memory_pressure_monitor_mac.h', | 350 'memory/memory_pressure_monitor_mac.h', |
(...skipping 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1032 'i18n/time_formatting.h', | 1034 'i18n/time_formatting.h', |
1033 'i18n/timezone.cc', | 1035 'i18n/timezone.cc', |
1034 'i18n/timezone.h', | 1036 'i18n/timezone.h', |
1035 'i18n/utf8_validator_tables.cc', | 1037 'i18n/utf8_validator_tables.cc', |
1036 'i18n/utf8_validator_tables.h', | 1038 'i18n/utf8_validator_tables.h', |
1037 ], | 1039 ], |
1038 }] | 1040 }] |
1039 ], | 1041 ], |
1040 }, | 1042 }, |
1041 } | 1043 } |
OLD | NEW |