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

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

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 months 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/ppapi_plugin/BUILD.gn ('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 f1832024959e36dd1e3fe1285b228e08ee27ee7a..28b9a8dd498487a70bfdfc510751cd26804356f9 100644
--- a/content/public/android/BUILD.gn
+++ b/content/public/android/BUILD.gn
@@ -36,9 +36,9 @@ android_library("content_java") {
"//device/battery:mojo_bindings_java",
"//media/base/android:media_java",
"//mojo/android:system_java",
- "//mojo/public/java:bindings",
- "//mojo/public/java:system",
"//net/android:net_java",
+ "//third_party/mojo/src/mojo/public/java:bindings",
+ "//third_party/mojo/src/mojo/public/java:system",
"//ui/android:ui_java",
"//third_party/jsr-305:jsr_305_javalib",
"//third_party/WebKit/public:blink_headers_java",
@@ -162,11 +162,11 @@ android_library("content_javatests") {
"//content/shell/android:content_shell_test_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/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/ppapi_plugin/BUILD.gn ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698