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

Unified Diff: ui/android/BUILD.gn

Issue 1622773002: Fix date picker performance issues, crash, and incorrect pre-1582 dates. (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 | « build/gn_migration.gypi ('k') | ui/android/java/src/org/chromium/ui/picker/DateDialogNormalizer.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 85a4e92b4ee315cce3a5ff2555e1c05feac47cc9..bf13e7504ad3a68e02fd8c1a3c60ee0c769273ef 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -150,6 +150,17 @@ 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" ]
+ deps = [
+ "//base:base_java",
+ "//base:base_junit_test_support",
+ "//ui/android:ui_java",
+ ]
+}
+
test("ui_android_unittests") {
sources = [
"overscroll_refresh_unittest.cc",
« no previous file with comments | « build/gn_migration.gypi ('k') | ui/android/java/src/org/chromium/ui/picker/DateDialogNormalizer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698