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

Unified Diff: services/keyboard/BUILD.gn

Issue 1098243003: java libraries: Fix warnings in eclipse. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 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 | « no previous file | services/keyboard/org/chromium/mojo/keyboard/InputConnectionAdaptor.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/keyboard/BUILD.gn
diff --git a/services/keyboard/BUILD.gn b/services/keyboard/BUILD.gn
index 1dc4b52d25ba92c085fd72a5e93f6e32239cfb42..b8d2dc7eb0fa49712fa5ceb8296f249a64e0bacc 100644
--- a/services/keyboard/BUILD.gn
+++ b/services/keyboard/BUILD.gn
@@ -7,8 +7,8 @@ import("//build/config/android/rules.gni")
android_library("keyboard") {
java_files = [
- "org/chromium/mojo/keyboard/InputConnectionAdaptor.java",
- "org/chromium/mojo/keyboard/KeyboardServiceImpl.java",
+ "src/org/chromium/mojo/keyboard/InputConnectionAdaptor.java",
+ "src/org/chromium/mojo/keyboard/KeyboardServiceImpl.java",
]
deps = [
« no previous file with comments | « no previous file | services/keyboard/org/chromium/mojo/keyboard/InputConnectionAdaptor.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698