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

Side by Side Diff: services/android/BUILD.gn

Issue 1388413005: Move //mojo/services/X/public/... to //mojo/services/X/... (part 1). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//mojo/public/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 7
8 mojo_android_application("java_handler") { 8 mojo_android_application("java_handler") {
9 sources = [ 9 sources = [
10 "java_handler.cc", 10 "java_handler.cc",
11 ] 11 ]
12 12
13 deps = [ 13 deps = [
14 "//base", 14 "//base",
15 "//mojo/android:libsystem_java", 15 "//mojo/android:libsystem_java",
16 "//mojo/android:system_java_jni_headers", 16 "//mojo/android:system_java_jni_headers",
17 "//mojo/application", 17 "//mojo/application",
18 "//mojo/application:content_handler", 18 "//mojo/application:content_handler",
19 "//mojo/common:tracing_impl", 19 "//mojo/common:tracing_impl",
20 "//mojo/environment:chromium", 20 "//mojo/environment:chromium",
21 "//mojo/public/c/system:for_shared_library", 21 "//mojo/public/c/system:for_shared_library",
22 "//mojo/public/cpp/bindings", 22 "//mojo/public/cpp/bindings",
23 "//mojo/public/cpp/system", 23 "//mojo/public/cpp/system",
24 "//mojo/services/content_handler/public/interfaces", 24 "//mojo/services/content_handler/interfaces",
25 "//mojo/services/url_response_disk_cache/public/interfaces", 25 "//mojo/services/url_response_disk_cache/public/interfaces",
26 ] 26 ]
27 27
28 java_sources = [ "java/src/org/chromium/services/android/JavaHandler.java" ] 28 java_sources = [ "java/src/org/chromium/services/android/JavaHandler.java" ]
29 29
30 java_deps = [ 30 java_deps = [
31 "//base:base_java", 31 "//base:base_java",
32 "//mojo/android:system_java", 32 "//mojo/android:system_java",
33 "//mojo/public/java:system", 33 "//mojo/public/java:system",
34 ] 34 ]
35 35
36 jni_package = "mojo" 36 jni_package = "mojo"
37 } 37 }
OLDNEW
« no previous file with comments | « mojo/services/terminal/public/interfaces/terminal_client.mojom ('k') | services/android/java_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698