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_console_buffer.cc', | 48 'dri_console_buffer.cc', |
49 'dri_console_buffer.h', | 49 'dri_console_buffer.h', |
50 'dri_buffer.cc', | 50 'dri_buffer.cc', |
51 'dri_buffer.h', | 51 'dri_buffer.h', |
52 'dri_cursor.cc', | 52 'dri_cursor.cc', |
53 'dri_cursor.h', | 53 'dri_cursor.h', |
54 'dri_gpu_platform_support.cc', | 54 'dri_gpu_platform_support.cc', |
55 'dri_gpu_platform_support.h', | 55 'dri_gpu_platform_support.h', |
56 'dri_gpu_platform_support_host.cc', | 56 'dri_gpu_platform_support_host.cc', |
57 'dri_gpu_platform_support_host.h', | 57 'dri_gpu_platform_support_host.h', |
| 58 'dri_helper_thread.cc', |
| 59 'dri_helper_thread.h', |
58 'dri_surface.cc', | 60 'dri_surface.cc', |
59 'dri_surface.h', | 61 'dri_surface.h', |
60 'dri_surface_factory.cc', | 62 'dri_surface_factory.cc', |
61 'dri_surface_factory.h', | 63 'dri_surface_factory.h', |
62 'dri_util.cc', | 64 'dri_util.cc', |
63 'dri_util.h', | 65 'dri_util.h', |
64 'dri_vsync_provider.cc', | 66 'dri_vsync_provider.cc', |
65 'dri_vsync_provider.h', | 67 'dri_vsync_provider.h', |
66 'dri_window.cc', | 68 'dri_window.cc', |
67 'dri_window.h', | 69 'dri_window.h', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
118 'hardware_display_controller_unittest.cc', | 120 'hardware_display_controller_unittest.cc', |
119 'hardware_display_plane_manager_unittest.cc', | 121 'hardware_display_plane_manager_unittest.cc', |
120 'screen_manager_unittest.cc', | 122 'screen_manager_unittest.cc', |
121 'test/mock_dri_wrapper.cc', | 123 'test/mock_dri_wrapper.cc', |
122 'test/mock_dri_wrapper.h', | 124 'test/mock_dri_wrapper.h', |
123 ], | 125 ], |
124 }, | 126 }, |
125 }, | 127 }, |
126 ], | 128 ], |
127 } | 129 } |
OLD | NEW |