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

Unified Diff: ui/android/BUILD.gn

Issue 736163002: Upstream SpanApplier.java and SpanApplierTest.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor tweaks to SpanApplier upstream Created 6 years, 1 month 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 | « chrome/chrome_tests.gypi ('k') | ui/android/java/src/org/chromium/ui/text/SpanApplier.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 7e970346d6ec680db120aa9730453993fdc9b461..54f8f7a9c4b2150730583ba4b6373567b710d037 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -87,3 +87,14 @@ android_library("ui_java") {
":java_enums_srcjar",
]
}
+
+android_library("ui_javatests") {
+ DEPRECATED_java_in_dir = "javatests/src"
+ testonly = true
+ deps = [
+ ":ui_java_resources",
+ ":ui_java",
+ "//base:base_java",
+ "//base:base_java_test_support",
+ ]
+}
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/android/java/src/org/chromium/ui/text/SpanApplier.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698