| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'dri_vsync_provider.h', | 55 'dri_vsync_provider.h', |
| 56 'dri_wrapper.cc', | 56 'dri_wrapper.cc', |
| 57 'dri_wrapper.h', | 57 'dri_wrapper.h', |
| 58 'hardware_display_controller.cc', | 58 'hardware_display_controller.cc', |
| 59 'hardware_display_controller.h', | 59 'hardware_display_controller.h', |
| 60 'ozone_platform_dri.cc', | 60 'ozone_platform_dri.cc', |
| 61 'ozone_platform_dri.h', | 61 'ozone_platform_dri.h', |
| 62 'screen_manager.cc', | 62 'screen_manager.cc', |
| 63 'screen_manager.h', | 63 'screen_manager.h', |
| 64 'scanout_surface.h', | 64 'scanout_surface.h', |
| 65 'virtual_terminal_manager.cc', |
| 66 'virtual_terminal_manager.h', |
| 65 ], | 67 ], |
| 66 }, | 68 }, |
| 67 { | 69 { |
| 68 'target_name': 'ozone_platform_dri_unittests', | 70 'target_name': 'ozone_platform_dri_unittests', |
| 69 'type': 'none', | 71 'type': 'none', |
| 70 'dependencies': [ | 72 'dependencies': [ |
| 71 '../../build/linux/system.gyp:dridrm', | 73 '../../build/linux/system.gyp:dridrm', |
| 72 '../../skia/skia.gyp:skia', | 74 '../../skia/skia.gyp:skia', |
| 73 '../gfx/gfx.gyp:gfx_geometry', | 75 '../gfx/gfx.gyp:gfx_geometry', |
| 74 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone', | 76 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 89 'test/mock_dri_surface.h', | 91 'test/mock_dri_surface.h', |
| 90 'test/mock_dri_wrapper.cc', | 92 'test/mock_dri_wrapper.cc', |
| 91 'test/mock_dri_wrapper.h', | 93 'test/mock_dri_wrapper.h', |
| 92 'test/mock_surface_generator.cc', | 94 'test/mock_surface_generator.cc', |
| 93 'test/mock_surface_generator.h', | 95 'test/mock_surface_generator.h', |
| 94 ], | 96 ], |
| 95 }, | 97 }, |
| 96 }, | 98 }, |
| 97 ], | 99 ], |
| 98 } | 100 } |
| OLD | NEW |