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

Unified Diff: content/public/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: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index f796ddb7e5235a51684c535ed9de72c69e0729ff..a3785cce272d8a087a6f589be5ea5d8759c7bd00 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -44,8 +44,8 @@ android_library("content_java") {
"//media/capture/video/android:capture_java",
"//media/midi:midi_java",
"//mojo/android:system_java",
- "//mojo/public/java:bindings",
- "//mojo/public/java:system",
+ "//mojo/public/java:bindings_java",
+ "//mojo/public/java:system_java",
"//net/android:net_java",
"//services/service_manager/public/interfaces:interfaces_java",
"//services/service_manager/public/java:service_manager_java",
@@ -357,8 +357,8 @@ android_library("content_javatests") {
"//media/capture/video/android:capture_java",
"//mojo/android:system_java",
"//mojo/public/interfaces/bindings/tests:test_interfaces_java",
- "//mojo/public/java:bindings",
- "//mojo/public/java:system",
+ "//mojo/public/java:bindings_java",
+ "//mojo/public/java:system_java",
"//net/android:net_java",
"//net/android:net_java_test_support",
"//third_party/android_tools:legacy_http_javalib",

Powered by Google App Engine
This is Rietveld 408576698