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

Unified Diff: android_webview/tools/automated_ui_tests/BUILD.gn

Issue 2692923010: Gmail open conversation test automation (Closed)
Patch Set: 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 side-by-side diff with in-line comments
Download patch
Index: android_webview/tools/automated_ui_tests/BUILD.gn
diff --git a/android_webview/tools/automated_ui_tests/BUILD.gn b/android_webview/tools/automated_ui_tests/BUILD.gn
index 942136ffe59abe1c2ec2788e24695c9572a82931..2f4202583cdc1ca60e7ec90e89bd9b734ae92aff 100644
--- a/android_webview/tools/automated_ui_tests/BUILD.gn
+++ b/android_webview/tools/automated_ui_tests/BUILD.gn
@@ -41,9 +41,7 @@ instrumentation_test_apk("webview_ui_test_app_test_apk") {
apk_under_test = ":webview_ui_test_app_apk"
android_manifest = "javatests/AndroidManifest.xml"
java_files = [
- "javatests/src/org/chromium/webview_ui_test/test/ActionModeTest.java",
- "javatests/src/org/chromium/webview_ui_test/test/DropDownListTest.java",
- "javatests/src/org/chromium/webview_ui_test/test/WebViewJSTest.java",
+ "javatests/src/org/chromium/webview_ui_test/test/GmailTest.java",
"javatests/src/org/chromium/webview_ui_test/test/util/Actions.java",
"javatests/src/org/chromium/webview_ui_test/test/util/Atoms.java",
"javatests/src/org/chromium/webview_ui_test/test/util/UseLayout.java",
@@ -62,6 +60,7 @@ instrumentation_test_apk("webview_ui_test_app_test_apk") {
"//third_party/hamcrest:hamcrest_java",
"//third_party/junit",
"//third_party/ub-uiautomator:ub_uiautomator_java",
+ "//third_party/volley:volley_java",
]
data = [
"test/data/",

Powered by Google App Engine
This is Rietveld 408576698