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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
711 'test/test_file_util_posix.cc', | 711 'test/test_file_util_posix.cc', |
712 'test/test_file_util_win.cc', | 712 'test/test_file_util_win.cc', |
713 'test/test_listener_ios.h', | 713 'test/test_listener_ios.h', |
714 'test/test_listener_ios.mm', | 714 'test/test_listener_ios.mm', |
715 'test/test_reg_util_win.cc', | 715 'test/test_reg_util_win.cc', |
716 'test/test_reg_util_win.h', | 716 'test/test_reg_util_win.h', |
717 'test/test_suite.cc', | 717 'test/test_suite.cc', |
718 'test/test_suite.h', | 718 'test/test_suite.h', |
719 'test/test_support_android.cc', | 719 'test/test_support_android.cc', |
720 'test/test_support_android.h', | 720 'test/test_support_android.h', |
| 721 'test/test_support_ios.h', |
| 722 'test/test_support_ios.mm', |
721 'test/test_switches.cc', | 723 'test/test_switches.cc', |
722 'test/test_switches.h', | 724 'test/test_switches.h', |
723 'test/test_timeouts.cc', | 725 'test/test_timeouts.cc', |
724 'test/test_timeouts.h', | 726 'test/test_timeouts.h', |
725 'test/thread_test_helper.cc', | 727 'test/thread_test_helper.cc', |
726 'test/thread_test_helper.h', | 728 'test/thread_test_helper.h', |
727 'test/trace_event_analyzer.cc', | 729 'test/trace_event_analyzer.cc', |
728 'test/trace_event_analyzer.h', | 730 'test/trace_event_analyzer.h', |
729 'test/values_test_util.cc', | 731 'test/values_test_util.cc', |
730 'test/values_test_util.h', | 732 'test/values_test_util.h', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1000 'test_suite_name': 'base_unittests', | 1002 'test_suite_name': 'base_unittests', |
1001 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', | 1003 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)base_unit
tests<(SHARED_LIB_SUFFIX)', |
1002 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], | 1004 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], |
1003 }, | 1005 }, |
1004 'includes': [ '../build/apk_test.gypi' ], | 1006 'includes': [ '../build/apk_test.gypi' ], |
1005 }, | 1007 }, |
1006 ], | 1008 ], |
1007 }], | 1009 }], |
1008 ], | 1010 ], |
1009 } | 1011 } |
OLD | NEW |