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

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 nits Created 6 years, 9 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 '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 787 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 'sources/': [ 798 'sources/': [
799 # Pull in specific Mac files for iOS (which have been filtered out 799 # Pull in specific Mac files for iOS (which have been filtered out
800 # by file name rules). 800 # by file name rules).
801 ['include', '^mac/bind_objc_block_unittest\\.mm$'], 801 ['include', '^mac/bind_objc_block_unittest\\.mm$'],
802 ['include', '^mac/foundation_util_unittest\\.mm$',], 802 ['include', '^mac/foundation_util_unittest\\.mm$',],
803 ['include', '^mac/objc_property_releaser_unittest\\.mm$'], 803 ['include', '^mac/objc_property_releaser_unittest\\.mm$'],
804 ['include', '^mac/scoped_nsobject_unittest\\.mm$'], 804 ['include', '^mac/scoped_nsobject_unittest\\.mm$'],
805 ['include', '^sys_string_conversions_mac_unittest\\.mm$'], 805 ['include', '^sys_string_conversions_mac_unittest\\.mm$'],
806 ], 806 ],
807 }], 807 }],
808 ['OS == "android" and _toolset == "target"', {
809 'sources': [
810 'memory/discardable_memory_allocation_ashmem_factory_unittest.cc',
811 ],
812 }],
808 ['OS == "android"', { 813 ['OS == "android"', {
809 'sources/': [ 814 'sources/': [
810 ['include', '^debug/proc_maps_linux_unittest\\.cc$'], 815 ['include', '^debug/proc_maps_linux_unittest\\.cc$'],
811 ], 816 ],
812 }], 817 }],
813 ], # target_conditions 818 ], # target_conditions
814 }, 819 },
815 { 820 {
816 'target_name': 'base_perftests', 821 'target_name': 'base_perftests',
817 'type': '<(gtest_target_type)', 822 'type': '<(gtest_target_type)',
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
1475 'base_unittests.isolate', 1480 'base_unittests.isolate',
1476 ], 1481 ],
1477 'sources': [ 1482 'sources': [
1478 'base_unittests.isolate', 1483 'base_unittests.isolate',
1479 ], 1484 ],
1480 }, 1485 },
1481 ], 1486 ],
1482 }], 1487 }],
1483 ], 1488 ],
1484 } 1489 }
OLDNEW
« no previous file with comments | « no previous file | base/base.gypi » ('j') | base/memory/discardable_memory_allocation_ashmem_factory.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698