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

Unified Diff: ui/android/BUILD.gn

Issue 2812773002: Refactor Clipboard Last Modified Time Storage (Closed)
Patch Set: itri-state enum Created 3 years, 8 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 | « tools/metrics/histograms/histograms.xml ('k') | ui/android/java/src/org/chromium/ui/base/Clipboard.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 22deeceae140713f581aa9689a8a2b422d6f3865..749a638c3a4f2df053ece2c66f2ce869fee2e204 100644
--- a/ui/android/BUILD.gn
+++ b/ui/android/BUILD.gn
@@ -234,14 +234,12 @@ android_library("ui_java") {
junit_binary("ui_junit_tests") {
java_files = [
- "junit/src/org/chromium/ui/base/ClipboardTest.java",
"junit/src/org/chromium/ui/base/SelectFileDialogTest.java",
"junit/src/org/chromium/ui/text/SpanApplierTest.java",
]
deps = [
":ui_java",
"//base:base_java",
- "//base:base_java_test_support",
]
}
« no previous file with comments | « tools/metrics/histograms/histograms.xml ('k') | ui/android/java/src/org/chromium/ui/base/Clipboard.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698