| 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_gbm', | 8 'ozone_platform_gbm', |
| 9 ], | 9 ], |
| 10 'internal_ozone_platform_unittest_deps': [ | 10 'internal_ozone_platform_unittest_deps': [ |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 ], | 169 ], |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 'target_name': 'ozone_platform_gbm_unittests', | 172 'target_name': 'ozone_platform_gbm_unittests', |
| 173 'type': 'none', | 173 'type': 'none', |
| 174 'dependencies': [ | 174 'dependencies': [ |
| 175 '../../build/linux/system.gyp:libdrm', | 175 '../../build/linux/system.gyp:libdrm', |
| 176 '../../skia/skia.gyp:skia', | 176 '../../skia/skia.gyp:skia', |
| 177 '../gfx/gfx.gyp:gfx', | 177 '../gfx/gfx.gyp:gfx', |
| 178 '../gfx/gfx.gyp:gfx_geometry', | 178 '../gfx/gfx.gyp:gfx_geometry', |
| 179 'ozone.gyp:ozone', | 179 'ozone.gyp:ozone_platform', |
| 180 'drm_atomic', | 180 'drm_atomic', |
| 181 ], | 181 ], |
| 182 'export_dependent_settings': [ | 182 'export_dependent_settings': [ |
| 183 '../../build/linux/system.gyp:libdrm', | 183 '../../build/linux/system.gyp:libdrm', |
| 184 '../../skia/skia.gyp:skia', | 184 '../../skia/skia.gyp:skia', |
| 185 '../gfx/gfx.gyp:gfx_geometry', | 185 '../gfx/gfx.gyp:gfx_geometry', |
| 186 'drm_atomic', | 186 'drm_atomic', |
| 187 ], | 187 ], |
| 188 'direct_dependent_settings': { | 188 'direct_dependent_settings': { |
| 189 'sources': [ | 189 'sources': [ |
| (...skipping 12 matching lines...) Expand all Loading... |
| 202 'gpu/mock_scanout_buffer.cc', | 202 'gpu/mock_scanout_buffer.cc', |
| 203 'gpu/mock_scanout_buffer.h', | 203 'gpu/mock_scanout_buffer.h', |
| 204 'gpu/mock_scanout_buffer_generator.cc', | 204 'gpu/mock_scanout_buffer_generator.cc', |
| 205 'gpu/mock_scanout_buffer_generator.h', | 205 'gpu/mock_scanout_buffer_generator.h', |
| 206 'gpu/screen_manager_unittest.cc', | 206 'gpu/screen_manager_unittest.cc', |
| 207 ], | 207 ], |
| 208 }, | 208 }, |
| 209 }, | 209 }, |
| 210 ], | 210 ], |
| 211 } | 211 } |
| OLD | NEW |