| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', |
| 62 'dri_wrapper.cc', | 62 'dri_wrapper.cc', |
| 63 'dri_wrapper.h', | 63 'dri_wrapper.h', |
| 64 'hardware_display_controller.cc', | 64 'hardware_display_controller.cc', |
| 65 'hardware_display_controller.h', | 65 'hardware_display_controller.h', |
| 66 'native_window_delegate.h', |
| 67 'native_window_delegate_impl.cc', |
| 68 'native_window_delegate_impl.h', |
| 69 'native_window_manager.cc', |
| 70 'native_window_manager.h', |
| 66 'ozone_platform_dri.cc', | 71 'ozone_platform_dri.cc', |
| 67 'ozone_platform_dri.h', | 72 'ozone_platform_dri.h', |
| 68 'scoped_drm_types.cc', | 73 'scoped_drm_types.cc', |
| 69 'scoped_drm_types.h', | 74 'scoped_drm_types.h', |
| 70 'screen_manager.cc', | 75 'screen_manager.cc', |
| 71 'screen_manager.h', | 76 'screen_manager.h', |
| 72 'scanout_buffer.h', | 77 'scanout_buffer.h', |
| 73 'virtual_terminal_manager.cc', | 78 'virtual_terminal_manager.cc', |
| 74 'virtual_terminal_manager.h', | 79 'virtual_terminal_manager.h', |
| 75 ], | 80 ], |
| (...skipping 28 matching lines...) Expand all Loading... |
| 104 'dri_surface_unittest.cc', | 109 'dri_surface_unittest.cc', |
| 105 'hardware_display_controller_unittest.cc', | 110 'hardware_display_controller_unittest.cc', |
| 106 'screen_manager_unittest.cc', | 111 'screen_manager_unittest.cc', |
| 107 'test/mock_dri_wrapper.cc', | 112 'test/mock_dri_wrapper.cc', |
| 108 'test/mock_dri_wrapper.h', | 113 'test/mock_dri_wrapper.h', |
| 109 ], | 114 ], |
| 110 }, | 115 }, |
| 111 }, | 116 }, |
| 112 ], | 117 ], |
| 113 } | 118 } |
| OLD | NEW |