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

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

Issue 2203073002: [Android] Switch instrumentation tests to generated device isolates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-isolate-generation
Patch Set: rebase 2 Created 4 years, 4 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 | « android_webview/test/BUILD.gn ('k') | build/android/gn/generate_isolate.py » ('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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 # GYP: //android_webview/android_webview_shell.gypi:system_webview_shell_layout_ test_apk 63 # GYP: //android_webview/android_webview_shell.gypi:system_webview_shell_layout_ test_apk
64 instrumentation_test_apk("system_webview_shell_layout_test_apk") { 64 instrumentation_test_apk("system_webview_shell_layout_test_apk") {
65 apk_name = "SystemWebViewShellLayoutTest" 65 apk_name = "SystemWebViewShellLayoutTest"
66 apk_under_test = ":system_webview_shell_apk" 66 apk_under_test = ":system_webview_shell_apk"
67 android_manifest = "layout_tests/AndroidManifest.xml" 67 android_manifest = "layout_tests/AndroidManifest.xml"
68 java_files = [ 68 java_files = [
69 "layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java", 69 "layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTest.java",
70 "layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTestRunner.ja va", 70 "layout_tests/src/org/chromium/webview_shell/test/WebViewLayoutTestRunner.ja va",
71 "layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java", 71 "layout_tests/src/org/chromium/webview_shell/test/WebViewThreadTest.java",
72 ] 72 ]
73 isolate_file = "../../system_webview_shell_test_apk.isolate"
74 deps = [ 73 deps = [
75 "//base:base_java", 74 "//base:base_java",
76 "//base:base_java_test_support", 75 "//base:base_java_test_support",
77 "//testing/android/reporter:reporter_java", 76 "//testing/android/reporter:reporter_java",
78 ] 77 ]
78 data = [
79 "test/data/",
80 "//third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface -listing-expected.txt",
81 "//third_party/WebKit/LayoutTests/webexposed/global-interface-listing.html",
82 "//third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expect ed.txt",
83 "//third_party/WebKit/LayoutTests/webexposed/resources/global-interface-list ing.js",
84 ]
79 } 85 }
OLDNEW
« no previous file with comments | « android_webview/test/BUILD.gn ('k') | build/android/gn/generate_isolate.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698