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 20 matching lines...) Expand all Loading... |
31 '../gfx/gfx.gyp:gfx', | 31 '../gfx/gfx.gyp:gfx', |
32 '../gfx/gfx.gyp:gfx_geometry', | 32 '../gfx/gfx.gyp:gfx_geometry', |
33 ], | 33 ], |
34 'defines': [ | 34 'defines': [ |
35 'OZONE_IMPLEMENTATION', | 35 'OZONE_IMPLEMENTATION', |
36 ], | 36 ], |
37 'sources': [ | 37 'sources': [ |
38 'channel_observer.h', | 38 'channel_observer.h', |
39 'crtc_controller.cc', | 39 'crtc_controller.cc', |
40 'crtc_controller.h', | 40 'crtc_controller.h', |
| 41 'display_change_observer.h', |
41 'display_manager.cc', | 42 'display_manager.cc', |
42 'display_manager.h', | 43 'display_manager.h', |
43 'display_mode_dri.cc', | 44 'display_mode_dri.cc', |
44 'display_mode_dri.h', | 45 'display_mode_dri.h', |
45 'display_snapshot_dri.cc', | 46 'display_snapshot_dri.cc', |
46 'display_snapshot_dri.h', | 47 'display_snapshot_dri.h', |
47 'dri_console_buffer.cc', | 48 'dri_console_buffer.cc', |
48 'dri_console_buffer.h', | 49 'dri_console_buffer.h', |
49 'dri_buffer.cc', | 50 'dri_buffer.cc', |
50 'dri_buffer.h', | 51 'dri_buffer.h', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 'hardware_display_controller_unittest.cc', | 118 'hardware_display_controller_unittest.cc', |
118 'hardware_display_plane_manager_unittest.cc', | 119 'hardware_display_plane_manager_unittest.cc', |
119 'screen_manager_unittest.cc', | 120 'screen_manager_unittest.cc', |
120 'test/mock_dri_wrapper.cc', | 121 'test/mock_dri_wrapper.cc', |
121 'test/mock_dri_wrapper.h', | 122 'test/mock_dri_wrapper.h', |
122 ], | 123 ], |
123 }, | 124 }, |
124 }, | 125 }, |
125 ], | 126 ], |
126 } | 127 } |
OLD | NEW |