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

Unified Diff: ui/android/BUILD.gn

Issue 1669593002: Convert SpanApplierTest to a Robolectric test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 | ui/android/javatests/src/org/chromium/ui/text/SpanApplierTest.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index bf13e7504ad3a68e02fd8c1a3c60ee0c769273ef..8e197e84131f82e96f440ee9d310a23bf1d90906 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -152,8 +152,10 @@ android_library("ui_javatests") {
# GYP: //ui/android/ui_android.gyp:ui_junit_tests
junit_binary("ui_junit_tests") {
- java_files =
- [ "junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java" ]
+ java_files = [
+ "junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java",
+ "junit/src/org/chromium/ui/text/SpanApplierTest.java",
+ ]
deps = [
"//base:base_java",
"//base:base_junit_test_support",
« no previous file with comments | « no previous file | ui/android/javatests/src/org/chromium/ui/text/SpanApplierTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698