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_drm', | 8 'ozone_platform_drm', |
9 ], | 9 ], |
10 'internal_ozone_platform_unittest_deps': [ | 10 'internal_ozone_platform_unittest_deps': [ |
(...skipping 20 matching lines...) Expand all Loading... |
31 '../events/ozone/events_ozone.gyp:events_ozone_evdev', | 31 '../events/ozone/events_ozone.gyp:events_ozone_evdev', |
32 '../events/ozone/events_ozone.gyp:events_ozone_layout', | 32 '../events/ozone/events_ozone.gyp:events_ozone_layout', |
33 '../events/platform/events_platform.gyp:events_platform', | 33 '../events/platform/events_platform.gyp:events_platform', |
34 '../gfx/gfx.gyp:gfx', | 34 '../gfx/gfx.gyp:gfx', |
35 '../gfx/gfx.gyp:gfx_geometry', | 35 '../gfx/gfx.gyp:gfx_geometry', |
36 ], | 36 ], |
37 'defines': [ | 37 'defines': [ |
38 'OZONE_IMPLEMENTATION', | 38 'OZONE_IMPLEMENTATION', |
39 ], | 39 ], |
40 'sources': [ | 40 'sources': [ |
| 41 'common/client_pixmap_manager_drm.cc', |
| 42 'common/client_pixmap_manager_drm.h', |
41 'common/drm_util.cc', | 43 'common/drm_util.cc', |
42 'common/drm_util.h', | 44 'common/drm_util.h', |
43 'common/scoped_drm_types.cc', | 45 'common/scoped_drm_types.cc', |
44 'common/scoped_drm_types.h', | 46 'common/scoped_drm_types.h', |
45 'gpu/crtc_controller.cc', | 47 'gpu/crtc_controller.cc', |
46 'gpu/crtc_controller.h', | 48 'gpu/crtc_controller.h', |
47 'gpu/display_change_observer.h', | 49 'gpu/display_change_observer.h', |
48 'gpu/drm_buffer.cc', | 50 'gpu/drm_buffer.cc', |
49 'gpu/drm_buffer.h', | 51 'gpu/drm_buffer.h', |
50 'gpu/drm_console_buffer.cc', | 52 'gpu/drm_console_buffer.cc', |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 'gpu/hardware_display_controller_unittest.cc', | 146 'gpu/hardware_display_controller_unittest.cc', |
145 'gpu/hardware_display_plane_manager_unittest.cc', | 147 'gpu/hardware_display_plane_manager_unittest.cc', |
146 'gpu/screen_manager_unittest.cc', | 148 'gpu/screen_manager_unittest.cc', |
147 'test/mock_drm_device.cc', | 149 'test/mock_drm_device.cc', |
148 'test/mock_drm_device.h', | 150 'test/mock_drm_device.h', |
149 ], | 151 ], |
150 }, | 152 }, |
151 }, | 153 }, |
152 ], | 154 ], |
153 } | 155 } |
OLD | NEW |