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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
717 'test/test_file_util_posix.cc', | 717 'test/test_file_util_posix.cc', |
718 'test/test_file_util_win.cc', | 718 'test/test_file_util_win.cc', |
719 'test/test_listener_ios.h', | 719 'test/test_listener_ios.h', |
720 'test/test_listener_ios.mm', | 720 'test/test_listener_ios.mm', |
721 'test/test_reg_util_win.cc', | 721 'test/test_reg_util_win.cc', |
722 'test/test_reg_util_win.h', | 722 'test/test_reg_util_win.h', |
723 'test/test_suite.cc', | 723 'test/test_suite.cc', |
724 'test/test_suite.h', | 724 'test/test_suite.h', |
725 'test/test_support_android.cc', | 725 'test/test_support_android.cc', |
726 'test/test_support_android.h', | 726 'test/test_support_android.h', |
| 727 'test/test_support_ios.h', |
| 728 'test/test_support_ios.mm', |
727 'test/test_switches.cc', | 729 'test/test_switches.cc', |
728 'test/test_switches.h', | 730 'test/test_switches.h', |
729 'test/test_timeouts.cc', | 731 'test/test_timeouts.cc', |
730 'test/test_timeouts.h', | 732 'test/test_timeouts.h', |
731 'test/thread_test_helper.cc', | 733 'test/thread_test_helper.cc', |
732 'test/thread_test_helper.h', | 734 'test/thread_test_helper.h', |
733 'test/trace_event_analyzer.cc', | 735 'test/trace_event_analyzer.cc', |
734 'test/trace_event_analyzer.h', | 736 'test/trace_event_analyzer.h', |
735 'test/values_test_util.cc', | 737 'test/values_test_util.cc', |
736 'test/values_test_util.h', | 738 'test/values_test_util.h', |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1074 'test_suite_name': 'base_unittests', | 1076 'test_suite_name': 'base_unittests', |
1075 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 1077 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
1076 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 1078 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
1077 }, | 1079 }, |
1078 'includes': [ '../build/apk_test.gypi' ], | 1080 'includes': [ '../build/apk_test.gypi' ], |
1079 }, | 1081 }, |
1080 ], | 1082 ], |
1081 }], | 1083 }], |
1082 ], | 1084 ], |
1083 } | 1085 } |
OLD | NEW |