Chromium Code Reviews| 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 4721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4732 'unit_tests', | 4732 'unit_tests', |
| 4733 ], | 4733 ], |
| 4734 'variables': { | 4734 'variables': { |
| 4735 'test_suite_name': 'unit_tests', | 4735 'test_suite_name': 'unit_tests', |
| 4736 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_test s<(SHARED_LIB_SUFFIX)', | 4736 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)unit_test s<(SHARED_LIB_SUFFIX)', |
| 4737 }, | 4737 }, |
| 4738 'includes': [ '../build/apk_test.gypi' ], | 4738 'includes': [ '../build/apk_test.gypi' ], |
| 4739 }, | 4739 }, |
| 4740 ], | 4740 ], |
| 4741 }], | 4741 }], |
| 4742 ['OS == "android"', { | |
| 4743 'targets': [ | |
| 4744 { | |
| 4745 'target_name': 'chromium_testshell_test_apk', | |
| 4746 'type': 'none', | |
| 4747 'dependencies': [ | |
| 4748 '../base/base.gyp:base', | |
|
Yaron
2012/09/20 03:05:17
Consider reducing this to just chromium_testshell?
David Trainor- moved to gerrit
2012/09/20 21:49:50
Done.
On 2012/09/20 03:05:17, Yaron wrote:
| |
| 4749 '../base/base.gyp:base_java_test_support', | |
| 4750 'chrome_java', | |
| 4751 'chromium_testshell', | |
| 4752 '../tools/android/forwarder/forwarder.gyp:forwarder', | |
| 4753 ], | |
| 4754 'variables': { | |
| 4755 'package_name': 'chromium_testshell_test', | |
| 4756 'apk_name': 'ChromiumTestShellTest', | |
| 4757 'java_in_dir': './android/testshell/javatests', | |
| 4758 'resource_dir': '../res', | |
| 4759 'additional_input_paths': ['<!@(find android/javatests/src -name "*. java")', ], | |
| 4760 }, | |
| 4761 'includes': [ '../build/java_apk.gypi' ], | |
| 4762 }, | |
| 4763 ], | |
| 4764 }], | |
| 4742 ['test_isolation_mode != "noop"', { | 4765 ['test_isolation_mode != "noop"', { |
| 4743 'targets': [ | 4766 'targets': [ |
| 4744 { | 4767 { |
| 4745 'target_name': 'unit_tests_run', | 4768 'target_name': 'unit_tests_run', |
| 4746 'type': 'none', | 4769 'type': 'none', |
| 4747 'dependencies': [ | 4770 'dependencies': [ |
| 4748 'unit_tests', | 4771 'unit_tests', |
| 4749 ], | 4772 ], |
| 4750 'includes': [ | 4773 'includes': [ |
| 4751 'unit_tests.isolate', | 4774 'unit_tests.isolate', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4800 '--result', '<@(_outputs)', | 4823 '--result', '<@(_outputs)', |
| 4801 '--isolate', 'browser_tests.isolate', | 4824 '--isolate', 'browser_tests.isolate', |
| 4802 ], | 4825 ], |
| 4803 }, | 4826 }, |
| 4804 ], | 4827 ], |
| 4805 }, | 4828 }, |
| 4806 ], | 4829 ], |
| 4807 }], | 4830 }], |
| 4808 ], # 'conditions' | 4831 ], # 'conditions' |
| 4809 } | 4832 } |
| OLD | NEW |