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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 '../gfx/gfx.gyp:gfx_geometry', | 109 '../gfx/gfx.gyp:gfx_geometry', |
110 'ozone_platform_dri', | 110 'ozone_platform_dri', |
111 ], | 111 ], |
112 'export_dependent_settings': [ | 112 'export_dependent_settings': [ |
113 '../../build/linux/system.gyp:libdrm', | 113 '../../build/linux/system.gyp:libdrm', |
114 '../../skia/skia.gyp:skia', | 114 '../../skia/skia.gyp:skia', |
115 '../gfx/gfx.gyp:gfx_geometry', | 115 '../gfx/gfx.gyp:gfx_geometry', |
116 ], | 116 ], |
117 'direct_dependent_settings': { | 117 'direct_dependent_settings': { |
118 'sources': [ | 118 'sources': [ |
119 'dri_surface_factory_unittest.cc', | |
120 'dri_surface_unittest.cc', | 119 'dri_surface_unittest.cc', |
121 'dri_window_delegate_impl_unittest.cc', | 120 'dri_window_delegate_impl_unittest.cc', |
122 'hardware_display_controller_unittest.cc', | 121 'hardware_display_controller_unittest.cc', |
123 'screen_manager_unittest.cc', | 122 'screen_manager_unittest.cc', |
124 'test/mock_dri_wrapper.cc', | 123 'test/mock_dri_wrapper.cc', |
125 'test/mock_dri_wrapper.h', | 124 'test/mock_dri_wrapper.h', |
126 ], | 125 ], |
127 }, | 126 }, |
128 }, | 127 }, |
129 ], | 128 ], |
130 } | 129 } |
OLD | NEW |