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

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: address review feedback Created 6 years, 12 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') | base/memory/discardable_memory.cc » ('J')
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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 'mac/scoped_nsexception_enabler.h', 289 'mac/scoped_nsexception_enabler.h',
290 'mac/scoped_nsexception_enabler.mm', 290 'mac/scoped_nsexception_enabler.mm',
291 'mac/scoped_nsobject.h', 291 'mac/scoped_nsobject.h',
292 'mac/scoped_sending_event.h', 292 'mac/scoped_sending_event.h',
293 'mac/scoped_sending_event.mm', 293 'mac/scoped_sending_event.mm',
294 'mac/sdk_forward_declarations.h', 294 'mac/sdk_forward_declarations.h',
295 'md5.cc', 295 'md5.cc',
296 'md5.h', 296 'md5.h',
297 'memory/aligned_memory.cc', 297 'memory/aligned_memory.cc',
298 'memory/aligned_memory.h', 298 'memory/aligned_memory.h',
299 'memory/discardable_memory.cc',
299 'memory/discardable_memory.h', 300 'memory/discardable_memory.h',
300 'memory/discardable_memory_allocator_android.cc', 301 'memory/discardable_memory_allocator_android.cc',
301 'memory/discardable_memory_allocator_android.h', 302 'memory/discardable_memory_allocator_android.h',
302 'memory/discardable_memory_android.cc', 303 'memory/discardable_memory_android.cc',
303 'memory/discardable_memory_android.h', 304 'memory/discardable_memory_android.h',
304 'memory/discardable_memory_emulated.cc', 305 'memory/discardable_memory_emulated.cc',
305 'memory/discardable_memory_emulated.h', 306 'memory/discardable_memory_emulated.h',
306 'memory/discardable_memory_linux.cc', 307 'memory/discardable_memory_linux.cc',
307 'memory/discardable_memory_mac.cc', 308 'memory/discardable_memory_mac.cc',
308 'memory/discardable_memory_provider.cc', 309 'memory/discardable_memory_provider.cc',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 'i18n/string_search.h', 985 'i18n/string_search.h',
985 'i18n/time_formatting.cc', 986 'i18n/time_formatting.cc',
986 'i18n/time_formatting.h', 987 'i18n/time_formatting.h',
987 'i18n/timezone.cc', 988 'i18n/timezone.cc',
988 'i18n/timezone.h', 989 'i18n/timezone.h',
989 ], 990 ],
990 }] 991 }]
991 ], 992 ],
992 }, 993 },
993 } 994 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/discardable_memory.h » ('j') | base/memory/discardable_memory.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698