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

Side by Side Diff: sky/shell/BUILD.gn

Issue 1088793003: Expose sky KeyboardService in android mojo_shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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 unified diff | Download patch
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 assert(is_android) 5 assert(is_android)
6 6
7 import("//build/config/android/config.gni") 7 import("//build/config/android/config.gni")
8 import("//build/config/android/rules.gni") 8 import("//build/config/android/rules.gni")
9 9
10 generate_jni("jni_headers") { 10 generate_jni("jni_headers") {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "org/domokit/sky/shell/TracingController.java", 86 "org/domokit/sky/shell/TracingController.java",
87 ] 87 ]
88 88
89 deps = [ 89 deps = [
90 "//base:base_java", 90 "//base:base_java",
91 "//mojo/android:system_java", 91 "//mojo/android:system_java",
92 "//mojo/public/interfaces/application:application_java", 92 "//mojo/public/interfaces/application:application_java",
93 "//mojo/public/java:bindings", 93 "//mojo/public/java:bindings",
94 "//mojo/public/java:system", 94 "//mojo/public/java:system",
95 "//mojo/services/network/public/interfaces:interfaces_java", 95 "//mojo/services/network/public/interfaces:interfaces_java",
96 "//sky/services/keyboard", 96 "//services/keyboard",
97 "//sky/services/oknet", 97 "//sky/services/oknet",
98 "//sky/services/viewport:viewport_java", 98 "//sky/services/viewport:viewport_java",
99 ] 99 ]
100 } 100 }
101 101
102 copy_ex("assets") { 102 copy_ex("assets") {
103 clear_dir = true 103 clear_dir = true
104 dest = "$root_build_dir/sky_shell/assets" 104 dest = "$root_build_dir/sky_shell/assets"
105 sources = [ 105 sources = [
106 "$root_build_dir/icudtl.dat", 106 "$root_build_dir/icudtl.dat",
107 ] 107 ]
108 deps = [ 108 deps = [
109 "//third_party/icu", 109 "//third_party/icu",
110 ] 110 ]
111 } 111 }
OLDNEW
« no previous file with comments | « sky/services/keyboard/org/domokit/keyboard/KeyboardServiceImpl.java ('k') | sky/shell/org/domokit/sky/shell/PlatformView.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698