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

Side by Side Diff: components/mus/ws/BUILD.gn

Issue 2016583002: mojo/converters/ime,display -> ui/platform_window,display/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@converters_surfaces
Patch Set: . Created 4 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 | « components/mus/test_wm/test_wm.cc ('k') | components/mus/ws/window_tree.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 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("//mojo/public/mojo_application.gni") 7 import("//mojo/public/mojo_application.gni")
8 import("//mojo/public/mojo_application_manifest.gni") 8 import("//mojo/public/mojo_application_manifest.gni")
9 9
10 source_set("lib") { 10 source_set("lib") {
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 "//cc", 94 "//cc",
95 "//cc/ipc:interfaces", 95 "//cc/ipc:interfaces",
96 "//cc/surfaces", 96 "//cc/surfaces",
97 "//cc/surfaces:surface_id", 97 "//cc/surfaces:surface_id",
98 "//components/mus/common:mus_common", 98 "//components/mus/common:mus_common",
99 "//components/mus/gles2", 99 "//components/mus/gles2",
100 "//components/mus/public/cpp/surfaces", 100 "//components/mus/public/cpp/surfaces",
101 "//components/mus/public/interfaces", 101 "//components/mus/public/interfaces",
102 "//components/mus/surfaces", 102 "//components/mus/surfaces",
103 "//mojo/common:common_base", 103 "//mojo/common:common_base",
104 "//mojo/converters/ime",
105 "//mojo/public/cpp/bindings:callback", 104 "//mojo/public/cpp/bindings:callback",
106 "//services/shell/public/cpp", 105 "//services/shell/public/cpp",
107 "//services/shell/public/interfaces", 106 "//services/shell/public/interfaces",
108 "//services/tracing/public/cpp", 107 "//services/tracing/public/cpp",
109 "//ui/base", 108 "//ui/base",
110 "//ui/display", 109 "//ui/display",
111 "//ui/events", 110 "//ui/events",
112 "//ui/events/mojo", 111 "//ui/events/mojo",
113 "//ui/events/platform", 112 "//ui/events/platform",
114 "//ui/gfx", 113 "//ui/gfx",
115 "//ui/gfx/geometry", 114 "//ui/gfx/geometry",
116 "//ui/gfx/geometry/mojo", 115 "//ui/gfx/geometry/mojo",
117 "//ui/gfx/geometry/mojo:interfaces", 116 "//ui/gfx/geometry/mojo:interfaces",
118 "//ui/gl", 117 "//ui/gl",
119 "//ui/platform_window", 118 "//ui/platform_window",
120 "//ui/platform_window:platform_impls", 119 "//ui/platform_window:platform_impls",
120 "//ui/platform_window/mojo",
121 ] 121 ]
122 122
123 if (use_ozone) { 123 if (use_ozone) {
124 sources -= [ 124 sources -= [
125 "platform_screen_impl.cc", 125 "platform_screen_impl.cc",
126 "platform_screen_impl.h", 126 "platform_screen_impl.h",
127 ] 127 ]
128 sources += [ 128 sources += [
129 "platform_screen_impl_ozone.cc", 129 "platform_screen_impl_ozone.cc",
130 "platform_screen_impl_ozone.h", 130 "platform_screen_impl_ozone.h",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 237
238 data_deps = [ 238 data_deps = [
239 ":mus_ws_unittests_app_manifest", 239 ":mus_ws_unittests_app_manifest",
240 ] 240 ]
241 } 241 }
242 242
243 mojo_application_manifest("mus_ws_unittests_app_manifest") { 243 mojo_application_manifest("mus_ws_unittests_app_manifest") {
244 application_name = "mus_ws_unittests_app" 244 application_name = "mus_ws_unittests_app"
245 source = "mus_ws_unittests_app_manifest.json" 245 source = "mus_ws_unittests_app_manifest.json"
246 } 246 }
OLDNEW
« no previous file with comments | « components/mus/test_wm/test_wm.cc ('k') | components/mus/ws/window_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698