| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 '../gfx/gfx.gyp:gfx', | 51 '../gfx/gfx.gyp:gfx', |
| 52 '../gfx/gfx.gyp:gfx_geometry', | 52 '../gfx/gfx.gyp:gfx_geometry', |
| 53 'drm_atomic', | 53 'drm_atomic', |
| 54 ], | 54 ], |
| 55 'defines': [ | 55 'defines': [ |
| 56 'OZONE_IMPLEMENTATION', | 56 'OZONE_IMPLEMENTATION', |
| 57 ], | 57 ], |
| 58 'sources': [ | 58 'sources': [ |
| 59 'client_native_pixmap_factory_gbm.cc', | 59 'client_native_pixmap_factory_gbm.cc', |
| 60 'client_native_pixmap_factory_gbm.h', | 60 'client_native_pixmap_factory_gbm.h', |
| 61 'common/client_native_pixmap_dmabuf.cc', |
| 62 'common/client_native_pixmap_dmabuf.h', |
| 61 'common/drm_util.cc', | 63 'common/drm_util.cc', |
| 62 'common/drm_util.h', | 64 'common/drm_util.h', |
| 63 'common/scoped_drm_types.cc', | 65 'common/scoped_drm_types.cc', |
| 64 'common/scoped_drm_types.h', | 66 'common/scoped_drm_types.h', |
| 65 'gpu/crtc_controller.cc', | 67 'gpu/crtc_controller.cc', |
| 66 'gpu/crtc_controller.h', | 68 'gpu/crtc_controller.h', |
| 67 'gpu/display_change_observer.h', | 69 'gpu/display_change_observer.h', |
| 68 'gpu/drm_buffer.cc', | 70 'gpu/drm_buffer.cc', |
| 69 'gpu/drm_buffer.h', | 71 'gpu/drm_buffer.h', |
| 70 'gpu/drm_console_buffer.cc', | 72 'gpu/drm_console_buffer.cc', |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 'gpu/mock_scanout_buffer.cc', | 203 'gpu/mock_scanout_buffer.cc', |
| 202 'gpu/mock_scanout_buffer.h', | 204 'gpu/mock_scanout_buffer.h', |
| 203 'gpu/mock_scanout_buffer_generator.cc', | 205 'gpu/mock_scanout_buffer_generator.cc', |
| 204 'gpu/mock_scanout_buffer_generator.h', | 206 'gpu/mock_scanout_buffer_generator.h', |
| 205 'gpu/screen_manager_unittest.cc', | 207 'gpu/screen_manager_unittest.cc', |
| 206 ], | 208 ], |
| 207 }, | 209 }, |
| 208 }, | 210 }, |
| 209 ], | 211 ], |
| 210 } | 212 } |
| OLD | NEW |