| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 '../../build/linux/system.gyp:dridrm', | 91 '../../build/linux/system.gyp:dridrm', |
| 92 '../../skia/skia.gyp:skia', | 92 '../../skia/skia.gyp:skia', |
| 93 '../gfx/gfx.gyp:gfx_geometry', | 93 '../gfx/gfx.gyp:gfx_geometry', |
| 94 ], | 94 ], |
| 95 'direct_dependent_settings': { | 95 'direct_dependent_settings': { |
| 96 'sources': [ | 96 'sources': [ |
| 97 'dri_surface_factory_unittest.cc', | 97 'dri_surface_factory_unittest.cc', |
| 98 'dri_surface_unittest.cc', | 98 'dri_surface_unittest.cc', |
| 99 'hardware_display_controller_unittest.cc', | 99 'hardware_display_controller_unittest.cc', |
| 100 'screen_manager_unittest.cc', | 100 'screen_manager_unittest.cc', |
| 101 'test/mock_dri_surface.cc', | |
| 102 'test/mock_dri_surface.h', | |
| 103 'test/mock_dri_wrapper.cc', | 101 'test/mock_dri_wrapper.cc', |
| 104 'test/mock_dri_wrapper.h', | 102 'test/mock_dri_wrapper.h', |
| 105 'test/mock_surface_generator.cc', | 103 'test/mock_surface_generator.cc', |
| 106 'test/mock_surface_generator.h', | 104 'test/mock_surface_generator.h', |
| 107 ], | 105 ], |
| 108 }, | 106 }, |
| 109 }, | 107 }, |
| 110 ], | 108 ], |
| 111 } | 109 } |
| OLD | NEW |