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

Side by Side Diff: base/base.gyp

Issue 195863005: Use DiscardableMemoryManager on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix DiscardableMemoryAshmem + enable unit test on Android that exposes the bug Created 6 years, 7 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/base.gypi » ('j') | base/memory/discardable_memory.h » ('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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'logging_unittest.cc', 467 'logging_unittest.cc',
468 'mac/bind_objc_block_unittest.mm', 468 'mac/bind_objc_block_unittest.mm',
469 'mac/foundation_util_unittest.mm', 469 'mac/foundation_util_unittest.mm',
470 'mac/libdispatch_task_runner_unittest.cc', 470 'mac/libdispatch_task_runner_unittest.cc',
471 'mac/mac_util_unittest.mm', 471 'mac/mac_util_unittest.mm',
472 'mac/objc_property_releaser_unittest.mm', 472 'mac/objc_property_releaser_unittest.mm',
473 'mac/scoped_nsobject_unittest.mm', 473 'mac/scoped_nsobject_unittest.mm',
474 'mac/scoped_sending_event_unittest.mm', 474 'mac/scoped_sending_event_unittest.mm',
475 'md5_unittest.cc', 475 'md5_unittest.cc',
476 'memory/aligned_memory_unittest.cc', 476 'memory/aligned_memory_unittest.cc',
477 'memory/discardable_memory_allocator_android_unittest.cc', 477 'memory/discardable_memory_ashmem_allocator_unittest.cc',
478 'memory/discardable_memory_manager_unittest.cc', 478 'memory/discardable_memory_manager_unittest.cc',
479 'memory/discardable_memory_unittest.cc', 479 'memory/discardable_memory_unittest.cc',
480 'memory/linked_ptr_unittest.cc', 480 'memory/linked_ptr_unittest.cc',
481 'memory/ref_counted_memory_unittest.cc', 481 'memory/ref_counted_memory_unittest.cc',
482 'memory/ref_counted_unittest.cc', 482 'memory/ref_counted_unittest.cc',
483 'memory/scoped_ptr_unittest.cc', 483 'memory/scoped_ptr_unittest.cc',
484 'memory/scoped_ptr_unittest.nc', 484 'memory/scoped_ptr_unittest.nc',
485 'memory/scoped_vector_unittest.cc', 485 'memory/scoped_vector_unittest.cc',
486 'memory/shared_memory_unittest.cc', 486 'memory/shared_memory_unittest.cc',
487 'memory/singleton_unittest.cc', 487 'memory/singleton_unittest.cc',
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
1447 'base_unittests.isolate', 1447 'base_unittests.isolate',
1448 ], 1448 ],
1449 'sources': [ 1449 'sources': [
1450 'base_unittests.isolate', 1450 'base_unittests.isolate',
1451 ], 1451 ],
1452 }, 1452 },
1453 ], 1453 ],
1454 }], 1454 }],
1455 ], 1455 ],
1456 } 1456 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/discardable_memory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698