| OLD | NEW |
| 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", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 33 "chromeos/x11/native_display_delegate_x11.h", | 33 "chromeos/x11/native_display_delegate_x11.h", |
| 34 "chromeos/x11/native_display_event_dispatcher_x11.cc", | 34 "chromeos/x11/native_display_event_dispatcher_x11.cc", |
| 35 "chromeos/x11/native_display_event_dispatcher_x11.h", | 35 "chromeos/x11/native_display_event_dispatcher_x11.h", |
| 36 "display.cc", | 36 "display.cc", |
| 37 "display.h", | 37 "display.h", |
| 38 "display_change_notifier.cc", | 38 "display_change_notifier.cc", |
| 39 "display_change_notifier.h", | 39 "display_change_notifier.h", |
| 40 "display_export.h", | 40 "display_export.h", |
| 41 "display_finder.cc", | 41 "display_finder.cc", |
| 42 "display_finder.h", | 42 "display_finder.h", |
| 43 "display_list.cc", |
| 44 "display_list.h", |
| 43 "display_observer.cc", | 45 "display_observer.cc", |
| 44 "display_observer.h", | 46 "display_observer.h", |
| 45 "display_switches.cc", | 47 "display_switches.cc", |
| 46 "display_switches.h", | 48 "display_switches.h", |
| 47 "ios/screen_ios.mm", | 49 "ios/screen_ios.mm", |
| 48 "mac/screen_mac.mm", | 50 "mac/screen_mac.mm", |
| 49 "manager/display_layout.cc", | 51 "manager/display_layout.cc", |
| 50 "manager/display_layout.h", | 52 "manager/display_layout.h", |
| 51 "manager/display_layout_builder.cc", | 53 "manager/display_layout_builder.cc", |
| 52 "manager/display_layout_builder.h", | 54 "manager/display_layout_builder.h", |
| 53 "manager/display_layout_store.cc", | 55 "manager/display_layout_store.cc", |
| 54 "manager/display_layout_store.h", | 56 "manager/display_layout_store.h", |
| 55 "manager/display_manager_utilities.cc", | 57 "manager/display_manager_utilities.cc", |
| 56 "manager/display_manager_utilities.h", | 58 "manager/display_manager_utilities.h", |
| 57 "manager/managed_display_info.cc", | 59 "manager/managed_display_info.cc", |
| 58 "manager/managed_display_info.h", | 60 "manager/managed_display_info.h", |
| 59 "screen.cc", | 61 "screen.cc", |
| 60 "screen.h", | 62 "screen.h", |
| 61 "screen_aura.cc", | 63 "screen_aura.cc", |
| 64 "screen_base.cc", |
| 65 "screen_base.h", |
| 62 "win/display_info.cc", | 66 "win/display_info.cc", |
| 63 "win/display_info.h", | 67 "win/display_info.h", |
| 64 "win/dpi.cc", | 68 "win/dpi.cc", |
| 65 "win/dpi.h", | 69 "win/dpi.h", |
| 66 "win/scaling_util.cc", | 70 "win/scaling_util.cc", |
| 67 "win/scaling_util.h", | 71 "win/scaling_util.h", |
| 68 "win/screen_win.cc", | 72 "win/screen_win.cc", |
| 69 "win/screen_win.h", | 73 "win/screen_win.h", |
| 70 "win/screen_win_display.cc", | 74 "win/screen_win_display.cc", |
| 71 "win/screen_win_display.h", | 75 "win/screen_win_display.h", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 180 test("display_unittests") { | 184 test("display_unittests") { |
| 181 sources = [ | 185 sources = [ |
| 182 "chromeos/apply_content_protection_task_unittest.cc", | 186 "chromeos/apply_content_protection_task_unittest.cc", |
| 183 "chromeos/configure_displays_task_unittest.cc", | 187 "chromeos/configure_displays_task_unittest.cc", |
| 184 "chromeos/display_configurator_unittest.cc", | 188 "chromeos/display_configurator_unittest.cc", |
| 185 "chromeos/query_content_protection_task_unittest.cc", | 189 "chromeos/query_content_protection_task_unittest.cc", |
| 186 "chromeos/update_display_configuration_task_unittest.cc", | 190 "chromeos/update_display_configuration_task_unittest.cc", |
| 187 "chromeos/x11/display_util_x11_unittest.cc", | 191 "chromeos/x11/display_util_x11_unittest.cc", |
| 188 "chromeos/x11/native_display_event_dispatcher_x11_unittest.cc", | 192 "chromeos/x11/native_display_event_dispatcher_x11_unittest.cc", |
| 189 "display_change_notifier_unittest.cc", | 193 "display_change_notifier_unittest.cc", |
| 194 "display_list_unittest.cc", |
| 190 "display_unittest.cc", | 195 "display_unittest.cc", |
| 191 "manager/display_layout_builder_unittest.cc", | 196 "manager/display_layout_builder_unittest.cc", |
| 192 "manager/display_layout_unittest.cc", | 197 "manager/display_layout_unittest.cc", |
| 193 "manager/display_manager_utilities_unittest.cc", | 198 "manager/display_manager_utilities_unittest.cc", |
| 194 "manager/managed_display_info_unittest.cc", | 199 "manager/managed_display_info_unittest.cc", |
| 195 "screen_unittest.cc", | 200 "screen_unittest.cc", |
| 196 "util/display_util_unittest.cc", | 201 "util/display_util_unittest.cc", |
| 197 "util/edid_parser_unittest.cc", | 202 "util/edid_parser_unittest.cc", |
| 198 "win/scaling_util_unittest.cc", | 203 "win/scaling_util_unittest.cc", |
| 199 "win/screen_win_unittest.cc", | 204 "win/screen_win_unittest.cc", |
| (...skipping 26 matching lines...) Expand all Loading... |
| 226 sources -= [ "display_change_notifier_unittest.cc" ] | 231 sources -= [ "display_change_notifier_unittest.cc" ] |
| 227 } | 232 } |
| 228 | 233 |
| 229 if (is_chromeos && use_ozone) { | 234 if (is_chromeos && use_ozone) { |
| 230 sources -= [ | 235 sources -= [ |
| 231 "chromeos/x11/display_util_x11_unittest.cc", | 236 "chromeos/x11/display_util_x11_unittest.cc", |
| 232 "chromeos/x11/native_display_event_dispatcher_x11_unittest.cc", | 237 "chromeos/x11/native_display_event_dispatcher_x11_unittest.cc", |
| 233 ] | 238 ] |
| 234 } | 239 } |
| 235 } | 240 } |
| OLD | NEW |