| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'native_display_delegate_dri.h', | 77 'native_display_delegate_dri.h', |
| 78 'overlay_plane.cc', | 78 'overlay_plane.cc', |
| 79 'overlay_plane.h', | 79 'overlay_plane.h', |
| 80 'ozone_platform_dri.cc', | 80 'ozone_platform_dri.cc', |
| 81 'ozone_platform_dri.h', | 81 'ozone_platform_dri.h', |
| 82 'scoped_drm_types.cc', | 82 'scoped_drm_types.cc', |
| 83 'scoped_drm_types.h', | 83 'scoped_drm_types.h', |
| 84 'screen_manager.cc', | 84 'screen_manager.cc', |
| 85 'screen_manager.h', | 85 'screen_manager.h', |
| 86 'scanout_buffer.h', | 86 'scanout_buffer.h', |
| 87 'virtual_terminal_manager.cc', | |
| 88 'virtual_terminal_manager.h', | |
| 89 ], | 87 ], |
| 90 'conditions': [ | 88 'conditions': [ |
| 91 ['use_drm_atomic_flip==1', { | 89 ['use_drm_atomic_flip==1', { |
| 92 'sources': [ | 90 'sources': [ |
| 93 'hardware_display_plane.cc', | 91 'hardware_display_plane.cc', |
| 94 'hardware_display_plane.h', | 92 'hardware_display_plane.h', |
| 95 'hardware_display_plane_manager.cc', | 93 'hardware_display_plane_manager.cc', |
| 96 'hardware_display_plane_manager.h', | 94 'hardware_display_plane_manager.h', |
| 97 ], | 95 ], |
| 98 }], | 96 }], |
| (...skipping 19 matching lines...) Expand all Loading... |
| 118 'dri_surface_unittest.cc', | 116 'dri_surface_unittest.cc', |
| 119 'hardware_display_controller_unittest.cc', | 117 'hardware_display_controller_unittest.cc', |
| 120 'screen_manager_unittest.cc', | 118 'screen_manager_unittest.cc', |
| 121 'test/mock_dri_wrapper.cc', | 119 'test/mock_dri_wrapper.cc', |
| 122 'test/mock_dri_wrapper.h', | 120 'test/mock_dri_wrapper.h', |
| 123 ], | 121 ], |
| 124 }, | 122 }, |
| 125 }, | 123 }, |
| 126 ], | 124 ], |
| 127 } | 125 } |
| OLD | NEW |