| 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_gbm', | 8 'ozone_platform_gbm', |
| 9 ], | 9 ], |
| 10 'internal_ozone_platform_unittest_deps': [ | 10 'internal_ozone_platform_unittest_deps': [ |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 'gpu/screen_manager.cc', | 122 'gpu/screen_manager.cc', |
| 123 'gpu/screen_manager.h', | 123 'gpu/screen_manager.h', |
| 124 'host/drm_cursor.cc', | 124 'host/drm_cursor.cc', |
| 125 'host/drm_cursor.h', | 125 'host/drm_cursor.h', |
| 126 'host/drm_device_handle.cc', | 126 'host/drm_device_handle.cc', |
| 127 'host/drm_device_handle.h', | 127 'host/drm_device_handle.h', |
| 128 'host/drm_display_host.cc', | 128 'host/drm_display_host.cc', |
| 129 'host/drm_display_host.h', | 129 'host/drm_display_host.h', |
| 130 'host/drm_display_host_manager.cc', | 130 'host/drm_display_host_manager.cc', |
| 131 'host/drm_display_host_manager.h', | 131 'host/drm_display_host_manager.h', |
| 132 'host/drm_display_host_manager_core.cc', | |
| 133 'host/drm_display_host_manager_core.h', | |
| 134 'host/drm_gpu_platform_support_host.cc', | 132 'host/drm_gpu_platform_support_host.cc', |
| 135 'host/drm_gpu_platform_support_host.h', | 133 'host/drm_gpu_platform_support_host.h', |
| 136 'host/drm_native_display_delegate.cc', | 134 'host/drm_native_display_delegate.cc', |
| 137 'host/drm_native_display_delegate.h', | 135 'host/drm_native_display_delegate.h', |
| 138 'host/drm_overlay_candidates_host.cc', | 136 'host/drm_overlay_candidates_host.cc', |
| 139 'host/drm_overlay_candidates_host.h', | 137 'host/drm_overlay_candidates_host.h', |
| 140 'host/drm_overlay_manager_core.cc', | |
| 141 'host/drm_overlay_manager_core.h', | |
| 142 'host/drm_overlay_manager.cc', | 138 'host/drm_overlay_manager.cc', |
| 143 'host/drm_overlay_manager.h', | 139 'host/drm_overlay_manager.h', |
| 144 'host/drm_window_host.cc', | 140 'host/drm_window_host.cc', |
| 145 'host/drm_window_host.h', | 141 'host/drm_window_host.h', |
| 146 'host/drm_window_host_manager.cc', | 142 'host/drm_window_host_manager.cc', |
| 147 'host/drm_window_host_manager.h', | 143 'host/drm_window_host_manager.h', |
| 144 'host/gpu_thread_adapter.h', |
| 148 'host/gpu_thread_observer.h', | 145 'host/gpu_thread_observer.h', |
| 149 'ozone_platform_gbm.cc', | 146 'ozone_platform_gbm.cc', |
| 150 'ozone_platform_gbm.h', | 147 'ozone_platform_gbm.h', |
| 151 ], | 148 ], |
| 152 'conditions': [ | 149 'conditions': [ |
| 153 ['use_vgem_map==1', { | 150 ['use_vgem_map==1', { |
| 154 'dependencies': [ | 151 'dependencies': [ |
| 155 '../ozone/ozone.gyp:vgem_map', | 152 '../ozone/ozone.gyp:vgem_map', |
| 156 ], | 153 ], |
| 157 'sources': [ | 154 'sources': [ |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 'gpu/mock_scanout_buffer.cc', | 200 'gpu/mock_scanout_buffer.cc', |
| 204 'gpu/mock_scanout_buffer.h', | 201 'gpu/mock_scanout_buffer.h', |
| 205 'gpu/mock_scanout_buffer_generator.cc', | 202 'gpu/mock_scanout_buffer_generator.cc', |
| 206 'gpu/mock_scanout_buffer_generator.h', | 203 'gpu/mock_scanout_buffer_generator.h', |
| 207 'gpu/screen_manager_unittest.cc', | 204 'gpu/screen_manager_unittest.cc', |
| 208 ], | 205 ], |
| 209 }, | 206 }, |
| 210 }, | 207 }, |
| 211 ], | 208 ], |
| 212 } | 209 } |
| OLD | NEW |