| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'gpu/page_flip_request.h', | 85 'gpu/page_flip_request.h', |
| 86 'gpu/scoped_drm_types.cc', | 86 'gpu/scoped_drm_types.cc', |
| 87 'gpu/scoped_drm_types.h', | 87 'gpu/scoped_drm_types.h', |
| 88 'gpu/screen_manager.cc', | 88 'gpu/screen_manager.cc', |
| 89 'gpu/screen_manager.h', | 89 'gpu/screen_manager.h', |
| 90 'host/channel_observer.h', | 90 'host/channel_observer.h', |
| 91 'host/display_manager.cc', | 91 'host/display_manager.cc', |
| 92 'host/display_manager.h', | 92 'host/display_manager.h', |
| 93 'host/drm_cursor.cc', | 93 'host/drm_cursor.cc', |
| 94 'host/drm_cursor.h', | 94 'host/drm_cursor.h', |
| 95 'host/drm_device_handle.cc', |
| 96 'host/drm_device_handle.h', |
| 95 'host/drm_gpu_platform_support_host.cc', | 97 'host/drm_gpu_platform_support_host.cc', |
| 96 'host/drm_gpu_platform_support_host.h', | 98 'host/drm_gpu_platform_support_host.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_window_host.cc', | 101 'host/drm_window_host.cc', |
| 100 'host/drm_window_host.h', | 102 'host/drm_window_host.h', |
| 101 'host/drm_window_host_manager.cc', | 103 'host/drm_window_host_manager.cc', |
| 102 'host/drm_window_host_manager.h', | 104 'host/drm_window_host_manager.h', |
| 103 'ozone_platform_drm.cc', | 105 'ozone_platform_drm.cc', |
| 104 'ozone_platform_drm.h', | 106 'ozone_platform_drm.h', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 126 'gpu/hardware_display_controller_unittest.cc', | 128 'gpu/hardware_display_controller_unittest.cc', |
| 127 'gpu/hardware_display_plane_manager_unittest.cc', | 129 'gpu/hardware_display_plane_manager_unittest.cc', |
| 128 'gpu/screen_manager_unittest.cc', | 130 'gpu/screen_manager_unittest.cc', |
| 129 'test/mock_drm_device.cc', | 131 'test/mock_drm_device.cc', |
| 130 'test/mock_drm_device.h', | 132 'test/mock_drm_device.h', |
| 131 ], | 133 ], |
| 132 }, | 134 }, |
| 133 }, | 135 }, |
| 134 ], | 136 ], |
| 135 } | 137 } |
| OLD | NEW |