| 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': [ |
| 11 'ozone_platform_drm_unittests', | 11 'ozone_platform_drm_unittests', |
| 12 ], | 12 ], |
| 13 'internal_ozone_platforms': [ | 13 'internal_ozone_platforms': [ |
| 14 'dri', | |
| 15 'drm', | 14 'drm', |
| 16 ], | 15 ], |
| 17 'use_drm_atomic%': 0, | 16 'use_drm_atomic%': 0, |
| 18 }, | 17 }, |
| 19 'targets': [ | 18 'targets': [ |
| 20 { | 19 { |
| 21 'target_name': 'ozone_platform_drm', | 20 'target_name': 'ozone_platform_drm', |
| 22 'type': 'static_library', | 21 'type': 'static_library', |
| 23 'dependencies': [ | 22 'dependencies': [ |
| 24 '../../base/base.gyp:base', | 23 '../../base/base.gyp:base', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 'gpu/hardware_display_controller_unittest.cc', | 144 'gpu/hardware_display_controller_unittest.cc', |
| 146 'gpu/hardware_display_plane_manager_unittest.cc', | 145 'gpu/hardware_display_plane_manager_unittest.cc', |
| 147 'gpu/screen_manager_unittest.cc', | 146 'gpu/screen_manager_unittest.cc', |
| 148 'test/mock_drm_device.cc', | 147 'test/mock_drm_device.cc', |
| 149 'test/mock_drm_device.h', | 148 'test/mock_drm_device.h', |
| 150 ], | 149 ], |
| 151 }, | 150 }, |
| 152 }, | 151 }, |
| 153 ], | 152 ], |
| 154 } | 153 } |
| OLD | NEW |