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

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

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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/ozone/platform/drm/ozone_platform_gbm.cc ('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("//services/shell/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/shell/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//testing/test.gni") 9 import("//testing/test.gni")
10 import("//tools/grit/repack.gni") 10 import("//tools/grit/repack.gni")
11 11
12 component("mus") { 12 component("mus") {
13 output_name = "ui_views_mus_lib" 13 output_name = "ui_views_mus_lib"
14 14
15 sources = [ 15 sources = [
16 "aura_init.cc", 16 "aura_init.cc",
17 "aura_init.h", 17 "aura_init.h",
18 "clipboard_mus.cc", 18 "clipboard_mus.cc",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 deps = [ 57 deps = [
58 "//base", 58 "//base",
59 "//base:i18n", 59 "//base:i18n",
60 "//base/third_party/dynamic_annotations", 60 "//base/third_party/dynamic_annotations",
61 "//cc", 61 "//cc",
62 "//cc/surfaces", 62 "//cc/surfaces",
63 "//mojo/common", 63 "//mojo/common",
64 "//mojo/public/cpp/bindings", 64 "//mojo/public/cpp/bindings",
65 "//net", 65 "//net",
66 "//services/catalog/public/cpp", 66 "//services/catalog/public/cpp",
67 "//services/shell/public/cpp", 67 "//services/service_manager/public/cpp",
68 "//services/shell/public/interfaces", 68 "//services/service_manager/public/interfaces",
69 "//services/ui/public/cpp", 69 "//services/ui/public/cpp",
70 "//services/ui/public/interfaces", 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/events", 76 "//ui/events",
77 "//ui/events:events_base", 77 "//ui/events:events_base",
78 "//ui/gfx", 78 "//ui/gfx",
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "../test/native_widget_factory_mus.cc", 124 "../test/native_widget_factory_mus.cc",
125 "test_utils.h", 125 "test_utils.h",
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 "//services/shell/background:lib", 134 "//services/service_manager/background:lib",
135 "//services/shell/background/tests:test_support", 135 "//services/service_manager/background/tests:test_support",
136 "//services/shell/public/cpp:sources", 136 "//services/service_manager/public/cpp:sources",
137 "//services/ui/common:mus_common", 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
(...skipping 18 matching lines...) Expand all
165 configs += [ "//build/config:precompiled_headers" ] 165 configs += [ "//build/config:precompiled_headers" ]
166 166
167 deps = [ 167 deps = [
168 ":mus", 168 ":mus",
169 ":test_support", 169 ":test_support",
170 "//base", 170 "//base",
171 "//base:i18n", 171 "//base:i18n",
172 "//base/test:test_support", 172 "//base/test:test_support",
173 "//cc", 173 "//cc",
174 "//net", 174 "//net",
175 "//services/shell/background:main", # Provides main(). 175 "//services/service_manager/background:main", # Provides main().
176 "//services/ui/public/cpp", 176 "//services/ui/public/cpp",
177 "//services/ui/public/cpp:internal_or_test", 177 "//services/ui/public/cpp:internal_or_test",
178 "//services/ui/public/cpp/tests:unittest_support", 178 "//services/ui/public/cpp/tests:unittest_support",
179 "//services/ui/public/interfaces", 179 "//services/ui/public/interfaces",
180 "//skia", 180 "//skia",
181 "//testing/gtest", 181 "//testing/gtest",
182 "//third_party/icu", 182 "//third_party/icu",
183 "//ui/accessibility", 183 "//ui/accessibility",
184 "//ui/aura", 184 "//ui/aura",
185 "//ui/aura:test_support", 185 "//ui/aura:test_support",
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 sources = [ 243 sources = [
244 "../widget/widget_interactive_uitest.cc", 244 "../widget/widget_interactive_uitest.cc",
245 "clipboard_unittest.cc", 245 "clipboard_unittest.cc",
246 "interactive_ui_tests_mus.cc", 246 "interactive_ui_tests_mus.cc",
247 ] 247 ]
248 248
249 deps = [ 249 deps = [
250 ":mus", 250 ":mus",
251 ":test_support", 251 ":test_support",
252 "//base", 252 "//base",
253 "//services/shell/background:main", # Provides main(). 253 "//services/service_manager/background:main", # Provides main().
254 "//testing/gmock", 254 "//testing/gmock",
255 "//testing/gtest", 255 "//testing/gtest",
256 "//ui/aura", 256 "//ui/aura",
257 "//ui/base", 257 "//ui/base",
258 "//ui/base/ime", 258 "//ui/base/ime",
259 "//ui/events:events_base", 259 "//ui/events:events_base",
260 "//ui/events:test_support", 260 "//ui/events:test_support",
261 "//ui/gl:test_support", 261 "//ui/gl:test_support",
262 "//ui/touch_selection", 262 "//ui/touch_selection",
263 "//ui/views", 263 "//ui/views",
(...skipping 24 matching lines...) Expand all
288 type = "exe" 288 type = "exe"
289 name = "views_mus_unittests" 289 name = "views_mus_unittests"
290 source = "unittests_manifest.json" 290 source = "unittests_manifest.json"
291 } 291 }
292 292
293 service_manifest("interactive_ui_tests_manifest") { 293 service_manifest("interactive_ui_tests_manifest") {
294 type = "exe" 294 type = "exe"
295 name = "views_mus_interactive_ui_tests" 295 name = "views_mus_interactive_ui_tests"
296 source = "interactive_ui_tests_manifest.json" 296 source = "interactive_ui_tests_manifest.json"
297 } 297 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/ozone_platform_gbm.cc ('k') | ui/views/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698