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

Side by Side Diff: base/base.gyp

Issue 25293002: Add DiscardableMemoryAllocator to work around FD limit issue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Clang build 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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/discardable_memory_unittest.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 'logging_unittest.cc', 545 'logging_unittest.cc',
546 'mac/bind_objc_block_unittest.mm', 546 'mac/bind_objc_block_unittest.mm',
547 'mac/foundation_util_unittest.mm', 547 'mac/foundation_util_unittest.mm',
548 'mac/libdispatch_task_runner_unittest.cc', 548 'mac/libdispatch_task_runner_unittest.cc',
549 'mac/mac_util_unittest.mm', 549 'mac/mac_util_unittest.mm',
550 'mac/objc_property_releaser_unittest.mm', 550 'mac/objc_property_releaser_unittest.mm',
551 'mac/scoped_nsobject_unittest.mm', 551 'mac/scoped_nsobject_unittest.mm',
552 'mac/scoped_sending_event_unittest.mm', 552 'mac/scoped_sending_event_unittest.mm',
553 'md5_unittest.cc', 553 'md5_unittest.cc',
554 'memory/aligned_memory_unittest.cc', 554 'memory/aligned_memory_unittest.cc',
555 'memory/discardable_memory_allocator_android_unittest.cc',
555 'memory/discardable_memory_unittest.cc', 556 'memory/discardable_memory_unittest.cc',
556 'memory/discardable_memory_provider_unittest.cc', 557 'memory/discardable_memory_provider_unittest.cc',
557 'memory/linked_ptr_unittest.cc', 558 'memory/linked_ptr_unittest.cc',
558 'memory/ref_counted_memory_unittest.cc', 559 'memory/ref_counted_memory_unittest.cc',
559 'memory/ref_counted_unittest.cc', 560 'memory/ref_counted_unittest.cc',
560 'memory/scoped_ptr_unittest.cc', 561 'memory/scoped_ptr_unittest.cc',
561 'memory/scoped_ptr_unittest.nc', 562 'memory/scoped_ptr_unittest.nc',
562 'memory/scoped_vector_unittest.cc', 563 'memory/scoped_vector_unittest.cc',
563 'memory/shared_memory_unittest.cc', 564 'memory/shared_memory_unittest.cc',
564 'memory/singleton_unittest.cc', 565 'memory/singleton_unittest.cc',
(...skipping 834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1399 'base_unittests.isolate', 1400 'base_unittests.isolate',
1400 ], 1401 ],
1401 'sources': [ 1402 'sources': [
1402 'base_unittests.isolate', 1403 'base_unittests.isolate',
1403 ], 1404 ],
1404 }, 1405 },
1405 ], 1406 ],
1406 }], 1407 }],
1407 ], 1408 ],
1408 } 1409 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/discardable_memory_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698