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

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

Issue 959773005: Share sky::PlatformImpl bettween sky_viewer and SkyShell (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 unified diff | Download patch
« no previous file with comments | « sky/services/platform/weburlloader_impl.cc ('k') | sky/shell/ui/engine.h » ('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 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 group("shell") { 10 group("shell") {
(...skipping 29 matching lines...) Expand all
40 "shell.cc", 40 "shell.cc",
41 "shell.h", 41 "shell.h",
42 "sky_main.cc", 42 "sky_main.cc",
43 "sky_main.h", 43 "sky_main.h",
44 "ui/animator.cc", 44 "ui/animator.cc",
45 "ui/animator.h", 45 "ui/animator.h",
46 "ui/engine.cc", 46 "ui/engine.cc",
47 "ui/engine.h", 47 "ui/engine.h",
48 "ui/input_event_converter.cc", 48 "ui/input_event_converter.cc",
49 "ui/input_event_converter.h", 49 "ui/input_event_converter.h",
50 "ui/platform_impl.cc",
51 "ui/platform_impl.h",
52 "ui_delegate.cc", 50 "ui_delegate.cc",
53 "ui_delegate.h", 51 "ui_delegate.h",
54 ] 52 ]
55 53
56 deps = [ 54 deps = [
57 "//base", 55 "//base",
58 "//base:i18n", 56 "//base:i18n",
59 "//build/config/sanitizers:deps", 57 "//build/config/sanitizers:deps",
60 "//mojo/android:libsystem_java", 58 "//mojo/android:libsystem_java",
61 "//mojo/common", 59 "//mojo/common",
62 "//mojo/edk/system", 60 "//mojo/edk/system",
63 "//mojo/public/cpp/application", 61 "//mojo/public/cpp/application",
64 "//mojo/public/interfaces/application", 62 "//mojo/public/interfaces/application",
65 "//mojo/services/network/public/interfaces", 63 "//mojo/services/network/public/interfaces",
66 "//skia", 64 "//skia",
67 "//sky/engine", 65 "//sky/engine",
66 "//sky/services/platform",
68 "//sky/services/viewport", 67 "//sky/services/viewport",
69 "//ui/gfx/geometry", 68 "//ui/gfx/geometry",
70 "//ui/gl", 69 "//ui/gl",
71 ":jni_headers", 70 ":jni_headers",
72 ] 71 ]
73 } 72 }
74 73
75 android_library("java") { 74 android_library("java") {
76 java_files = [ 75 java_files = [
77 "apk/src/org/domokit/sky/shell/JavaServiceProvider.java", 76 "apk/src/org/domokit/sky/shell/JavaServiceProvider.java",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 asset_location = sky_shell_assets_dir 119 asset_location = sky_shell_assets_dir
121 120
122 deps = [ 121 deps = [
123 "//base:base_java", 122 "//base:base_java",
124 ":assets", 123 ":assets",
125 ":java", 124 ":java",
126 ":resources", 125 ":resources",
127 ":sky_shell", 126 ":sky_shell",
128 ] 127 ]
129 } 128 }
OLDNEW
« no previous file with comments | « sky/services/platform/weburlloader_impl.cc ('k') | sky/shell/ui/engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698