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

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

Issue 1187503003: Refactor SkyShell to allow multiple SkyViews (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: s/instance/sky_shell/ Created 5 years, 6 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 | sky/shell/android/platform_view_android.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 common_deps = [ 5 common_deps = [
6 "//base", 6 "//base",
7 "//base:i18n", 7 "//base:i18n",
8 "//build/config/sanitizers:deps", 8 "//build/config/sanitizers:deps",
9 "//dart/runtime:libdart", 9 "//dart/runtime:libdart",
10 "//mojo/common", 10 "//mojo/common",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 "gpu/ganesh_surface.h", 54 "gpu/ganesh_surface.h",
55 "gpu/rasterizer.cc", 55 "gpu/rasterizer.cc",
56 "gpu/rasterizer.h", 56 "gpu/rasterizer.h",
57 "gpu_delegate.cc", 57 "gpu_delegate.cc",
58 "gpu_delegate.h", 58 "gpu_delegate.h",
59 "platform_view.cc", 59 "platform_view.cc",
60 "platform_view.h", 60 "platform_view.h",
61 "service_provider.h", 61 "service_provider.h",
62 "shell.cc", 62 "shell.cc",
63 "shell.h", 63 "shell.h",
64 "shell_view.cc",
65 "shell_view.h",
64 "ui/animator.cc", 66 "ui/animator.cc",
65 "ui/animator.h", 67 "ui/animator.h",
66 "ui/engine.cc", 68 "ui/engine.cc",
67 "ui/engine.h", 69 "ui/engine.h",
68 "ui/input_event_converter.cc", 70 "ui/input_event_converter.cc",
69 "ui/input_event_converter.h", 71 "ui/input_event_converter.h",
70 "ui/internals.cc", 72 "ui/internals.cc",
71 "ui/internals.h", 73 "ui/internals.h",
72 "ui_delegate.cc", 74 "ui_delegate.cc",
73 "ui_delegate.h", 75 "ui_delegate.h",
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 } 175 }
174 176
175 deps = [ 177 deps = [
176 ":$scaffolding_target", 178 ":$scaffolding_target",
177 ":sky_resources", 179 ":sky_resources",
178 ] 180 ]
179 } 181 }
180 } else { 182 } else {
181 assert(false, "Unsupported platform") 183 assert(false, "Unsupported platform")
182 } 184 }
OLDNEW
« no previous file with comments | « no previous file | sky/shell/android/platform_view_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698