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