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

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

Issue 2154023002: adding action mode tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 4b8b57814146764100724f5dd00ebf79badff2d9..a3c799a5d7ef4883f753bc4d0115414976f2adca 100644
--- a/android_webview/tools/automated_ui_tests/BUILD.gn
+++ b/android_webview/tools/automated_ui_tests/BUILD.gn
@@ -40,12 +40,21 @@ instrumentation_test_apk("webview_ui_test_app_test_apk") {
apk_name = "WebViewUiTestAppTest"
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/LoadDataTest.java",
"javatests/src/org/chromium/webview_ui_test/test/WebViewTestBase.java",
]
deps = [
":webview_ui_test_app_apk_resources",
":webview_ui_test_app_java",
+ "//base:base_java",
+ "//third_party/android_support_test_runner:runner_java",
+ "//third_party/espresso:espresso_core_java",
+ "//third_party/espresso:espresso_intents_java",
+ "//third_party/espresso:espresso_web_java",
+ "//third_party/hamcrest:hamcrest_core_java",
+ "//third_party/hamcrest:hamcrest_integration_java",
+ "//third_party/hamcrest:hamcrest_library_java",
mikecase (-- gone --) 2016/07/25 21:19:01 We should see if we can get this to just have to d
aluo 2016/08/08 23:20:05 Is there something special I need for groups to wo
mikecase (-- gone --) 2016/08/08 23:48:32 yeah, im not sure. try putting in a java_group() w
"//third_party/ub-uiautomator:ub_uiautomator_java",
]
data_deps = [

Powered by Google App Engine
This is Rietveld 408576698