| 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_platforms': [ | 10 'internal_ozone_platforms': [ |
| 11 'dri' | 11 'dri', |
| 12 ], | 12 ], |
| 13 }, | 13 }, |
| 14 'targets': [ | 14 'targets': [ |
| 15 { | 15 { |
| 16 'target_name': 'ozone_platform_dri', | 16 'target_name': 'ozone_platform_dri', |
| 17 'type': 'static_library', | 17 'type': 'static_library', |
| 18 'dependencies': [ | 18 'dependencies': [ |
| 19 '../../base/base.gyp:base', | 19 '../../base/base.gyp:base', |
| 20 '../../build/linux/system.gyp:dridrm', | 20 '../../build/linux/system.gyp:dridrm', |
| 21 '../../skia/skia.gyp:skia', | 21 '../../skia/skia.gyp:skia', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 50 'dri_vsync_provider.cc', | 50 'dri_vsync_provider.cc', |
| 51 'dri_vsync_provider.h', | 51 'dri_vsync_provider.h', |
| 52 'dri_wrapper.cc', | 52 'dri_wrapper.cc', |
| 53 'dri_wrapper.h', | 53 'dri_wrapper.h', |
| 54 'hardware_display_controller.cc', | 54 'hardware_display_controller.cc', |
| 55 'hardware_display_controller.h', | 55 'hardware_display_controller.h', |
| 56 'ozone_platform_dri.cc', | 56 'ozone_platform_dri.cc', |
| 57 'ozone_platform_dri.h', | 57 'ozone_platform_dri.h', |
| 58 'screen_manager.cc', | 58 'screen_manager.cc', |
| 59 'screen_manager.h', | 59 'screen_manager.h', |
| 60 'scanout_surface.h', |
| 60 ], | 61 ], |
| 61 }, | 62 }, |
| 62 ], | 63 ], |
| 63 } | 64 } |
| OLD | NEW |