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

Unified Diff: examples/java_android/echo/BUILD.gn

Issue 1239353002: Move rules for building Android Mojo services to //mojo/android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | « no previous file | examples/java_android/example_service/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/java_android/echo/BUILD.gn
diff --git a/examples/java_android/echo/BUILD.gn b/examples/java_android/echo/BUILD.gn
index baacbf6fc5d1fe34935054e768f9cc2a0a0e9590..8e50d075e096e33eb8b17840e38083e8fa08c570 100644
--- a/examples/java_android/echo/BUILD.gn
+++ b/examples/java_android/echo/BUILD.gn
@@ -4,7 +4,7 @@
import("//mojo/public/mojo_application.gni")
import("//mojo/public/tools/bindings/mojom.gni")
-import("//services/android/rules.gni")
+import("//mojo/android/rules.gni")
group("echo") {
deps = [
« no previous file with comments | « no previous file | examples/java_android/example_service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698