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

Unified Diff: mojo/public/tools/bindings/mojom.gni

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: mojo/public/tools/bindings/mojom.gni
diff --git a/mojo/public/tools/bindings/mojom.gni b/mojo/public/tools/bindings/mojom.gni
index 3720ff718471f1757c0b2eae219cab45184c82e9..b4495b3ec2d6ed8d14d7870b328dc56e73f485eb 100644
--- a/mojo/public/tools/bindings/mojom.gni
+++ b/mojo/public/tools/bindings/mojom.gni
@@ -532,8 +532,8 @@ template("mojom") {
android_library(java_target_name) {
deps = [
"//base:base_java",
- "//mojo/public/java:bindings",
- "//mojo/public/java:system",
+ "//mojo/public/java:bindings_java",
+ "//mojo/public/java:system_java",
]
foreach(d, all_deps) {

Powered by Google App Engine
This is Rietveld 408576698