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

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

Issue 2058853002: Enable InputDeviceServer/InputDeviceClient in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo_device
Patch Set: Check for DDM existence. 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 | « no previous file | ash/sysui/sysui_application.h » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/mojo_application.gni") 6 import("//mojo/public/mojo_application.gni")
7 import("//mojo/public/mojo_application_manifest.gni") 7 import("//mojo/public/mojo_application_manifest.gni")
8 import("//mojo/public/tools/bindings/mojom.gni") 8 import("//mojo/public/tools/bindings/mojom.gni")
9 import("//tools/grit/repack.gni") 9 import("//tools/grit/repack.gni")
10 10
(...skipping 21 matching lines...) Expand all
32 "user_wallpaper_delegate_mus.h", 32 "user_wallpaper_delegate_mus.h",
33 ] 33 ]
34 34
35 deps = [ 35 deps = [
36 "//ash", 36 "//ash",
37 "//ash/public/interfaces", 37 "//ash/public/interfaces",
38 "//cc", 38 "//cc",
39 "//cc/surfaces", 39 "//cc/surfaces",
40 "//components/mus/common:mus_common", 40 "//components/mus/common:mus_common",
41 "//components/mus/public/cpp", 41 "//components/mus/public/cpp",
42 "//components/mus/public/cpp/input_devices",
42 "//components/mus/public/interfaces", 43 "//components/mus/public/interfaces",
43 "//components/user_manager", 44 "//components/user_manager",
44 "//components/wallpaper", 45 "//components/wallpaper",
45 "//device/bluetooth", 46 "//device/bluetooth",
46 "//mojo/common:common_base", 47 "//mojo/common:common_base",
47 "//services/catalog/public/cpp", 48 "//services/catalog/public/cpp",
48 "//services/shell/public/cpp", 49 "//services/shell/public/cpp",
49 "//services/tracing/public/cpp", 50 "//services/tracing/public/cpp",
50 "//ui/app_list/presenter", 51 "//ui/app_list/presenter",
51 "//ui/app_list/presenter:mojom", 52 "//ui/app_list/presenter:mojom",
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 129
129 repack("resources_200") { 130 repack("resources_200") {
130 sources = [ 131 sources = [
131 "$root_out_dir/ash_test_resources_200_percent.pak", 132 "$root_out_dir/ash_test_resources_200_percent.pak",
132 ] 133 ]
133 output = "$root_out_dir/ash_resources_200_percent.pak" 134 output = "$root_out_dir/ash_resources_200_percent.pak"
134 deps = [ 135 deps = [
135 "//ash/resources:ash_test_resources_200_percent", 136 "//ash/resources:ash_test_resources_200_percent",
136 ] 137 ]
137 } 138 }
OLDNEW
« no previous file with comments | « no previous file | ash/sysui/sysui_application.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698