| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'internal_ozone_platform_deps': [ | 7 'internal_ozone_platform_deps': [ |
| 8 'ozone_platform_drm', | 8 'ozone_platform_drm', |
| 9 ], | 9 ], |
| 10 'internal_ozone_platform_unittest_deps': [ | 10 'internal_ozone_platform_unittest_deps': [ |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 'host/drm_cursor.cc', | 87 'host/drm_cursor.cc', |
| 88 'host/drm_cursor.h', | 88 'host/drm_cursor.h', |
| 89 'host/drm_device_handle.cc', | 89 'host/drm_device_handle.cc', |
| 90 'host/drm_device_handle.h', | 90 'host/drm_device_handle.h', |
| 91 'host/drm_display_host.cc', | 91 'host/drm_display_host.cc', |
| 92 'host/drm_display_host.h', | 92 'host/drm_display_host.h', |
| 93 'host/drm_display_host_manager.cc', | 93 'host/drm_display_host_manager.cc', |
| 94 'host/drm_display_host_manager.h', | 94 'host/drm_display_host_manager.h', |
| 95 'host/drm_gpu_platform_support_host.cc', | 95 'host/drm_gpu_platform_support_host.cc', |
| 96 'host/drm_gpu_platform_support_host.h', | 96 'host/drm_gpu_platform_support_host.h', |
| 97 'host/drm_host_overlay_candidates.cc', |
| 98 'host/drm_host_overlay_candidates.h', |
| 97 'host/drm_native_display_delegate.cc', | 99 'host/drm_native_display_delegate.cc', |
| 98 'host/drm_native_display_delegate.h', | 100 'host/drm_native_display_delegate.h', |
| 99 'host/drm_overlay_manager.cc', | 101 'host/drm_overlay_manager.cc', |
| 100 'host/drm_overlay_manager.h', | 102 'host/drm_overlay_manager.h', |
| 101 'host/drm_window_host.cc', | 103 'host/drm_window_host.cc', |
| 102 'host/drm_window_host.h', | 104 'host/drm_window_host.h', |
| 103 'host/drm_window_host_manager.cc', | 105 'host/drm_window_host_manager.cc', |
| 104 'host/drm_window_host_manager.h', | 106 'host/drm_window_host_manager.h', |
| 105 'ozone_platform_drm.cc', | 107 'ozone_platform_drm.cc', |
| 106 'ozone_platform_drm.h', | 108 'ozone_platform_drm.h', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 128 'gpu/hardware_display_controller_unittest.cc', | 130 'gpu/hardware_display_controller_unittest.cc', |
| 129 'gpu/hardware_display_plane_manager_unittest.cc', | 131 'gpu/hardware_display_plane_manager_unittest.cc', |
| 130 'gpu/screen_manager_unittest.cc', | 132 'gpu/screen_manager_unittest.cc', |
| 131 'test/mock_drm_device.cc', | 133 'test/mock_drm_device.cc', |
| 132 'test/mock_drm_device.h', | 134 'test/mock_drm_device.h', |
| 133 ], | 135 ], |
| 134 }, | 136 }, |
| 135 }, | 137 }, |
| 136 ], | 138 ], |
| 137 } | 139 } |
| OLD | NEW |