Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: content/content_tests.gypi

Issue 1039733002: Add Robolectric unittest suites to all.gyp and rename build targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renaming Robolectric unit test build targets. Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698