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

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: Address William's comments Created 7 years 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_nsautorelease_pool.mm', 281 'mac/scoped_nsautorelease_pool.mm',
282 'mac/scoped_nsexception_enabler.h', 282 'mac/scoped_nsexception_enabler.h',
283 'mac/scoped_nsexception_enabler.mm', 283 'mac/scoped_nsexception_enabler.mm',
284 'mac/scoped_nsobject.h', 284 'mac/scoped_nsobject.h',
285 'mac/scoped_sending_event.h', 285 'mac/scoped_sending_event.h',
286 'mac/scoped_sending_event.mm', 286 'mac/scoped_sending_event.mm',
287 'mac/sdk_forward_declarations.h', 287 'mac/sdk_forward_declarations.h',
288 'memory/aligned_memory.cc', 288 'memory/aligned_memory.cc',
289 'memory/aligned_memory.h', 289 'memory/aligned_memory.h',
290 'memory/discardable_memory.h', 290 'memory/discardable_memory.h',
291 'memory/discardable_memory_allocator_android.h',
292 'memory/discardable_memory_allocator_android.cc',
291 'memory/discardable_memory_android.cc', 293 'memory/discardable_memory_android.cc',
292 'memory/discardable_memory_emulated.cc', 294 'memory/discardable_memory_emulated.cc',
293 'memory/discardable_memory_mac.cc', 295 'memory/discardable_memory_mac.cc',
294 'memory/discardable_memory_provider.cc', 296 'memory/discardable_memory_provider.cc',
295 'memory/discardable_memory_provider.h', 297 'memory/discardable_memory_provider.h',
296 'memory/linked_ptr.h', 298 'memory/linked_ptr.h',
297 'memory/manual_constructor.h', 299 'memory/manual_constructor.h',
298 'memory/memory_pressure_listener.cc', 300 'memory/memory_pressure_listener.cc',
299 'memory/memory_pressure_listener.h', 301 'memory/memory_pressure_listener.h',
300 'memory/raw_scoped_refptr_mismatch_checker.h', 302 'memory/raw_scoped_refptr_mismatch_checker.h',
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 ['<(toolkit_uses_gtk) == 1', { 942 ['<(toolkit_uses_gtk) == 1', {
941 'sources!': [ 943 'sources!': [
942 'x11/x11_error_tracker.cc', 944 'x11/x11_error_tracker.cc',
943 ], 945 ],
944 }], 946 }],
945 ], 947 ],
946 }], 948 }],
947 ], 949 ],
948 }, 950 },
949 } 951 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698