| 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 25 matching lines...) Expand all Loading... |
| 36 ], | 36 ], |
| 37 'sources': [ | 37 'sources': [ |
| 38 'chromeos/display_mode_dri.cc', | 38 'chromeos/display_mode_dri.cc', |
| 39 'chromeos/display_mode_dri.h', | 39 'chromeos/display_mode_dri.h', |
| 40 'chromeos/display_snapshot_dri.cc', | 40 'chromeos/display_snapshot_dri.cc', |
| 41 'chromeos/display_snapshot_dri.h', | 41 'chromeos/display_snapshot_dri.h', |
| 42 'chromeos/native_display_delegate_dri.cc', | 42 'chromeos/native_display_delegate_dri.cc', |
| 43 'chromeos/native_display_delegate_dri.h', | 43 'chromeos/native_display_delegate_dri.h', |
| 44 'crtc_state.cc', | 44 'crtc_state.cc', |
| 45 'crtc_state.h', | 45 'crtc_state.h', |
| 46 'cursor_factory_evdev_dri.cc', | |
| 47 'cursor_factory_evdev_dri.h', | |
| 48 'dri_console_buffer.cc', | 46 'dri_console_buffer.cc', |
| 49 'dri_console_buffer.h', | 47 'dri_console_buffer.h', |
| 50 'dri_buffer.cc', | 48 'dri_buffer.cc', |
| 51 'dri_buffer.h', | 49 'dri_buffer.h', |
| 50 'dri_cursor.cc', |
| 51 'dri_cursor.h', |
| 52 'dri_surface.cc', | 52 'dri_surface.cc', |
| 53 'dri_surface.h', | 53 'dri_surface.h', |
| 54 'dri_surface_factory.cc', | 54 'dri_surface_factory.cc', |
| 55 'dri_surface_factory.h', | 55 'dri_surface_factory.h', |
| 56 'dri_util.cc', | 56 'dri_util.cc', |
| 57 'dri_util.h', | 57 'dri_util.h', |
| 58 'dri_vsync_provider.cc', | 58 'dri_vsync_provider.cc', |
| 59 'dri_vsync_provider.h', | 59 'dri_vsync_provider.h', |
| 60 'dri_window.cc', | 60 'dri_window.cc', |
| 61 'dri_window.h', | 61 'dri_window.h', |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 109 'dri_surface_unittest.cc', | 109 'dri_surface_unittest.cc', |
| 110 'hardware_display_controller_unittest.cc', | 110 'hardware_display_controller_unittest.cc', |
| 111 'screen_manager_unittest.cc', | 111 'screen_manager_unittest.cc', |
| 112 'test/mock_dri_wrapper.cc', | 112 'test/mock_dri_wrapper.cc', |
| 113 'test/mock_dri_wrapper.h', | 113 'test/mock_dri_wrapper.h', |
| 114 ], | 114 ], |
| 115 }, | 115 }, |
| 116 }, | 116 }, |
| 117 ], | 117 ], |
| 118 } | 118 } |
| OLD | NEW |