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

Unified Diff: device/nfc/android/BUILD.gn

Issue 2476683002: Rename //mojo/public:bindings -> mojo:bindings_java (Closed)
Patch Set: Created 4 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
Index: device/nfc/android/BUILD.gn
diff --git a/device/nfc/android/BUILD.gn b/device/nfc/android/BUILD.gn
index 96af30bfaec4561abee7206549f70d29ee259b9d..7235727d324c5d1a888dec213e0b08240a812b22 100644
--- a/device/nfc/android/BUILD.gn
+++ b/device/nfc/android/BUILD.gn
@@ -16,7 +16,7 @@ android_library("java") {
deps = [
"//base:base_java",
"//device/nfc:mojo_bindings_java",
- "//mojo/public/java:bindings",
- "//mojo/public/java:system",
+ "//mojo/public/java:bindings_java",
+ "//mojo/public/java:system_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698