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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 4745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4756 'unit_tests', | 4756 'unit_tests', |
4757 ], | 4757 ], |
4758 'variables': { | 4758 'variables': { |
4759 'test_suite_name': 'unit_tests', | 4759 'test_suite_name': 'unit_tests', |
4760 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_test
s<(SHARED_LIB_SUFFIX)', | 4760 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_test
s<(SHARED_LIB_SUFFIX)', |
4761 }, | 4761 }, |
4762 'includes': [ '../build/apk_test.gypi' ], | 4762 'includes': [ '../build/apk_test.gypi' ], |
4763 }, | 4763 }, |
4764 ], | 4764 ], |
4765 }], | 4765 }], |
| 4766 ['OS == "android"', { |
| 4767 'targets': [ |
| 4768 { |
| 4769 'target_name': 'chromium_testshell_test_apk', |
| 4770 'type': 'none', |
| 4771 'dependencies': [ |
| 4772 '../base/base.gyp:base', |
| 4773 '../base/base.gyp:base_java_test_support', |
| 4774 'chrome_java', |
| 4775 'chromium_testshell', |
| 4776 '../tools/android/forwarder/forwarder.gyp:forwarder', |
| 4777 ], |
| 4778 'variables': { |
| 4779 'package_name': 'chromium_testshell_test', |
| 4780 'apk_name': 'ChromiumTestShellTest', |
| 4781 'java_in_dir': './android/testshell/javatests', |
| 4782 'resource_dir': '../res', |
| 4783 'additional_input_paths': ['<!@(find android/javatests/src -name "*.
java")', ], |
| 4784 }, |
| 4785 'includes': [ '../build/java_apk.gypi' ], |
| 4786 }, |
| 4787 ], |
| 4788 }], |
4766 ['test_isolation_mode != "noop"', { | 4789 ['test_isolation_mode != "noop"', { |
4767 'targets': [ | 4790 'targets': [ |
4768 { | 4791 { |
4769 'target_name': 'unit_tests_run', | 4792 'target_name': 'unit_tests_run', |
4770 'type': 'none', | 4793 'type': 'none', |
4771 'dependencies': [ | 4794 'dependencies': [ |
4772 'unit_tests', | 4795 'unit_tests', |
4773 ], | 4796 ], |
4774 'includes': [ | 4797 'includes': [ |
4775 'unit_tests.isolate', | 4798 'unit_tests.isolate', |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4824 '--result', '<@(_outputs)', | 4847 '--result', '<@(_outputs)', |
4825 '--isolate', 'browser_tests.isolate', | 4848 '--isolate', 'browser_tests.isolate', |
4826 ], | 4849 ], |
4827 }, | 4850 }, |
4828 ], | 4851 ], |
4829 }, | 4852 }, |
4830 ], | 4853 ], |
4831 }], | 4854 }], |
4832 ], # 'conditions' | 4855 ], # 'conditions' |
4833 } | 4856 } |
OLD | NEW |