| 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 22 matching lines...) Expand all Loading... |
| 33 'defines': [ | 33 'defines': [ |
| 34 'OZONE_IMPLEMENTATION', | 34 'OZONE_IMPLEMENTATION', |
| 35 ], | 35 ], |
| 36 'sources': [ | 36 'sources': [ |
| 37 'chromeos/display_mode_dri.cc', | 37 'chromeos/display_mode_dri.cc', |
| 38 'chromeos/display_mode_dri.h', | 38 'chromeos/display_mode_dri.h', |
| 39 'chromeos/display_snapshot_dri.cc', | 39 'chromeos/display_snapshot_dri.cc', |
| 40 'chromeos/display_snapshot_dri.h', | 40 'chromeos/display_snapshot_dri.h', |
| 41 'chromeos/native_display_delegate_dri.cc', | 41 'chromeos/native_display_delegate_dri.cc', |
| 42 'chromeos/native_display_delegate_dri.h', | 42 'chromeos/native_display_delegate_dri.h', |
| 43 'chromeos/native_display_delegate_proxy.cc', |
| 44 'chromeos/native_display_delegate_proxy.h', |
| 43 'cursor_factory_evdev_dri.cc', | 45 'cursor_factory_evdev_dri.cc', |
| 44 'cursor_factory_evdev_dri.h', | 46 'cursor_factory_evdev_dri.h', |
| 45 'dri_console_buffer.cc', | 47 'dri_console_buffer.cc', |
| 46 'dri_console_buffer.h', | 48 'dri_console_buffer.h', |
| 47 'dri_buffer.cc', | 49 'dri_buffer.cc', |
| 48 'dri_buffer.h', | 50 'dri_buffer.h', |
| 49 'dri_surface.cc', | 51 'dri_surface.cc', |
| 50 'dri_surface.h', | 52 'dri_surface.h', |
| 51 'dri_surface_factory.cc', | 53 'dri_surface_factory.cc', |
| 52 'dri_surface_factory.h', | 54 'dri_surface_factory.h', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'test/mock_dri_surface.h', | 95 'test/mock_dri_surface.h', |
| 94 'test/mock_dri_wrapper.cc', | 96 'test/mock_dri_wrapper.cc', |
| 95 'test/mock_dri_wrapper.h', | 97 'test/mock_dri_wrapper.h', |
| 96 'test/mock_surface_generator.cc', | 98 'test/mock_surface_generator.cc', |
| 97 'test/mock_surface_generator.h', | 99 'test/mock_surface_generator.h', |
| 98 ], | 100 ], |
| 99 }, | 101 }, |
| 100 }, | 102 }, |
| 101 ], | 103 ], |
| 102 } | 104 } |
| OLD | NEW |