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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
426 'memory/scoped_ptr_unittest.nc', | 426 'memory/scoped_ptr_unittest.nc', |
427 'memory/scoped_vector_unittest.cc', | 427 'memory/scoped_vector_unittest.cc', |
428 'memory/singleton_unittest.cc', | 428 'memory/singleton_unittest.cc', |
429 'memory/weak_ptr_unittest.cc', | 429 'memory/weak_ptr_unittest.cc', |
430 'memory/weak_ptr_unittest.nc', | 430 'memory/weak_ptr_unittest.nc', |
431 'message_loop_proxy_impl_unittest.cc', | 431 'message_loop_proxy_impl_unittest.cc', |
432 'message_loop_proxy_unittest.cc', | 432 'message_loop_proxy_unittest.cc', |
433 'message_loop_unittest.cc', | 433 'message_loop_unittest.cc', |
434 'message_pump_glib_unittest.cc', | 434 'message_pump_glib_unittest.cc', |
435 'message_pump_libevent_unittest.cc', | 435 'message_pump_libevent_unittest.cc', |
436 'metrics/bucket_ranges_unittest.cc', | |
437 'metrics/field_trial_unittest.cc', | 436 'metrics/field_trial_unittest.cc', |
438 'metrics/histogram_unittest.cc', | 437 'metrics/histogram_unittest.cc', |
439 'metrics/stats_table_unittest.cc', | 438 'metrics/stats_table_unittest.cc', |
440 'observer_list_unittest.cc', | 439 'observer_list_unittest.cc', |
441 'os_compat_android_unittest.cc', | 440 'os_compat_android_unittest.cc', |
442 'path_service_unittest.cc', | 441 'path_service_unittest.cc', |
443 'pickle_unittest.cc', | 442 'pickle_unittest.cc', |
444 'platform_file_unittest.cc', | 443 'platform_file_unittest.cc', |
445 'pr_time_unittest.cc', | 444 'pr_time_unittest.cc', |
446 'process_util_unittest.cc', | 445 'process_util_unittest.cc', |
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 ['OS == "ios"', { | 556 ['OS == "ios"', { |
558 'sources/': [ | 557 'sources/': [ |
559 # Only test the iOS-meaningful portion of process_utils. | 558 # Only test the iOS-meaningful portion of process_utils. |
560 ['exclude', '^process_util_unittest'], | 559 ['exclude', '^process_util_unittest'], |
561 ['include', '^process_util_unittest_ios\\.cc$'], | 560 ['include', '^process_util_unittest_ios\\.cc$'], |
562 # Requires spawning processes. | 561 # Requires spawning processes. |
563 ['exclude', '^metrics/stats_table_unittest\\.cc$'], | 562 ['exclude', '^metrics/stats_table_unittest\\.cc$'], |
564 # TODO(ios): Remove these as base/ is unforked. | 563 # TODO(ios): Remove these as base/ is unforked. |
565 # For now, exclude everything that doesn't build as-is, just to | 564 # For now, exclude everything that doesn't build as-is, just to |
566 # get a minimal target building. | 565 # get a minimal target building. |
567 # Unittests that don't pass. | 566 » # Unittests that don't pass. |
568 ['exclude', '^message_loop_unittest\\.cc$'], | 567 ['exclude', '^message_loop_unittest\\.cc$'], |
569 ], | 568 ], |
570 'actions': [ | 569 'actions': [ |
571 { | 570 { |
572 'action_name': 'copy_test_data', | 571 'action_name': 'copy_test_data', |
573 'variables': { | 572 'variables': { |
574 'test_data_files': [ | 573 'test_data_files': [ |
575 'data/json/bom_feff.json', | 574 'data/json/bom_feff.json', |
576 'data/file_util_unittest', | 575 'data/file_util_unittest', |
577 ], | 576 ], |
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
997 'test_suite_name': 'base_unittests', | 996 'test_suite_name': 'base_unittests', |
998 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 997 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
999 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 998 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
1000 }, | 999 }, |
1001 'includes': [ '../build/apk_test.gypi' ], | 1000 'includes': [ '../build/apk_test.gypi' ], |
1002 }, | 1001 }, |
1003 ], | 1002 ], |
1004 }], | 1003 }], |
1005 ], | 1004 ], |
1006 } | 1005 } |
OLD | NEW |