| 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_dri', | 8 'ozone_platform_dri', |
| 9 ], | 9 ], |
| 10 'internal_ozone_platform_unittest_deps': [ | 10 'internal_ozone_platform_unittest_deps': [ |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'dri_vsync_provider.h', | 67 'dri_vsync_provider.h', |
| 68 'dri_window.cc', | 68 'dri_window.cc', |
| 69 'dri_window.h', | 69 'dri_window.h', |
| 70 'dri_window_delegate.h', | 70 'dri_window_delegate.h', |
| 71 'dri_window_delegate_impl.cc', | 71 'dri_window_delegate_impl.cc', |
| 72 'dri_window_delegate_impl.h', | 72 'dri_window_delegate_impl.h', |
| 73 'dri_window_delegate_manager.cc', | 73 'dri_window_delegate_manager.cc', |
| 74 'dri_window_delegate_manager.h', | 74 'dri_window_delegate_manager.h', |
| 75 'dri_window_manager.cc', | 75 'dri_window_manager.cc', |
| 76 'dri_window_manager.h', | 76 'dri_window_manager.h', |
| 77 'dri_wrapper.cc', | 77 'drm_device.cc', |
| 78 'dri_wrapper.h', | 78 'drm_device.h', |
| 79 'drm_device_generator.cc', | 79 'drm_device_generator.cc', |
| 80 'drm_device_generator.h', | 80 'drm_device_generator.h', |
| 81 'drm_device_manager.cc', | 81 'drm_device_manager.cc', |
| 82 'drm_device_manager.h', | 82 'drm_device_manager.h', |
| 83 'hardware_display_controller.cc', | 83 'hardware_display_controller.cc', |
| 84 'hardware_display_controller.h', | 84 'hardware_display_controller.h', |
| 85 'hardware_display_plane.cc', | 85 'hardware_display_plane.cc', |
| 86 'hardware_display_plane.h', | 86 'hardware_display_plane.h', |
| 87 'hardware_display_plane_manager.cc', | 87 'hardware_display_plane_manager.cc', |
| 88 'hardware_display_plane_manager.h', | 88 'hardware_display_plane_manager.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 117 '../../skia/skia.gyp:skia', | 117 '../../skia/skia.gyp:skia', |
| 118 '../gfx/gfx.gyp:gfx_geometry', | 118 '../gfx/gfx.gyp:gfx_geometry', |
| 119 ], | 119 ], |
| 120 'direct_dependent_settings': { | 120 'direct_dependent_settings': { |
| 121 'sources': [ | 121 'sources': [ |
| 122 'dri_surface_unittest.cc', | 122 'dri_surface_unittest.cc', |
| 123 'dri_window_delegate_impl_unittest.cc', | 123 'dri_window_delegate_impl_unittest.cc', |
| 124 'hardware_display_controller_unittest.cc', | 124 'hardware_display_controller_unittest.cc', |
| 125 'hardware_display_plane_manager_unittest.cc', | 125 'hardware_display_plane_manager_unittest.cc', |
| 126 'screen_manager_unittest.cc', | 126 'screen_manager_unittest.cc', |
| 127 'test/mock_dri_wrapper.cc', | 127 'test/mock_drm_device.cc', |
| 128 'test/mock_dri_wrapper.h', | 128 'test/mock_drm_device.h', |
| 129 ], | 129 ], |
| 130 }, | 130 }, |
| 131 }, | 131 }, |
| 132 ], | 132 ], |
| 133 } | 133 } |
| OLD | NEW |