Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(911)

Side by Side Diff: base/base.gypi

Issue 1837483003: Move base::FreeDeleter into its own header. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/debug/stack_trace_posix.cc » ('j') | base/memory/scoped_ptr.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698