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

Unified Diff: content/public/android/BUILD.gn

Issue 1410053006: Move third_party/mojo/src/mojo/public to mojo/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 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 1c59ad76c6769e6f6bff2a630d66a7dc0c8d695f..eb02cf60d3f2c0c12f6c2fbd5a8087ff2e25ac1d 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -42,8 +42,8 @@ android_library("content_java") {
"//mojo/android:system_java",
"//net/android:net_java",
"//third_party/android_tools:android_support_v13_java",
- "//third_party/mojo/src/mojo/public/java:bindings",
- "//third_party/mojo/src/mojo/public/java:system",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
"//ui/accessibility:ui_accessibility_java",
"//ui/android:ui_java",
"//third_party/jsr-305:jsr_305_javalib",
@@ -180,9 +180,9 @@ android_library("content_javatests") {
"//net/android:net_java_test_support",
"//third_party/android_tools:android_support_v13_java",
"//third_party/android_tools:legacy_http_javalib",
- "//third_party/mojo/src/mojo/public/interfaces/bindings/tests:test_interfaces_java",
- "//third_party/mojo/src/mojo/public/java:bindings",
- "//third_party/mojo/src/mojo/public/java:system",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces_java",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
"//ui/android:ui_java",
":content_java",
]

Powered by Google App Engine
This is Rietveld 408576698