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

Side by Side Diff: ui/display/manager/BUILD.gn

Issue 2617043003: Move TouchTransformerController to ui/display/. (Closed)
Patch Set: Add comments. Created 3 years, 11 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
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 6
7 component("manager") { 7 component("manager") {
8 sources = [ 8 sources = [
9 "chromeos/apply_content_protection_task.cc", 9 "chromeos/apply_content_protection_task.cc",
10 "chromeos/apply_content_protection_task.h", 10 "chromeos/apply_content_protection_task.h",
11 "chromeos/configure_displays_task.cc", 11 "chromeos/configure_displays_task.cc",
12 "chromeos/configure_displays_task.h", 12 "chromeos/configure_displays_task.h",
13 "chromeos/display_change_observer.cc", 13 "chromeos/display_change_observer.cc",
14 "chromeos/display_change_observer.h", 14 "chromeos/display_change_observer.h",
15 "chromeos/display_configurator.cc", 15 "chromeos/display_configurator.cc",
16 "chromeos/display_configurator.h", 16 "chromeos/display_configurator.h",
17 "chromeos/display_layout_manager.h", 17 "chromeos/display_layout_manager.h",
18 "chromeos/display_snapshot_virtual.cc", 18 "chromeos/display_snapshot_virtual.cc",
19 "chromeos/display_snapshot_virtual.h", 19 "chromeos/display_snapshot_virtual.h",
20 "chromeos/display_util.cc", 20 "chromeos/display_util.cc",
21 "chromeos/display_util.h", 21 "chromeos/display_util.h",
22 "chromeos/query_content_protection_task.cc", 22 "chromeos/query_content_protection_task.cc",
23 "chromeos/query_content_protection_task.h", 23 "chromeos/query_content_protection_task.h",
24 "chromeos/touch_transform_controller.cc",
25 "chromeos/touch_transform_controller.h",
24 "chromeos/touchscreen_util.cc", 26 "chromeos/touchscreen_util.cc",
25 "chromeos/touchscreen_util.h", 27 "chromeos/touchscreen_util.h",
26 "chromeos/update_display_configuration_task.cc", 28 "chromeos/update_display_configuration_task.cc",
27 "chromeos/update_display_configuration_task.h", 29 "chromeos/update_display_configuration_task.h",
28 "display_layout_store.cc", 30 "display_layout_store.cc",
29 "display_layout_store.h", 31 "display_layout_store.h",
30 "display_manager.cc", 32 "display_manager.cc",
31 "display_manager.h", 33 "display_manager.h",
32 "display_manager_export.h", 34 "display_manager_export.h",
33 "display_manager_utilities.cc", 35 "display_manager_utilities.cc",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 configs += [ 77 configs += [
76 "//build/config/linux:x11", 78 "//build/config/linux:x11",
77 "//build/config/linux:xext", 79 "//build/config/linux:xext",
78 "//build/config/linux:xi", 80 "//build/config/linux:xi",
79 "//build/config/linux:xrandr", 81 "//build/config/linux:xrandr",
80 ] 82 ]
81 83
82 deps += [ "//ui/events/platform" ] 84 deps += [ "//ui/events/platform" ]
83 } 85 }
84 } 86 }
OLDNEW
« no previous file with comments | « ui/display/BUILD.gn ('k') | ui/display/manager/DEPS » ('j') | ui/display/manager/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698