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

Side by Side Diff: ash/mus/BUILD.gn

Issue 2509853002: Convert //mash to define service names in mojom (Closed)
Patch Set: . Created 4 years, 1 month 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 | « ash/common/wallpaper/wallpaper_controller.cc ('k') | ash/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 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 import("//services/service_manager/public/cpp/service.gni") 7 import("//services/service_manager/public/cpp/service.gni")
8 import("//services/service_manager/public/service_manifest.gni") 8 import("//services/service_manager/public/service_manifest.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "window_manager_application.cc", 78 "window_manager_application.cc",
79 "window_manager_application.h", 79 "window_manager_application.h",
80 "window_manager_observer.h", 80 "window_manager_observer.h",
81 ] 81 ]
82 82
83 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 83 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
84 84
85 deps = [ 85 deps = [
86 "//components/user_manager", 86 "//components/user_manager",
87 "//components/wallpaper", 87 "//components/wallpaper",
88 "//content/public/common:service_names",
88 "//ui/app_list/presenter", 89 "//ui/app_list/presenter",
89 "//ui/app_list/presenter:mojom", 90 "//ui/app_list/presenter:mojom",
90 "//ui/keyboard", 91 "//ui/keyboard",
91 "//ui/keyboard:mojom", 92 "//ui/keyboard:mojom",
92 "//ui/message_center", 93 "//ui/message_center",
93 ] 94 ]
94 95
95 public_deps = [ 96 public_deps = [
96 "//ash", 97 "//ash",
97 "//ash/public/cpp", 98 "//ash/public/cpp",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 251
251 deps = [ 252 deps = [
252 ":lib", 253 ":lib",
253 ":resources", 254 ":resources",
254 "//ash", 255 "//ash",
255 "//ash/common/test:test_support", 256 "//ash/common/test:test_support",
256 "//ash/public/interfaces", 257 "//ash/public/interfaces",
257 "//base", 258 "//base",
258 "//base/test:test_config", 259 "//base/test:test_config",
259 "//base/test:test_support", 260 "//base/test:test_support",
261 "//mash/quick_launch/public/interfaces:constants",
260 "//mojo/public/cpp/system", 262 "//mojo/public/cpp/system",
261 "//services/service_manager/public/cpp:service_test_support", 263 "//services/service_manager/public/cpp:service_test_support",
262 "//services/ui/common:mus_common", 264 "//services/ui/common:mus_common",
263 "//services/ui/public/cpp", 265 "//services/ui/public/cpp",
264 "//services/ui/public/cpp/tests:test_support", 266 "//services/ui/public/cpp/tests:test_support",
265 "//services/ui/public/cpp/tests:unittest_support", 267 "//services/ui/public/cpp/tests:unittest_support",
266 "//services/ui/public/interfaces", 268 "//services/ui/public/interfaces",
267 "//skia", 269 "//skia",
268 "//testing/gtest", 270 "//testing/gtest",
269 "//ui/aura", 271 "//ui/aura",
(...skipping 10 matching lines...) Expand all
280 "//ui/views/mus", 282 "//ui/views/mus",
281 ] 283 ]
282 284
283 data_deps = [ 285 data_deps = [
284 ":mus", 286 ":mus",
285 "//mash/quick_launch", 287 "//mash/quick_launch",
286 ] 288 ]
287 289
288 defines = [ "NOTIMPLEMENTED_POLICY=5" ] 290 defines = [ "NOTIMPLEMENTED_POLICY=5" ]
289 } 291 }
OLDNEW
« no previous file with comments | « ash/common/wallpaper/wallpaper_controller.cc ('k') | ash/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698