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

Side by Side Diff: base/base.gypi

Issue 24988003: Refactor DiscardableMemory for the upcoming DiscardableMemoryAllocator. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add calls to mprotect() in DEBUG mode Created 7 years, 2 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 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'mac/scoped_nsexception_enabler.mm', 281 'mac/scoped_nsexception_enabler.mm',
282 'mac/scoped_nsobject.h', 282 'mac/scoped_nsobject.h',
283 'mac/scoped_sending_event.h', 283 'mac/scoped_sending_event.h',
284 'mac/scoped_sending_event.mm', 284 'mac/scoped_sending_event.mm',
285 'mac/sdk_forward_declarations.h', 285 'mac/sdk_forward_declarations.h',
286 'memory/aligned_memory.cc', 286 'memory/aligned_memory.cc',
287 'memory/aligned_memory.h', 287 'memory/aligned_memory.h',
288 'memory/discardable_memory.cc', 288 'memory/discardable_memory.cc',
289 'memory/discardable_memory.h', 289 'memory/discardable_memory.h',
290 'memory/discardable_memory_android.cc', 290 'memory/discardable_memory_android.cc',
291 'memory/discardable_memory_android.h',
291 'memory/discardable_memory_mac.cc', 292 'memory/discardable_memory_mac.cc',
292 'memory/linked_ptr.h', 293 'memory/linked_ptr.h',
293 'memory/manual_constructor.h', 294 'memory/manual_constructor.h',
294 'memory/memory_pressure_listener.cc', 295 'memory/memory_pressure_listener.cc',
295 'memory/memory_pressure_listener.h', 296 'memory/memory_pressure_listener.h',
296 'memory/raw_scoped_refptr_mismatch_checker.h', 297 'memory/raw_scoped_refptr_mismatch_checker.h',
297 'memory/ref_counted.cc', 298 'memory/ref_counted.cc',
298 'memory/ref_counted.h', 299 'memory/ref_counted.h',
299 'memory/ref_counted_delete_on_message_loop.h', 300 'memory/ref_counted_delete_on_message_loop.h',
300 'memory/ref_counted_memory.cc', 301 'memory/ref_counted_memory.cc',
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 ['<(toolkit_uses_gtk) == 1', { 916 ['<(toolkit_uses_gtk) == 1', {
916 'sources!': [ 917 'sources!': [
917 'x11/x11_error_tracker.cc', 918 'x11/x11_error_tracker.cc',
918 ], 919 ],
919 }], 920 }],
920 ], 921 ],
921 }], 922 }],
922 ], 923 ],
923 }, 924 },
924 } 925 }
OLDNEW
« no previous file with comments | « no previous file | base/memory/discardable_memory.h » ('j') | base/memory/discardable_memory_android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698