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

Side by Side Diff: base/base.gypi

Issue 114923005: base: Discardable memory types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add switches::kUseDiscardableMemory to kForwardSwitches Created 6 years, 11 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
« no previous file with comments | « no previous file | base/memory/discardable_memory.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'mac/scoped_nsexception_enabler.h', 291 'mac/scoped_nsexception_enabler.h',
292 'mac/scoped_nsexception_enabler.mm', 292 'mac/scoped_nsexception_enabler.mm',
293 'mac/scoped_nsobject.h', 293 'mac/scoped_nsobject.h',
294 'mac/scoped_sending_event.h', 294 'mac/scoped_sending_event.h',
295 'mac/scoped_sending_event.mm', 295 'mac/scoped_sending_event.mm',
296 'mac/sdk_forward_declarations.h', 296 'mac/sdk_forward_declarations.h',
297 'md5.cc', 297 'md5.cc',
298 'md5.h', 298 'md5.h',
299 'memory/aligned_memory.cc', 299 'memory/aligned_memory.cc',
300 'memory/aligned_memory.h', 300 'memory/aligned_memory.h',
301 'memory/discardable_memory.cc',
301 'memory/discardable_memory.h', 302 'memory/discardable_memory.h',
302 'memory/discardable_memory_allocator_android.cc', 303 'memory/discardable_memory_allocator_android.cc',
303 'memory/discardable_memory_allocator_android.h', 304 'memory/discardable_memory_allocator_android.h',
304 'memory/discardable_memory_android.cc', 305 'memory/discardable_memory_android.cc',
305 'memory/discardable_memory_android.h', 306 'memory/discardable_memory_android.h',
306 'memory/discardable_memory_emulated.cc', 307 'memory/discardable_memory_emulated.cc',
307 'memory/discardable_memory_emulated.h', 308 'memory/discardable_memory_emulated.h',
308 'memory/discardable_memory_linux.cc', 309 'memory/discardable_memory_linux.cc',
309 'memory/discardable_memory_mac.cc', 310 'memory/discardable_memory_mac.cc',
310 'memory/discardable_memory_provider.cc', 311 'memory/discardable_memory_provider.cc',
(...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'i18n/string_search.h', 986 'i18n/string_search.h',
986 'i18n/time_formatting.cc', 987 'i18n/time_formatting.cc',
987 'i18n/time_formatting.h', 988 'i18n/time_formatting.h',
988 'i18n/timezone.cc', 989 'i18n/timezone.cc',
989 'i18n/timezone.h', 990 'i18n/timezone.h',
990 ], 991 ],
991 }] 992 }]
992 ], 993 ],
993 }, 994 },
994 } 995 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/discardable_memory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698