OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |