| 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 4814 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4825 ['OS == "android"', { | 4825 ['OS == "android"', { |
| 4826 'targets': [ | 4826 'targets': [ |
| 4827 { | 4827 { |
| 4828 'target_name': 'chromium_testshell_test_apk', | 4828 'target_name': 'chromium_testshell_test_apk', |
| 4829 'type': 'none', | 4829 'type': 'none', |
| 4830 'dependencies': [ | 4830 'dependencies': [ |
| 4831 '../base/base.gyp:base', | 4831 '../base/base.gyp:base', |
| 4832 '../base/base.gyp:base_java_test_support', | 4832 '../base/base.gyp:base_java_test_support', |
| 4833 'chrome_java', | 4833 'chrome_java', |
| 4834 'chromium_testshell_java', | 4834 'chromium_testshell_java', |
| 4835 '../content/content.gyp:content_java_test_support', |
| 4835 '../tools/android/forwarder/forwarder.gyp:forwarder', | 4836 '../tools/android/forwarder/forwarder.gyp:forwarder', |
| 4836 ], | 4837 ], |
| 4837 'variables': { | 4838 'variables': { |
| 4838 'package_name': 'chromium_testshell_test', | 4839 'package_name': 'chromium_testshell_test', |
| 4839 'apk_name': 'ChromiumTestShellTest', | 4840 'apk_name': 'ChromiumTestShellTest', |
| 4840 'java_in_dir': './android/testshell/javatests', | 4841 'java_in_dir': './android/testshell/javatests', |
| 4841 'resource_dir': '../res', | 4842 'resource_dir': '../res', |
| 4842 'additional_src_dirs': ['android/javatests/src'], | 4843 'additional_src_dirs': ['android/javatests/src'], |
| 4843 }, | 4844 }, |
| 4844 'includes': [ '../build/java_apk.gypi' ], | 4845 'includes': [ '../build/java_apk.gypi' ], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4893 'sync_integration_tests.isolate', | 4894 'sync_integration_tests.isolate', |
| 4894 ], | 4895 ], |
| 4895 'sources': [ | 4896 'sources': [ |
| 4896 'sync_integration_tests.isolate', | 4897 'sync_integration_tests.isolate', |
| 4897 ], | 4898 ], |
| 4898 }, | 4899 }, |
| 4899 ], | 4900 ], |
| 4900 }], | 4901 }], |
| 4901 ], # 'conditions' | 4902 ], # 'conditions' |
| 4902 } | 4903 } |
| OLD | NEW |