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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 ['OS == "ios"', { | 565 ['OS == "ios"', { |
566 'sources/': [ | 566 'sources/': [ |
567 # Only test the iOS-meaningful portion of process_utils. | 567 # Only test the iOS-meaningful portion of process_utils. |
568 ['exclude', '^process_util_unittest'], | 568 ['exclude', '^process_util_unittest'], |
569 ['include', '^process_util_unittest_ios\\.cc$'], | 569 ['include', '^process_util_unittest_ios\\.cc$'], |
570 # Requires spawning processes. | 570 # Requires spawning processes. |
571 ['exclude', '^metrics/stats_table_unittest\\.cc$'], | 571 ['exclude', '^metrics/stats_table_unittest\\.cc$'], |
572 # TODO(ios): Remove these as base/ is unforked. | 572 # TODO(ios): Remove these as base/ is unforked. |
573 # For now, exclude everything that doesn't build as-is, just to | 573 # For now, exclude everything that doesn't build as-is, just to |
574 # get a minimal target building. | 574 # get a minimal target building. |
575 ['exclude', '^memory/aligned_memory_unittest\\.cc$'], | |
576 ['exclude', '^shared_memory_unittest\\.cc$'], | 575 ['exclude', '^shared_memory_unittest\\.cc$'], |
577 ['exclude', '^sys_info_unittest\\.cc$'], | 576 ['exclude', '^sys_info_unittest\\.cc$'], |
578 ['exclude', '^system_monitor'], | 577 ['exclude', '^system_monitor'], |
579 # Unittests that don't pass. | 578 # Unittests that don't pass. |
580 ['exclude', '^message_loop_unittest\\.cc$'], | 579 ['exclude', '^message_loop_unittest\\.cc$'], |
581 ['exclude', '^synchronization/waitable_event_watcher_unittest\\.cc$'
], | 580 ['exclude', '^synchronization/waitable_event_watcher_unittest\\.cc$'
], |
582 ['exclude', '^timer_unittest\\.cc$'], | 581 ['exclude', '^timer_unittest\\.cc$'], |
583 ], | 582 ], |
584 }], | 583 }], |
585 ['use_glib==1', { | 584 ['use_glib==1', { |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1071 'test_suite_name': 'base_unittests', | 1070 'test_suite_name': 'base_unittests', |
1072 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 1071 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
1073 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 1072 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
1074 }, | 1073 }, |
1075 'includes': [ '../build/apk_test.gypi' ], | 1074 'includes': [ '../build/apk_test.gypi' ], |
1076 }, | 1075 }, |
1077 ], | 1076 ], |
1078 }], | 1077 }], |
1079 ], | 1078 ], |
1080 } | 1079 } |
OLD | NEW |