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

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

Issue 2428383006: Decouple VR Shell DPR and CSS size from Physical Displays. (Closed)
Patch Set: Fix load-bearing debugging code ;) 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
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 "android/screen_android.cc", 10 "android/screen_android.cc",
11 "android/screen_android.h",
11 "chromeos/apply_content_protection_task.cc", 12 "chromeos/apply_content_protection_task.cc",
12 "chromeos/apply_content_protection_task.h", 13 "chromeos/apply_content_protection_task.h",
13 "chromeos/configure_displays_task.cc", 14 "chromeos/configure_displays_task.cc",
14 "chromeos/configure_displays_task.h", 15 "chromeos/configure_displays_task.h",
15 "chromeos/display_configurator.cc", 16 "chromeos/display_configurator.cc",
16 "chromeos/display_configurator.h", 17 "chromeos/display_configurator.h",
17 "chromeos/display_layout_manager.h", 18 "chromeos/display_layout_manager.h",
18 "chromeos/display_snapshot_virtual.cc", 19 "chromeos/display_snapshot_virtual.cc",
19 "chromeos/display_snapshot_virtual.h", 20 "chromeos/display_snapshot_virtual.h",
20 "chromeos/display_util.cc", 21 "chromeos/display_util.cc",
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 sources -= [ "display_change_notifier_unittest.cc" ] 235 sources -= [ "display_change_notifier_unittest.cc" ]
235 } 236 }
236 237
237 if (is_chromeos && use_ozone) { 238 if (is_chromeos && use_ozone) {
238 sources -= [ 239 sources -= [
239 "chromeos/x11/display_util_x11_unittest.cc", 240 "chromeos/x11/display_util_x11_unittest.cc",
240 "chromeos/x11/native_display_event_dispatcher_x11_unittest.cc", 241 "chromeos/x11/native_display_event_dispatcher_x11_unittest.cc",
241 ] 242 ]
242 } 243 }
243 } 244 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698