| 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', | 14 'dri', |
| 15 'drm', |
| 15 ], | 16 ], |
| 16 }, | 17 }, |
| 17 'targets': [ | 18 'targets': [ |
| 18 { | 19 { |
| 19 'target_name': 'ozone_platform_drm', | 20 'target_name': 'ozone_platform_drm', |
| 20 'type': 'static_library', | 21 'type': 'static_library', |
| 21 'dependencies': [ | 22 'dependencies': [ |
| 22 '../../base/base.gyp:base', | 23 '../../base/base.gyp:base', |
| 23 '../../build/linux/system.gyp:libdrm', | 24 '../../build/linux/system.gyp:libdrm', |
| 24 '../../skia/skia.gyp:skia', | 25 '../../skia/skia.gyp:skia', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'gpu/hardware_display_controller_unittest.cc', | 125 'gpu/hardware_display_controller_unittest.cc', |
| 125 'gpu/hardware_display_plane_manager_unittest.cc', | 126 'gpu/hardware_display_plane_manager_unittest.cc', |
| 126 'gpu/screen_manager_unittest.cc', | 127 'gpu/screen_manager_unittest.cc', |
| 127 'test/mock_drm_device.cc', | 128 'test/mock_drm_device.cc', |
| 128 'test/mock_drm_device.h', | 129 'test/mock_drm_device.h', |
| 129 ], | 130 ], |
| 130 }, | 131 }, |
| 131 }, | 132 }, |
| 132 ], | 133 ], |
| 133 } | 134 } |
| OLD | NEW |