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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'dri_buffer.cc', | 48 'dri_buffer.cc', |
49 'dri_buffer.h', | 49 'dri_buffer.h', |
50 'dri_surface.cc', | 50 'dri_surface.cc', |
51 'dri_surface.h', | 51 'dri_surface.h', |
52 'dri_surface_factory.cc', | 52 'dri_surface_factory.cc', |
53 'dri_surface_factory.h', | 53 'dri_surface_factory.h', |
54 'dri_util.cc', | 54 'dri_util.cc', |
55 'dri_util.h', | 55 'dri_util.h', |
56 'dri_vsync_provider.cc', | 56 'dri_vsync_provider.cc', |
57 'dri_vsync_provider.h', | 57 'dri_vsync_provider.h', |
| 58 'dri_window.cc', |
| 59 'dri_window.h', |
58 'dri_wrapper.cc', | 60 'dri_wrapper.cc', |
59 'dri_wrapper.h', | 61 'dri_wrapper.h', |
60 'hardware_display_controller.cc', | 62 'hardware_display_controller.cc', |
61 'hardware_display_controller.h', | 63 'hardware_display_controller.h', |
62 'ozone_platform_dri.cc', | 64 'ozone_platform_dri.cc', |
63 'ozone_platform_dri.h', | 65 'ozone_platform_dri.h', |
64 'scoped_drm_types.cc', | 66 'scoped_drm_types.cc', |
65 'scoped_drm_types.h', | 67 'scoped_drm_types.h', |
66 'screen_manager.cc', | 68 'screen_manager.cc', |
67 'screen_manager.h', | 69 'screen_manager.h', |
(...skipping 30 matching lines...) Expand all Loading... |
98 'dri_surface_unittest.cc', | 100 'dri_surface_unittest.cc', |
99 'hardware_display_controller_unittest.cc', | 101 'hardware_display_controller_unittest.cc', |
100 'screen_manager_unittest.cc', | 102 'screen_manager_unittest.cc', |
101 'test/mock_dri_wrapper.cc', | 103 'test/mock_dri_wrapper.cc', |
102 'test/mock_dri_wrapper.h', | 104 'test/mock_dri_wrapper.h', |
103 ], | 105 ], |
104 }, | 106 }, |
105 }, | 107 }, |
106 ], | 108 ], |
107 } | 109 } |
OLD | NEW |