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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | examples/java_android/example_service/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//services/android/rules.gni") 7 import("//mojo/android/rules.gni")
8 8
9 group("echo") { 9 group("echo") {
10 deps = [ 10 deps = [
11 ":java_echo_client", 11 ":java_echo_client",
12 ":java_echo_server", 12 ":java_echo_server",
13 ] 13 ]
14 } 14 }
15 15
16 mojo_android_java_application("java_echo_client") { 16 mojo_android_java_application("java_echo_client") {
17 sources = [ 17 sources = [
(...skipping 15 matching lines...) Expand all
33 ] 33 ]
34 34
35 mojo_main = "org.chromium.examples.java_echo.EchoServerApp" 35 mojo_main = "org.chromium.examples.java_echo.EchoServerApp"
36 36
37 deps = [ 37 deps = [
38 "//examples/echo:bindings_java", 38 "//examples/echo:bindings_java",
39 "//mojo/public/interfaces/application:application_java", 39 "//mojo/public/interfaces/application:application_java",
40 "//mojo/public/java:application", 40 "//mojo/public/java:application",
41 ] 41 ]
42 } 42 }
OLDNEW
« 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