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

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

Issue 2633733002: Convert WebView Layout test to JUnit4 (Closed)
Patch Set: rebase Created 3 years, 10 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/system_webview_shell/layout_tests/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # Mark all targets as test only. 8 # Mark all targets as test only.
9 testonly = true 9 testonly = true
10 10
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "//third_party/android_support_test_runner:runner_java", 58 "//third_party/android_support_test_runner:runner_java",
59 ] 59 ]
60 } 60 }
61 61
62 instrumentation_test_apk("system_webview_shell_layout_test_apk") { 62 instrumentation_test_apk("system_webview_shell_layout_test_apk") {
63 apk_name = "SystemWebViewShellLayoutTest" 63 apk_name = "SystemWebViewShellLayoutTest"
64 apk_under_test = ":system_webview_shell_apk" 64 apk_under_test = ":system_webview_shell_apk"
65 android_manifest = "layout_tests/AndroidManifest.xml" 65 android_manifest = "layout_tests/AndroidManifest.xml"
66 java_files = [ 66 java_files = [
67 "layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java", 67 "layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java",
68 "layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTestRunner.ja va",
69 "layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java", 68 "layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java",
70 ] 69 ]
71 deps = [ 70 deps = [
72 "//base:base_java", 71 "//base:base_java",
73 "//base:base_java_test_support", 72 "//base:base_java_test_support",
74 "//testing/android/reporter:reporter_java", 73 "//testing/android/reporter:reporter_java",
74 "//third_party/android_support_test_runner:rules_java",
75 "//third_party/android_support_test_runner:runner_java", 75 "//third_party/android_support_test_runner:runner_java",
76 "//third_party/junit",
76 ] 77 ]
77 data = [ 78 data = [
78 "test/data/", 79 "test/data/",
79 "//third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/" , 80 "//third_party/WebKit/LayoutTests/platform/linux/virtual/stable/webexposed/" ,
80 "//third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/", 81 "//third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/",
81 "//third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/", 82 "//third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/",
82 "//third_party/WebKit/LayoutTests/virtual/stable/webexposed/", 83 "//third_party/WebKit/LayoutTests/virtual/stable/webexposed/",
83 "//third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html", 84 "//third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html",
84 "//third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expect ed.txt", 85 "//third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expect ed.txt",
85 "//third_party/WebKit/LayoutTests/webexposed/resources/global-interface-list ing.js", 86 "//third_party/WebKit/LayoutTests/webexposed/resources/global-interface-list ing.js",
86 ] 87 ]
87 } 88 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/tools/system_webview_shell/layout_tests/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698