| 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 4881 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4892 'type': 'none', | 4892 'type': 'none', |
| 4893 'dependencies': [ | 4893 'dependencies': [ |
| 4894 '../base/base.gyp:base', | 4894 '../base/base.gyp:base', |
| 4895 '../base/base.gyp:base_java_test_support', | 4895 '../base/base.gyp:base_java_test_support', |
| 4896 'chrome_java', | 4896 'chrome_java', |
| 4897 'chromium_testshell_java', | 4897 'chromium_testshell_java', |
| 4898 '../content/content.gyp:content_java_test_support', | 4898 '../content/content.gyp:content_java_test_support', |
| 4899 '../tools/android/forwarder/forwarder.gyp:forwarder', | 4899 '../tools/android/forwarder/forwarder.gyp:forwarder', |
| 4900 ], | 4900 ], |
| 4901 'variables': { | 4901 'variables': { |
| 4902 'package_name': 'chromium_testshell_test', | |
| 4903 'apk_name': 'ChromiumTestShellTest', | 4902 'apk_name': 'ChromiumTestShellTest', |
| 4904 'java_in_dir': './android/testshell/javatests', | 4903 'java_in_dir': './android/testshell/javatests', |
| 4905 'resource_dir': '../res', | 4904 'resource_dir': '../res', |
| 4906 'additional_src_dirs': ['android/javatests/src'], | 4905 'additional_src_dirs': ['android/javatests/src'], |
| 4907 }, | 4906 }, |
| 4908 'includes': [ '../build/java_apk.gypi' ], | 4907 'includes': [ '../build/java_apk.gypi' ], |
| 4909 }, | 4908 }, |
| 4910 ], | 4909 ], |
| 4911 }], | 4910 }], |
| 4912 ['test_isolation_mode != "noop"', { | 4911 ['test_isolation_mode != "noop"', { |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4957 'sync_integration_tests.isolate', | 4956 'sync_integration_tests.isolate', |
| 4958 ], | 4957 ], |
| 4959 'sources': [ | 4958 'sources': [ |
| 4960 'sync_integration_tests.isolate', | 4959 'sync_integration_tests.isolate', |
| 4961 ], | 4960 ], |
| 4962 }, | 4961 }, |
| 4963 ], | 4962 ], |
| 4964 }], | 4963 }], |
| 4965 ], # 'conditions' | 4964 ], # 'conditions' |
| 4966 } | 4965 } |
| OLD | NEW |