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

Side by Side Diff: ui/views/mus/BUILD.gn

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 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 | « ui/events/mojo/DEPS ('k') | ui/views/mus/DEPS » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.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 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "window_manager_frame_values.cc", 42 "window_manager_frame_values.cc",
43 "window_manager_frame_values.h", 43 "window_manager_frame_values.h",
44 "window_tree_host_mus.cc", 44 "window_tree_host_mus.cc",
45 "window_tree_host_mus.h", 45 "window_tree_host_mus.h",
46 ] 46 ]
47 47
48 defines = [ "VIEWS_MUS_IMPLEMENTATION" ] 48 defines = [ "VIEWS_MUS_IMPLEMENTATION" ]
49 49
50 public_deps = [ 50 public_deps = [
51 ":resources", 51 ":resources",
52 "//components/mus/public/cpp", 52 "//services/ui/public/cpp",
53 "//ui/aura", 53 "//ui/aura",
54 ] 54 ]
55 deps = [ 55 deps = [
56 "//base", 56 "//base",
57 "//base:i18n", 57 "//base:i18n",
58 "//base/third_party/dynamic_annotations", 58 "//base/third_party/dynamic_annotations",
59 "//cc", 59 "//cc",
60 "//cc/surfaces", 60 "//cc/surfaces",
61 "//components/bitmap_uploader", 61 "//components/bitmap_uploader",
62 "//components/mus/common:mus_common",
63 "//components/mus/gles2:lib",
64 "//components/mus/public/cpp",
65 "//components/mus/public/interfaces",
66 "//mojo/common", 62 "//mojo/common",
67 "//mojo/public/cpp/bindings", 63 "//mojo/public/cpp/bindings",
68 "//services/catalog/public/cpp", 64 "//services/catalog/public/cpp",
69 "//services/shell/public/cpp", 65 "//services/shell/public/cpp",
70 "//services/shell/public/interfaces", 66 "//services/shell/public/interfaces",
67 "//services/ui/common:mus_common",
68 "//services/ui/gles2:lib",
69 "//services/ui/public/cpp",
70 "//services/ui/public/interfaces",
71 "//skia", 71 "//skia",
72 "//third_party/icu", 72 "//third_party/icu",
73 "//ui/aura", 73 "//ui/aura",
74 "//ui/compositor", 74 "//ui/compositor",
75 "//ui/display", 75 "//ui/display",
76 "//ui/display/mojo", 76 "//ui/display/mojo",
77 "//ui/events", 77 "//ui/events",
78 "//ui/events:events_base", 78 "//ui/events:events_base",
79 "//ui/gfx", 79 "//ui/gfx",
80 "//ui/gfx/geometry", 80 "//ui/gfx/geometry",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 sources = [ 124 sources = [
125 "../test/native_widget_factory_mus.cc", 125 "../test/native_widget_factory_mus.cc",
126 "views_mus_test_suite.cc", 126 "views_mus_test_suite.cc",
127 "views_mus_test_suite.h", 127 "views_mus_test_suite.h",
128 ] 128 ]
129 129
130 deps = [ 130 deps = [
131 ":mus", 131 ":mus",
132 "//base", 132 "//base",
133 "//base/test:test_support", 133 "//base/test:test_support",
134 "//components/mus/common:mus_common",
135 "//services/shell/background:lib", 134 "//services/shell/background:lib",
136 "//services/shell/background/tests:test_support", 135 "//services/shell/background/tests:test_support",
137 "//services/shell/public/cpp:sources", 136 "//services/shell/public/cpp:sources",
137 "//services/ui/common:mus_common",
138 "//testing/gtest", 138 "//testing/gtest",
139 "//ui/aura", 139 "//ui/aura",
140 "//ui/gl:test_support", 140 "//ui/gl:test_support",
141 "//ui/resources", 141 "//ui/resources",
142 "//ui/resources:ui_test_pak", 142 "//ui/resources:ui_test_pak",
143 "//ui/views", 143 "//ui/views",
144 "//ui/views:test_support_internal", 144 "//ui/views:test_support_internal",
145 ] 145 ]
146 146
147 data_deps = [ 147 data_deps = [
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "../touchui/touch_selection_controller_impl_unittest.cc", 180 "../touchui/touch_selection_controller_impl_unittest.cc",
181 ] 181 ]
182 182
183 deps = [ 183 deps = [
184 ":mus", 184 ":mus",
185 ":test_support", 185 ":test_support",
186 "//base", 186 "//base",
187 "//base:i18n", 187 "//base:i18n",
188 "//base/test:test_support", 188 "//base/test:test_support",
189 "//cc", 189 "//cc",
190 "//components/mus/public/cpp",
191 "//components/mus/public/cpp/tests:unittest_support",
192 "//components/mus/public/interfaces",
193 "//services/shell/background:main", # Provides main(). 190 "//services/shell/background:main", # Provides main().
191 "//services/ui/public/cpp",
192 "//services/ui/public/cpp/tests:unittest_support",
193 "//services/ui/public/interfaces",
194 "//skia", 194 "//skia",
195 "//testing/gtest", 195 "//testing/gtest",
196 "//third_party/icu", 196 "//third_party/icu",
197 "//ui/accessibility", 197 "//ui/accessibility",
198 "//ui/aura", 198 "//ui/aura",
199 "//ui/aura:test_support", 199 "//ui/aura:test_support",
200 "//ui/base", 200 "//ui/base",
201 "//ui/base:test_support", 201 "//ui/base:test_support",
202 "//ui/base/ime", 202 "//ui/base/ime",
203 "//ui/compositor:test_support", 203 "//ui/compositor:test_support",
204 "//ui/events:dom_keycode_converter", 204 "//ui/events:dom_keycode_converter",
205 "//ui/events:events_base", 205 "//ui/events:events_base",
206 "//ui/events:test_support", 206 "//ui/events:test_support",
207 "//ui/events/platform", 207 "//ui/events/platform",
208 "//ui/gfx:test_support", 208 "//ui/gfx:test_support",
209 "//ui/gfx/geometry", 209 "//ui/gfx/geometry",
210 "//ui/native_theme", 210 "//ui/native_theme",
211 "//ui/strings", 211 "//ui/strings",
212 "//ui/touch_selection", 212 "//ui/touch_selection",
213 "//ui/views", 213 "//ui/views",
214 "//ui/views:test_support_internal", 214 "//ui/views:test_support_internal",
215 "//ui/wm", 215 "//ui/wm",
216 "//url", 216 "//url",
217 ] 217 ]
218 218
219 data_deps = [ 219 data_deps = [
220 ":unittests_manifest", 220 ":unittests_manifest",
221 "//components/mus/test_wm", 221 "//services/ui/test_wm",
222 ] 222 ]
223 223
224 if (is_win) { 224 if (is_win) {
225 deps += [ 225 deps += [
226 "//build/win:default_exe_manifest", 226 "//build/win:default_exe_manifest",
227 "//third_party/iaccessible2", 227 "//third_party/iaccessible2",
228 "//third_party/wtl", 228 "//third_party/wtl",
229 ] 229 ]
230 libs = [ 230 libs = [
231 "imm32.lib", 231 "imm32.lib",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 "//ui/events:test_support", 274 "//ui/events:test_support",
275 "//ui/gl:test_support", 275 "//ui/gl:test_support",
276 "//ui/touch_selection", 276 "//ui/touch_selection",
277 "//ui/views", 277 "//ui/views",
278 "//ui/views:test_support_internal", 278 "//ui/views:test_support_internal",
279 "//ui/wm", 279 "//ui/wm",
280 ] 280 ]
281 281
282 data_deps = [ 282 data_deps = [
283 ":interactive_ui_tests_manifest", 283 ":interactive_ui_tests_manifest",
284 "//components/mus/test_wm", 284 "//services/ui/test_wm",
285 ] 285 ]
286 286
287 if (is_win) { 287 if (is_win) {
288 deps += [ 288 deps += [
289 "//build/win:default_exe_manifest", 289 "//build/win:default_exe_manifest",
290 "//third_party/iaccessible2", 290 "//third_party/iaccessible2",
291 "//third_party/wtl", 291 "//third_party/wtl",
292 ] 292 ]
293 libs = [ 293 libs = [
294 "imm32.lib", 294 "imm32.lib",
295 "oleacc.lib", 295 "oleacc.lib",
296 "comctl32.lib", 296 "comctl32.lib",
297 ] 297 ]
298 } 298 }
299 } 299 }
300 300
301 mojo_application_manifest("unittests_manifest") { 301 mojo_application_manifest("unittests_manifest") {
302 type = "exe" 302 type = "exe"
303 application_name = "views_mus_unittests" 303 application_name = "views_mus_unittests"
304 source = "unittests_manifest.json" 304 source = "unittests_manifest.json"
305 } 305 }
306 306
307 mojo_application_manifest("interactive_ui_tests_manifest") { 307 mojo_application_manifest("interactive_ui_tests_manifest") {
308 type = "exe" 308 type = "exe"
309 application_name = "views_mus_interactive_ui_tests" 309 application_name = "views_mus_interactive_ui_tests"
310 source = "interactive_ui_tests_manifest.json" 310 source = "interactive_ui_tests_manifest.json"
311 } 311 }
OLDNEW
« no previous file with comments | « ui/events/mojo/DEPS ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698