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

Unified Diff: ui/android/ui_android.gyp

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 | « ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
index b1d2857afb7724d526b24ec19e3b4f3eac6b4ca3..081d0d0e81225454b5ee8daca7308e82b9ddae90 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -167,6 +167,26 @@
],
},
{
+ # GN: //ui/android:ui_junit_tests
+ 'target_name': 'ui_junit_tests',
+ 'type': 'none',
+ 'dependencies': [
+ 'ui_java',
+ '../../base/base.gyp:base',
+ '../../base/base.gyp:base_junit_test_support',
+ '../../testing/android/junit/junit_test.gyp:junit_test_support',
+ ],
+ 'variables': {
+ 'main_class': 'org.chromium.testing.local.JunitTestMain',
+ 'src_paths': [
+ 'junit/',
+ ],
+ },
+ 'includes': [
+ '../../build/host_jar.gypi',
+ ],
+ },
+ {
# GN version: //ui/android:ui_android_unittests
'target_name': 'ui_android_unittests',
'type': '<(gtest_target_type)',
« no previous file with comments | « ui/android/junit/src/org/chromium/ui/picker/DateDialogNormalizerTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698