OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
(...skipping 2010 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2021 'variables': { | 2021 'variables': { |
2022 'apk_name': 'ContentShellTest', | 2022 'apk_name': 'ContentShellTest', |
2023 'java_in_dir': 'shell/android/javatests', | 2023 'java_in_dir': 'shell/android/javatests', |
2024 'resource_dir': 'shell/android/shell_apk/res', | 2024 'resource_dir': 'shell/android/shell_apk/res', |
2025 'additional_src_dirs': ['public/android/javatests/', ], | 2025 'additional_src_dirs': ['public/android/javatests/', ], |
2026 'is_test_apk': 1, | 2026 'is_test_apk': 1, |
2027 }, | 2027 }, |
2028 'includes': [ '../build/java_apk.gypi' ], | 2028 'includes': [ '../build/java_apk.gypi' ], |
2029 }, | 2029 }, |
2030 { | 2030 { |
2031 # GN: //content/public/android:content_shell_unit_tests | 2031 # GN: //content/public/android:content_junit_tests |
2032 'target_name': 'content_shell_unit_tests', | 2032 'target_name': 'content_junit_tests', |
2033 'type': 'none', | 2033 'type': 'none', |
2034 'dependencies': [ | 2034 'dependencies': [ |
2035 'content.gyp:content_java', | 2035 'content.gyp:content_java', |
2036 '../base/base.gyp:base_java', | 2036 '../base/base.gyp:base_java', |
2037 '../base/base.gyp:base_java_test_support', | 2037 '../base/base.gyp:base_java_test_support', |
2038 '../testing/android/junit/junit_test.gyp:junit_test_support', | 2038 '../testing/android/junit/junit_test.gyp:junit_test_support', |
2039 ], | 2039 ], |
2040 'variables': { | 2040 'variables': { |
2041 'main_class': 'org.chromium.testing.local.JunitTestMain', | 2041 'main_class': 'org.chromium.testing.local.JunitTestMain', |
2042 'src_paths': [ | 2042 'src_paths': [ |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2188 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2188 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2189 }, | 2189 }, |
2190 ], | 2190 ], |
2191 }], | 2191 }], |
2192 ], | 2192 ], |
2193 }, | 2193 }, |
2194 ], | 2194 ], |
2195 }], | 2195 }], |
2196 ], | 2196 ], |
2197 } | 2197 } |
OLD | NEW |