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 2793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2804 ], # 'actions' | 2804 ], # 'actions' |
2805 }, | 2805 }, |
2806 ] | 2806 ] |
2807 }], # 'coverage!=0' | 2807 }], # 'coverage!=0' |
2808 ['OS == "android"', { | 2808 ['OS == "android"', { |
2809 'targets': [ | 2809 'targets': [ |
2810 { | 2810 { |
2811 'target_name': 'chromium_testshell_test_apk', | 2811 'target_name': 'chromium_testshell_test_apk', |
2812 'type': 'none', | 2812 'type': 'none', |
2813 'dependencies': [ | 2813 'dependencies': [ |
| 2814 'chrome_java', |
| 2815 'chromium_testshell_java', |
2814 '../base/base.gyp:base', | 2816 '../base/base.gyp:base', |
2815 '../base/base.gyp:base_java_test_support', | 2817 '../base/base.gyp:base_java_test_support', |
2816 'chrome_java', | |
2817 'chromium_testshell_java', | |
2818 '../content/content.gyp:content_java_test_support', | 2818 '../content/content.gyp:content_java_test_support', |
| 2819 '../sync/sync.gyp:sync_javatests', |
2819 '../tools/android/forwarder/forwarder.gyp:forwarder', | 2820 '../tools/android/forwarder/forwarder.gyp:forwarder', |
2820 ], | 2821 ], |
2821 'variables': { | 2822 'variables': { |
2822 'package_name': 'chromium_testshell_test', | 2823 'package_name': 'chromium_testshell_test', |
2823 'apk_name': 'ChromiumTestShellTest', | 2824 'apk_name': 'ChromiumTestShellTest', |
2824 'java_in_dir': './android/testshell/javatests', | 2825 'java_in_dir': './android/testshell/javatests', |
2825 'resource_dir': '../res', | 2826 'resource_dir': '../res', |
2826 'additional_src_dirs': ['android/javatests/src'], | 2827 'additional_src_dirs': ['android/javatests/src'], |
2827 'is_test_apk': 1, | 2828 'is_test_apk': 1, |
2828 }, | 2829 }, |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2866 'sync_integration_tests.isolate', | 2867 'sync_integration_tests.isolate', |
2867 ], | 2868 ], |
2868 'sources': [ | 2869 'sources': [ |
2869 'sync_integration_tests.isolate', | 2870 'sync_integration_tests.isolate', |
2870 ], | 2871 ], |
2871 }, | 2872 }, |
2872 ], | 2873 ], |
2873 }], | 2874 }], |
2874 ], # 'conditions' | 2875 ], # 'conditions' |
2875 } | 2876 } |
OLD | NEW |