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

Side by Side Diff: android_webview/tools/automated_ui_tests/BUILD.gn

Issue 2286883003: Use Android Junit Runner for webview ui test (Closed)
Patch Set: Addressed Mike's comments Created 4 years, 3 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 | « no previous file | android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 group("webview_ui_test_app") { 8 group("webview_ui_test_app") {
9 testonly = true 9 testonly = true
10 deps = [ 10 deps = [
(...skipping 28 matching lines...) Expand all
39 instrumentation_test_apk("webview_ui_test_app_test_apk") { 39 instrumentation_test_apk("webview_ui_test_app_test_apk") {
40 apk_name = "WebViewUiTestAppTest" 40 apk_name = "WebViewUiTestAppTest"
41 android_manifest = "javatests/AndroidManifest.xml" 41 android_manifest = "javatests/AndroidManifest.xml"
42 java_files = [ 42 java_files = [
43 "javatests/src/org/chromium/webview_ui_test/test/LoadDataTest.java", 43 "javatests/src/org/chromium/webview_ui_test/test/LoadDataTest.java",
44 "javatests/src/org/chromium/webview_ui_test/test/WebViewTestBase.java", 44 "javatests/src/org/chromium/webview_ui_test/test/WebViewTestBase.java",
45 ] 45 ]
46 deps = [ 46 deps = [
47 ":webview_ui_test_app_apk_resources", 47 ":webview_ui_test_app_apk_resources",
48 ":webview_ui_test_app_java", 48 ":webview_ui_test_app_java",
49 "//third_party/android_support_test_runner:runner_java",
49 "//third_party/ub-uiautomator:ub_uiautomator_java", 50 "//third_party/ub-uiautomator:ub_uiautomator_java",
50 ] 51 ]
51 data_deps = [ 52 data_deps = [
52 ":webview_ui_test_app_apk", 53 ":webview_ui_test_app_apk",
53 ] 54 ]
54 apk_under_test = ":webview_ui_test_app_apk" 55 apk_under_test = ":webview_ui_test_app_apk"
55 } 56 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/tools/automated_ui_tests/javatests/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698