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 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
686 'test/test_support_android.cc', | 686 'test/test_support_android.cc', |
687 'test/test_support_android.h', | 687 'test/test_support_android.h', |
688 'test/test_switches.cc', | 688 'test/test_switches.cc', |
689 'test/test_switches.h', | 689 'test/test_switches.h', |
690 'test/test_timeouts.cc', | 690 'test/test_timeouts.cc', |
691 'test/test_timeouts.h', | 691 'test/test_timeouts.h', |
692 'test/thread_test_helper.cc', | 692 'test/thread_test_helper.cc', |
693 'test/thread_test_helper.h', | 693 'test/thread_test_helper.h', |
694 'test/trace_event_analyzer.cc', | 694 'test/trace_event_analyzer.cc', |
695 'test/trace_event_analyzer.h', | 695 'test/trace_event_analyzer.h', |
| 696 'test/unit_test.cc', |
| 697 'test/unit_test.h', |
696 'test/values_test_util.cc', | 698 'test/values_test_util.cc', |
697 'test/values_test_util.h', | 699 'test/values_test_util.h', |
698 ], | 700 ], |
699 }, | 701 }, |
700 { | 702 { |
701 'target_name': 'base_unittests_run', | 703 'target_name': 'base_unittests_run', |
702 'type': 'none', | 704 'type': 'none', |
703 'dependencies': [ | 705 'dependencies': [ |
704 'base_unittests', | 706 'base_unittests', |
705 ], | 707 ], |
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1021 'test_suite_name': 'base_unittests', | 1023 'test_suite_name': 'base_unittests', |
1022 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 1024 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
1023 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 1025 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
1024 }, | 1026 }, |
1025 'includes': [ '../build/apk_test.gypi' ], | 1027 'includes': [ '../build/apk_test.gypi' ], |
1026 }, | 1028 }, |
1027 ], | 1029 ], |
1028 }], | 1030 }], |
1029 ], | 1031 ], |
1030 } | 1032 } |
OLD | NEW |