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

Unified Diff: ui/android/ui_android.gyp

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 | « ui/android/javatests/src/org/chromium/ui/text/SpanApplierTest.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 a3bb182455c7c5d66c06aa5eaf4a63fe872a8925..578c205972372a8f09eb835835a2eb7d11970f88 100644
--- a/ui/android/ui_android.gyp
+++ b/ui/android/ui_android.gyp
@@ -59,6 +59,18 @@
'includes': [ '../../build/java.gypi' ],
},
{
+ 'target_name': 'ui_javatests',
+ 'type': 'none',
+ 'variables': {
+ 'java_in_dir': '../../ui/android/javatests',
+ },
+ 'dependencies': [
+ '../../base/base.gyp:base_java_test_support',
+ 'ui_java',
+ ],
+ 'includes': [ '../../build/java.gypi' ],
+ },
+ {
'target_name': 'ui_strings_grd',
# The android_webview/Android.mk file depends on this target directly.
'android_unmangled_name': 1,
« no previous file with comments | « ui/android/javatests/src/org/chromium/ui/text/SpanApplierTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698