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

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
« no previous file with comments | « content/gpu/gpu_child_thread.h ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/BUILD.gn
diff --git a/content/public/android/BUILD.gn b/content/public/android/BUILD.gn
index 1c59ad76c6769e6f6bff2a630d66a7dc0c8d695f..ff958e69ab1929d5ec745d1771f7b1d10eca5116 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -40,10 +40,10 @@ android_library("content_java") {
"//media/base/android:media_java",
"//media/midi:midi_java",
"//mojo/android:system_java",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
"//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",
"//ui/accessibility:ui_accessibility_java",
"//ui/android:ui_java",
"//third_party/jsr-305:jsr_305_javalib",
@@ -176,13 +176,13 @@ android_library("content_javatests") {
"//device/vibration:mojo_bindings_java",
"//media/base/android:media_java",
"//mojo/android:system_java",
+ "//mojo/public/interfaces/bindings/tests:test_interfaces_java",
+ "//mojo/public/java:bindings",
+ "//mojo/public/java:system",
"//net/android:net_java",
"//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",
"//ui/android:ui_java",
":content_java",
]
« no previous file with comments | « content/gpu/gpu_child_thread.h ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698