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

Side by Side Diff: base/base.gypi

Issue 204733003: base: Refactor DiscardableMemoryManager for use with different type of allocations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing unlock call and remove unnecessary unlock call Created 6 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 | Annotate | Revision Log
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 '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 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 'mac/scoped_sending_event.mm', 307 'mac/scoped_sending_event.mm',
308 'mac/scoped_typeref.h', 308 'mac/scoped_typeref.h',
309 'mac/sdk_forward_declarations.h', 309 'mac/sdk_forward_declarations.h',
310 'macros.h', 310 'macros.h',
311 'md5.cc', 311 'md5.cc',
312 'md5.h', 312 'md5.h',
313 'memory/aligned_memory.cc', 313 'memory/aligned_memory.cc',
314 'memory/aligned_memory.h', 314 'memory/aligned_memory.h',
315 'memory/discardable_memory.cc', 315 'memory/discardable_memory.cc',
316 'memory/discardable_memory.h', 316 'memory/discardable_memory.h',
317 'memory/discardable_memory_allocation.h',
317 'memory/discardable_memory_allocator_android.cc', 318 'memory/discardable_memory_allocator_android.cc',
318 'memory/discardable_memory_allocator_android.h', 319 'memory/discardable_memory_allocator_android.h',
319 'memory/discardable_memory_android.cc', 320 'memory/discardable_memory_android.cc',
320 'memory/discardable_memory_emulated.cc', 321 'memory/discardable_memory_emulated.cc',
321 'memory/discardable_memory_emulated.h', 322 'memory/discardable_memory_emulated.h',
322 'memory/discardable_memory_linux.cc', 323 'memory/discardable_memory_linux.cc',
323 'memory/discardable_memory_mac.cc', 324 'memory/discardable_memory_mac.cc',
324 'memory/discardable_memory_malloc.cc', 325 'memory/discardable_memory_malloc.cc',
325 'memory/discardable_memory_malloc.h', 326 'memory/discardable_memory_malloc.h',
326 'memory/discardable_memory_manager.cc', 327 'memory/discardable_memory_manager.cc',
(...skipping 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
983 'i18n/time_formatting.h', 984 'i18n/time_formatting.h',
984 'i18n/timezone.cc', 985 'i18n/timezone.cc',
985 'i18n/timezone.h', 986 'i18n/timezone.h',
986 'i18n/utf8_validator_tables.cc', 987 'i18n/utf8_validator_tables.cc',
987 'i18n/utf8_validator_tables.h', 988 'i18n/utf8_validator_tables.h',
988 ], 989 ],
989 }] 990 }]
990 ], 991 ],
991 }, 992 },
992 } 993 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/discardable_memory_allocation.h » ('j') | base/memory/discardable_memory_allocation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698