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

Unified Diff: ui/android/BUILD.gn

Issue 2663523002: Record whether a file picker specialized for media content can be used (Closed)
Patch Set: Created 3 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
Index: ui/android/BUILD.gn
diff --git a/ui/android/BUILD.gn b/ui/android/BUILD.gn
index 98d80b4dd5d9bd95cd7e08430db350052816d724..243e57f4b6e5217f4e9b109e2e115cd7657f27e5 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -231,10 +231,13 @@ android_library("ui_javatests") {
}
junit_binary("ui_junit_tests") {
- java_files = [ "junit/src/org/chromium/ui/text/SpanApplierTest.java" ]
+ java_files = [
+ "junit/src/org/chromium/ui/base/SelectFileDialogTest.java",
+ "junit/src/org/chromium/ui/text/SpanApplierTest.java",
+ ]
deps = [
+ ":ui_java",
"//base:base_java",
- "//ui/android:ui_java",
]
}
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/android/java/src/org/chromium/ui/base/SelectFileDialog.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698