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

Unified Diff: chrome/android/BUILD.gn

Issue 2876223004: Convert Vr tests to JUnit4 (Closed)
Patch Set: Rebase again Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/VrShellNavigationTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index 1a2527ee1387309919945f0f10c4abcce9802b67..68433c3e957b64894c718eadc4a072702d1890d3 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -541,7 +541,7 @@ if (enable_vr) {
"javatests/src/org/chromium/chrome/browser/vr_shell/MockVrDaydreamApi.java",
"javatests/src/org/chromium/chrome/browser/vr_shell/VrShellTest.java",
"javatests/src/org/chromium/chrome/browser/vr_shell/VrShellNavigationTest.java",
- "javatests/src/org/chromium/chrome/browser/vr_shell/VrTestBase.java",
+ "javatests/src/org/chromium/chrome/browser/vr_shell/VrTestRule.java",
"javatests/src/org/chromium/chrome/browser/vr_shell/VrUtils.java",
"javatests/src/org/chromium/chrome/browser/vr_shell/WebVrTest.java",
]
@@ -556,10 +556,12 @@ if (enable_vr) {
"//content/public/android:content_java",
"//content/public/test/android:content_java_test_support",
"//third_party/android_protobuf:protobuf_nano_javalib",
+ "//third_party/android_support_test_runner:rules_java",
"//third_party/android_support_test_runner:runner_java",
"//third_party/android_tools:android_support_v7_appcompat_java",
"//third_party/gvr-android-sdk:controller_test_api_java",
"//third_party/gvr-android-sdk:gvr_common_java",
+ "//third_party/junit",
"//ui/android:ui_java",
]
« no previous file with comments | « no previous file | chrome/android/javatests/src/org/chromium/chrome/browser/vr_shell/VrShellNavigationTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698