| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 'screen_manager.h', | 69 'screen_manager.h', |
| 70 'scanout_buffer.h', | 70 'scanout_buffer.h', |
| 71 'virtual_terminal_manager.cc', | 71 'virtual_terminal_manager.cc', |
| 72 'virtual_terminal_manager.h', | 72 'virtual_terminal_manager.h', |
| 73 ], | 73 ], |
| 74 'conditions': [ | 74 'conditions': [ |
| 75 ['use_drm_atomic_flip==1', { | 75 ['use_drm_atomic_flip==1', { |
| 76 'sources': [ | 76 'sources': [ |
| 77 'hardware_display_plane.cc', | 77 'hardware_display_plane.cc', |
| 78 'hardware_display_plane.h', | 78 'hardware_display_plane.h', |
| 79 'hardware_display_plane_manager.cc', |
| 80 'hardware_display_plane_manager.h', |
| 79 ], | 81 ], |
| 80 }], | 82 }], |
| 81 ], | 83 ], |
| 82 }, | 84 }, |
| 83 { | 85 { |
| 84 'target_name': 'ozone_platform_dri_unittests', | 86 'target_name': 'ozone_platform_dri_unittests', |
| 85 'type': 'none', | 87 'type': 'none', |
| 86 'dependencies': [ | 88 'dependencies': [ |
| 87 '../../build/linux/system.gyp:dridrm', | 89 '../../build/linux/system.gyp:dridrm', |
| 88 '../../skia/skia.gyp:skia', | 90 '../../skia/skia.gyp:skia', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 100 'dri_surface_unittest.cc', | 102 'dri_surface_unittest.cc', |
| 101 'hardware_display_controller_unittest.cc', | 103 'hardware_display_controller_unittest.cc', |
| 102 'screen_manager_unittest.cc', | 104 'screen_manager_unittest.cc', |
| 103 'test/mock_dri_wrapper.cc', | 105 'test/mock_dri_wrapper.cc', |
| 104 'test/mock_dri_wrapper.h', | 106 'test/mock_dri_wrapper.h', |
| 105 ], | 107 ], |
| 106 }, | 108 }, |
| 107 }, | 109 }, |
| 108 ], | 110 ], |
| 109 } | 111 } |
| OLD | NEW |