| 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 653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 664 'dependencies': [ | 664 'dependencies': [ |
| 665 'android/jni_generator/jni_generator.gyp:jni_generator_tests', | 665 'android/jni_generator/jni_generator.gyp:jni_generator_tests', |
| 666 ], | 666 ], |
| 667 'conditions': [ | 667 'conditions': [ |
| 668 ['gtest_target_type == "shared_library"', { | 668 ['gtest_target_type == "shared_library"', { |
| 669 'dependencies': [ | 669 'dependencies': [ |
| 670 '../testing/android/native_test.gyp:native_test_native_code', | 670 '../testing/android/native_test.gyp:native_test_native_code', |
| 671 ], | 671 ], |
| 672 }], | 672 }], |
| 673 ], | 673 ], |
| 674 'sources!': [ | |
| 675 # Broken on Android, and already disabled there. | |
| 676 'debug/stack_trace_unittest.cc', | |
| 677 ], | |
| 678 }], | 674 }], |
| 679 ['OS == "ios" and _toolset != "host"', { | 675 ['OS == "ios" and _toolset != "host"', { |
| 680 'sources/': [ | 676 'sources/': [ |
| 681 # Only test the iOS-meaningful portion of process_utils. | 677 # Only test the iOS-meaningful portion of process_utils. |
| 682 ['exclude', '^process_util_unittest'], | 678 ['exclude', '^process_util_unittest'], |
| 683 ['include', '^process_util_unittest_ios\\.cc$'], | 679 ['include', '^process_util_unittest_ios\\.cc$'], |
| 684 # Requires spawning processes. | 680 # Requires spawning processes. |
| 685 ['exclude', '^metrics/stats_table_unittest\\.cc$'], | 681 ['exclude', '^metrics/stats_table_unittest\\.cc$'], |
| 686 # iOS does not use message_pump_libevent. | 682 # iOS does not use message_pump_libevent. |
| 687 ['exclude', '^message_pump_libevent_unittest\\.cc$'], | 683 ['exclude', '^message_pump_libevent_unittest\\.cc$'], |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1261 'base_unittests.isolate', | 1257 'base_unittests.isolate', |
| 1262 ], | 1258 ], |
| 1263 'sources': [ | 1259 'sources': [ |
| 1264 'base_unittests.isolate', | 1260 'base_unittests.isolate', |
| 1265 ], | 1261 ], |
| 1266 }, | 1262 }, |
| 1267 ], | 1263 ], |
| 1268 }], | 1264 }], |
| 1269 ], | 1265 ], |
| 1270 } | 1266 } |
| OLD | NEW |