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

Unified Diff: examples/android/BUILD.gn

Issue 898853006: Java content handler for Android. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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 | « examples/android/App.java ('k') | mojo/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/android/BUILD.gn
diff --git a/examples/android/BUILD.gn b/examples/android/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..a2474639202ed14a320677aba7abc41693177cb1
--- /dev/null
+++ b/examples/android/BUILD.gn
@@ -0,0 +1,21 @@
+import("//services/android/rules.gni")
+
+group("android") {
+ deps = [
+ ":android_example_service",
+ ]
+}
+
+mojo_android_java_application("android_example_service") {
+ sources = [
+ "App.java",
+ ]
+
+ mojo_main = "org.chromium.examples.android.App"
+
+ deps = [
+ "//base:base_java",
+ "//examples/apptest:bindings_java",
+ "//mojo/public/interfaces/application:application_java",
+ ]
+}
« no previous file with comments | « examples/android/App.java ('k') | mojo/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698