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

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

Issue 2733313002: Move display preference code from ash/display/ to ui/display/manager/. (Closed)
Patch Set: Rebase. Created 3 years, 9 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 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("display") { 8 component("display") {
9 sources = [ 9 sources = [
10 "display.cc", 10 "display.cc",
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "fake_display_snapshot_unittests.cc", 141 "fake_display_snapshot_unittests.cc",
142 "manager/chromeos/apply_content_protection_task_unittest.cc", 142 "manager/chromeos/apply_content_protection_task_unittest.cc",
143 "manager/chromeos/configure_displays_task_unittest.cc", 143 "manager/chromeos/configure_displays_task_unittest.cc",
144 "manager/chromeos/display_change_observer_unittest.cc", 144 "manager/chromeos/display_change_observer_unittest.cc",
145 "manager/chromeos/display_configurator_unittest.cc", 145 "manager/chromeos/display_configurator_unittest.cc",
146 "manager/chromeos/query_content_protection_task_unittest.cc", 146 "manager/chromeos/query_content_protection_task_unittest.cc",
147 "manager/chromeos/touch_transform_controller_unittest.cc", 147 "manager/chromeos/touch_transform_controller_unittest.cc",
148 "manager/chromeos/touchscreen_util_unittest.cc", 148 "manager/chromeos/touchscreen_util_unittest.cc",
149 "manager/chromeos/update_display_configuration_task_unittest.cc", 149 "manager/chromeos/update_display_configuration_task_unittest.cc",
150 "manager/display_manager_utilities_unittest.cc", 150 "manager/display_manager_utilities_unittest.cc",
151 "manager/json_converter_unittest.cc",
151 "manager/managed_display_info_unittest.cc", 152 "manager/managed_display_info_unittest.cc",
152 "mojo/display_struct_traits_unittest.cc", 153 "mojo/display_struct_traits_unittest.cc",
153 "screen_unittest.cc", 154 "screen_unittest.cc",
154 "util/display_util_unittest.cc", 155 "util/display_util_unittest.cc",
155 "util/edid_parser_unittest.cc", 156 "util/edid_parser_unittest.cc",
156 "win/scaling_util_unittest.cc", 157 "win/scaling_util_unittest.cc",
157 "win/screen_win_unittest.cc", 158 "win/screen_win_unittest.cc",
158 ] 159 ]
159 160
160 deps = [ 161 deps = [
(...skipping 20 matching lines...) Expand all
181 sources -= [ "display_change_notifier_unittest.cc" ] 182 sources -= [ "display_change_notifier_unittest.cc" ]
182 } 183 }
183 184
184 if (is_chromeos && use_x11) { 185 if (is_chromeos && use_x11) {
185 sources += [ 186 sources += [
186 "manager/chromeos/x11/display_util_x11_unittest.cc", 187 "manager/chromeos/x11/display_util_x11_unittest.cc",
187 "manager/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc", 188 "manager/chromeos/x11/native_display_event_dispatcher_x11_unittest.cc",
188 ] 189 ]
189 } 190 }
190 } 191 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/display/display_preferences_unittest.cc ('k') | ui/display/manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698