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 4815 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4826 ['OS == "android"', { | 4826 ['OS == "android"', { |
4827 'targets': [ | 4827 'targets': [ |
4828 { | 4828 { |
4829 'target_name': 'chromium_testshell_test_apk', | 4829 'target_name': 'chromium_testshell_test_apk', |
4830 'type': 'none', | 4830 'type': 'none', |
4831 'dependencies': [ | 4831 'dependencies': [ |
4832 '../base/base.gyp:base', | 4832 '../base/base.gyp:base', |
4833 '../base/base.gyp:base_java_test_support', | 4833 '../base/base.gyp:base_java_test_support', |
4834 'chrome_java', | 4834 'chrome_java', |
4835 'chromium_testshell_java', | 4835 'chromium_testshell_java', |
4836 '../tools/android/forwarder/forwarder.gyp:forwarder', | 4836 '../tools/android/forwarder2/forwarder.gyp:forwarder2', |
4837 ], | 4837 ], |
4838 'variables': { | 4838 'variables': { |
4839 'package_name': 'chromium_testshell_test', | 4839 'package_name': 'chromium_testshell_test', |
4840 'apk_name': 'ChromiumTestShellTest', | 4840 'apk_name': 'ChromiumTestShellTest', |
4841 'java_in_dir': './android/testshell/javatests', | 4841 'java_in_dir': './android/testshell/javatests', |
4842 'resource_dir': '../res', | 4842 'resource_dir': '../res', |
4843 'additional_src_dirs': ['android/javatests/src'], | 4843 'additional_src_dirs': ['android/javatests/src'], |
4844 }, | 4844 }, |
4845 'includes': [ '../build/java_apk.gypi' ], | 4845 'includes': [ '../build/java_apk.gypi' ], |
4846 }, | 4846 }, |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4939 '--result', '<@(_outputs)', | 4939 '--result', '<@(_outputs)', |
4940 '--isolate', 'sync_integration_tests.isolate', | 4940 '--isolate', 'sync_integration_tests.isolate', |
4941 ], | 4941 ], |
4942 }, | 4942 }, |
4943 ], | 4943 ], |
4944 }, | 4944 }, |
4945 ], | 4945 ], |
4946 }], | 4946 }], |
4947 ], # 'conditions' | 4947 ], # 'conditions' |
4948 } | 4948 } |
OLD | NEW |