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

Unified Diff: services/shell/public/java/BUILD.gn

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 years, 8 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
Index: services/shell/public/java/BUILD.gn
diff --git a/mojo/shell/public/java/BUILD.gn b/services/shell/public/java/BUILD.gn
similarity index 92%
rename from mojo/shell/public/java/BUILD.gn
rename to services/shell/public/java/BUILD.gn
index a89d0fc7d0b4d147705f37162aa4c5ca02141abd..925916fb1720ca96d199e8e16063f1b33e161ca1 100644
--- a/mojo/shell/public/java/BUILD.gn
+++ b/services/shell/public/java/BUILD.gn
@@ -16,6 +16,6 @@ android_library("application") {
deps = [
"//mojo/public/java:bindings",
"//mojo/public/java:system",
- "//mojo/shell/public/interfaces:interfaces_java",
+ "//services/shell/public/interfaces:interfaces_java",
]
}

Powered by Google App Engine
This is Rietveld 408576698