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

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

Issue 1237043002: Delete //sky/services/platform (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 | « sky/services/platform/platform_impl.cc ('k') | sky/shell/ui/engine.cc » ('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",
11 "//mojo/edk/system", 11 "//mojo/edk/system",
12 "//mojo/public/cpp/application", 12 "//mojo/public/cpp/application",
13 "//mojo/public/interfaces/application", 13 "//mojo/public/interfaces/application",
14 "//mojo/services/asset_bundle/public/interfaces", 14 "//mojo/services/asset_bundle/public/interfaces",
15 "//mojo/services/navigation/public/interfaces", 15 "//mojo/services/navigation/public/interfaces",
16 "//mojo/services/network/public/interfaces", 16 "//mojo/services/network/public/interfaces",
17 "//services/asset_bundle:lib", 17 "//services/asset_bundle:lib",
18 "//skia", 18 "//skia",
19 "//sky/engine", 19 "//sky/engine",
20 "//sky/engine/tonic", 20 "//sky/engine/tonic",
21 "//sky/engine/wtf", 21 "//sky/engine/wtf",
22 "//sky/services/engine:interfaces", 22 "//sky/services/engine:interfaces",
23 "//sky/services/platform",
24 "//sky/shell/dart", 23 "//sky/shell/dart",
25 "//ui/gfx/geometry", 24 "//ui/gfx/geometry",
26 "//ui/gl", 25 "//ui/gl",
27 ] 26 ]
28 27
29 source_set("common") { 28 source_set("common") {
30 sources = [ 29 sources = [
31 "gpu/ganesh_context.cc", 30 "gpu/ganesh_context.cc",
32 "gpu/ganesh_context.h", 31 "gpu/ganesh_context.h",
33 "gpu/ganesh_surface.cc", 32 "gpu/ganesh_surface.cc",
(...skipping 15 matching lines...) Expand all
49 "switches.cc", 48 "switches.cc",
50 "switches.h", 49 "switches.h",
51 "ui/animator.cc", 50 "ui/animator.cc",
52 "ui/animator.h", 51 "ui/animator.h",
53 "ui/engine.cc", 52 "ui/engine.cc",
54 "ui/engine.h", 53 "ui/engine.h",
55 "ui/input_event_converter.cc", 54 "ui/input_event_converter.cc",
56 "ui/input_event_converter.h", 55 "ui/input_event_converter.h",
57 "ui/internals.cc", 56 "ui/internals.cc",
58 "ui/internals.h", 57 "ui/internals.h",
58 "ui/platform_impl.cc",
59 "ui/platform_impl.h",
59 "ui_delegate.cc", 60 "ui_delegate.cc",
60 "ui_delegate.h", 61 "ui_delegate.h",
61 ] 62 ]
62 63
63 deps = common_deps 64 deps = common_deps
64 } 65 }
65 66
66 if (is_android) { 67 if (is_android) {
67 import("//build/config/android/config.gni") 68 import("//build/config/android/config.gni")
68 import("//build/config/android/rules.gni") 69 import("//build/config/android/rules.gni")
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 ] 193 ]
193 194
194 deps = common_deps + [ 195 deps = common_deps + [
195 ":common", 196 ":common",
196 "//sky/services/testing:interfaces", 197 "//sky/services/testing:interfaces",
197 ] 198 ]
198 } 199 }
199 } else { 200 } else {
200 assert(false, "Unsupported platform") 201 assert(false, "Unsupported platform")
201 } 202 }
OLDNEW
« no previous file with comments | « sky/services/platform/platform_impl.cc ('k') | sky/shell/ui/engine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698