| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'gpu/drm_buffer.cc', | 50 'gpu/drm_buffer.cc', |
| 51 'gpu/drm_buffer.h', | 51 'gpu/drm_buffer.h', |
| 52 'gpu/drm_console_buffer.cc', | 52 'gpu/drm_console_buffer.cc', |
| 53 'gpu/drm_console_buffer.h', | 53 'gpu/drm_console_buffer.h', |
| 54 'gpu/drm_device.cc', | 54 'gpu/drm_device.cc', |
| 55 'gpu/drm_device.h', | 55 'gpu/drm_device.h', |
| 56 'gpu/drm_device_generator.cc', | 56 'gpu/drm_device_generator.cc', |
| 57 'gpu/drm_device_generator.h', | 57 'gpu/drm_device_generator.h', |
| 58 'gpu/drm_device_manager.cc', | 58 'gpu/drm_device_manager.cc', |
| 59 'gpu/drm_device_manager.h', | 59 'gpu/drm_device_manager.h', |
| 60 'gpu/drm_display_mode.cc', | 60 'gpu/drm_display.cc', |
| 61 'gpu/drm_display_mode.h', | 61 'gpu/drm_display.h', |
| 62 'gpu/drm_display_snapshot.cc', | |
| 63 'gpu/drm_display_snapshot.h', | |
| 64 'gpu/drm_gpu_display_manager.cc', | 62 'gpu/drm_gpu_display_manager.cc', |
| 65 'gpu/drm_gpu_display_manager.h', | 63 'gpu/drm_gpu_display_manager.h', |
| 66 'gpu/drm_gpu_platform_support.cc', | 64 'gpu/drm_gpu_platform_support.cc', |
| 67 'gpu/drm_gpu_platform_support.h', | 65 'gpu/drm_gpu_platform_support.h', |
| 68 'gpu/drm_surface.cc', | 66 'gpu/drm_surface.cc', |
| 69 'gpu/drm_surface.h', | 67 'gpu/drm_surface.h', |
| 70 'gpu/drm_vsync_provider.cc', | 68 'gpu/drm_vsync_provider.cc', |
| 71 'gpu/drm_vsync_provider.h', | 69 'gpu/drm_vsync_provider.h', |
| 72 'gpu/drm_window.cc', | 70 'gpu/drm_window.cc', |
| 73 'gpu/drm_window.h', | 71 'gpu/drm_window.h', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'gpu/hardware_display_controller_unittest.cc', | 126 'gpu/hardware_display_controller_unittest.cc', |
| 129 'gpu/hardware_display_plane_manager_unittest.cc', | 127 'gpu/hardware_display_plane_manager_unittest.cc', |
| 130 'gpu/screen_manager_unittest.cc', | 128 'gpu/screen_manager_unittest.cc', |
| 131 'test/mock_drm_device.cc', | 129 'test/mock_drm_device.cc', |
| 132 'test/mock_drm_device.h', | 130 'test/mock_drm_device.h', |
| 133 ], | 131 ], |
| 134 }, | 132 }, |
| 135 }, | 133 }, |
| 136 ], | 134 ], |
| 137 } | 135 } |
| OLD | NEW |