| 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 'host/drm_display_host.cc', | 131 'host/drm_display_host.cc', |
| 132 'host/drm_display_host.h', | 132 'host/drm_display_host.h', |
| 133 'host/drm_display_host_manager.cc', | 133 'host/drm_display_host_manager.cc', |
| 134 'host/drm_display_host_manager.h', | 134 'host/drm_display_host_manager.h', |
| 135 'host/drm_display_host_manager_core.cc', | 135 'host/drm_display_host_manager_core.cc', |
| 136 'host/drm_display_host_manager_core.h', | 136 'host/drm_display_host_manager_core.h', |
| 137 'host/drm_gpu_platform_support_host.cc', | 137 'host/drm_gpu_platform_support_host.cc', |
| 138 'host/drm_gpu_platform_support_host.h', | 138 'host/drm_gpu_platform_support_host.h', |
| 139 'host/drm_native_display_delegate.cc', | 139 'host/drm_native_display_delegate.cc', |
| 140 'host/drm_native_display_delegate.h', | 140 'host/drm_native_display_delegate.h', |
| 141 'host/drm_overlay_candidates_host_core.cc', | |
| 142 'host/drm_overlay_candidates_host_core.h', | |
| 143 'host/drm_overlay_candidates_host.cc', | 141 'host/drm_overlay_candidates_host.cc', |
| 144 'host/drm_overlay_candidates_host.h', | 142 'host/drm_overlay_candidates_host.h', |
| 143 'host/drm_overlay_manager_core.cc', |
| 144 'host/drm_overlay_manager_core.h', |
| 145 'host/drm_overlay_manager.cc', | 145 'host/drm_overlay_manager.cc', |
| 146 'host/drm_overlay_manager.h', | 146 'host/drm_overlay_manager.h', |
| 147 'host/drm_window_host.cc', | 147 'host/drm_window_host.cc', |
| 148 'host/drm_window_host.h', | 148 'host/drm_window_host.h', |
| 149 'host/drm_window_host_manager.cc', | 149 'host/drm_window_host_manager.cc', |
| 150 'host/drm_window_host_manager.h', | 150 'host/drm_window_host_manager.h', |
| 151 'ozone_platform_gbm.cc', | 151 'ozone_platform_gbm.cc', |
| 152 'ozone_platform_gbm.h', | 152 'ozone_platform_gbm.h', |
| 153 ], | 153 ], |
| 154 'conditions': [ | 154 'conditions': [ |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 'gpu/mock_scanout_buffer.cc', | 205 'gpu/mock_scanout_buffer.cc', |
| 206 'gpu/mock_scanout_buffer.h', | 206 'gpu/mock_scanout_buffer.h', |
| 207 'gpu/mock_scanout_buffer_generator.cc', | 207 'gpu/mock_scanout_buffer_generator.cc', |
| 208 'gpu/mock_scanout_buffer_generator.h', | 208 'gpu/mock_scanout_buffer_generator.h', |
| 209 'gpu/screen_manager_unittest.cc', | 209 'gpu/screen_manager_unittest.cc', |
| 210 ], | 210 ], |
| 211 }, | 211 }, |
| 212 }, | 212 }, |
| 213 ], | 213 ], |
| 214 } | 214 } |
| OLD | NEW |