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 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 'memory/discardable_memory.cc', | 322 'memory/discardable_memory.cc', |
323 'memory/discardable_memory.h', | 323 'memory/discardable_memory.h', |
324 'memory/discardable_memory_allocator.cc', | 324 'memory/discardable_memory_allocator.cc', |
325 'memory/discardable_memory_allocator.h', | 325 'memory/discardable_memory_allocator.h', |
326 'memory/discardable_shared_memory.cc', | 326 'memory/discardable_shared_memory.cc', |
327 'memory/discardable_shared_memory.h', | 327 'memory/discardable_shared_memory.h', |
328 'memory/linked_ptr.h', | 328 'memory/linked_ptr.h', |
329 'memory/manual_constructor.h', | 329 'memory/manual_constructor.h', |
330 'memory/memory_pressure_listener.cc', | 330 'memory/memory_pressure_listener.cc', |
331 'memory/memory_pressure_listener.h', | 331 'memory/memory_pressure_listener.h', |
| 332 'memory/memory_pressure_monitor.cc', |
| 333 'memory/memory_pressure_monitor.h', |
332 'memory/raw_scoped_refptr_mismatch_checker.h', | 334 'memory/raw_scoped_refptr_mismatch_checker.h', |
333 'memory/ref_counted.cc', | 335 'memory/ref_counted.cc', |
334 'memory/ref_counted.h', | 336 'memory/ref_counted.h', |
335 'memory/ref_counted_delete_on_message_loop.h', | 337 'memory/ref_counted_delete_on_message_loop.h', |
336 'memory/ref_counted_memory.cc', | 338 'memory/ref_counted_memory.cc', |
337 'memory/ref_counted_memory.h', | 339 'memory/ref_counted_memory.h', |
338 'memory/scoped_policy.h', | 340 'memory/scoped_policy.h', |
339 'memory/scoped_ptr.h', | 341 'memory/scoped_ptr.h', |
340 'memory/scoped_vector.h', | 342 'memory/scoped_vector.h', |
341 'memory/shared_memory.h', | 343 'memory/shared_memory.h', |
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 'i18n/time_formatting.h', | 1010 'i18n/time_formatting.h', |
1009 'i18n/timezone.cc', | 1011 'i18n/timezone.cc', |
1010 'i18n/timezone.h', | 1012 'i18n/timezone.h', |
1011 'i18n/utf8_validator_tables.cc', | 1013 'i18n/utf8_validator_tables.cc', |
1012 'i18n/utf8_validator_tables.h', | 1014 'i18n/utf8_validator_tables.h', |
1013 ], | 1015 ], |
1014 }] | 1016 }] |
1015 ], | 1017 ], |
1016 }, | 1018 }, |
1017 } | 1019 } |
OLD | NEW |