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

Side by Side Diff: base/base.gypi

Issue 25293002: Add DiscardableMemoryAllocator to work around FD limit issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comment Created 7 years, 1 month 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'mac/scoped_nsexception_enabler.h', 278 'mac/scoped_nsexception_enabler.h',
279 'mac/scoped_nsexception_enabler.mm', 279 'mac/scoped_nsexception_enabler.mm',
280 'mac/scoped_nsobject.h', 280 'mac/scoped_nsobject.h',
281 'mac/scoped_sending_event.h', 281 'mac/scoped_sending_event.h',
282 'mac/scoped_sending_event.mm', 282 'mac/scoped_sending_event.mm',
283 'mac/sdk_forward_declarations.h', 283 'mac/sdk_forward_declarations.h',
284 'memory/aligned_memory.cc', 284 'memory/aligned_memory.cc',
285 'memory/aligned_memory.h', 285 'memory/aligned_memory.h',
286 'memory/discardable_memory.cc', 286 'memory/discardable_memory.cc',
287 'memory/discardable_memory.h', 287 'memory/discardable_memory.h',
288 'memory/discardable_memory_allocator_android.h',
289 'memory/discardable_memory_allocator_android.cc',
willchan no longer on Chromium 2013/11/27 06:52:07 Nit: please sort these alphabetically...c before h
288 'memory/discardable_memory_android.cc', 290 'memory/discardable_memory_android.cc',
289 'memory/discardable_memory_mac.cc', 291 'memory/discardable_memory_mac.cc',
290 'memory/linked_ptr.h', 292 'memory/linked_ptr.h',
291 'memory/manual_constructor.h', 293 'memory/manual_constructor.h',
292 'memory/memory_pressure_listener.cc', 294 'memory/memory_pressure_listener.cc',
293 'memory/memory_pressure_listener.h', 295 'memory/memory_pressure_listener.h',
294 'memory/raw_scoped_refptr_mismatch_checker.h', 296 'memory/raw_scoped_refptr_mismatch_checker.h',
295 'memory/ref_counted.cc', 297 'memory/ref_counted.cc',
296 'memory/ref_counted.h', 298 'memory/ref_counted.h',
297 'memory/ref_counted_delete_on_message_loop.h', 299 'memory/ref_counted_delete_on_message_loop.h',
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 ['<(toolkit_uses_gtk) == 1', { 919 ['<(toolkit_uses_gtk) == 1', {
918 'sources!': [ 920 'sources!': [
919 'x11/x11_error_tracker.cc', 921 'x11/x11_error_tracker.cc',
920 ], 922 ],
921 }], 923 }],
922 ], 924 ],
923 }], 925 }],
924 ], 926 ],
925 }, 927 },
926 } 928 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698