| 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 10 matching lines...) Expand all Loading... |
| 21 'type': 'static_library', | 21 'type': 'static_library', |
| 22 'dependencies': [ | 22 'dependencies': [ |
| 23 '../../base/base.gyp:base', | 23 '../../base/base.gyp:base', |
| 24 '../../build/linux/system.gyp:libdrm', | 24 '../../build/linux/system.gyp:libdrm', |
| 25 '../../skia/skia.gyp:skia', | 25 '../../skia/skia.gyp:skia', |
| 26 '../base/ui_base.gyp:ui_base', | 26 '../base/ui_base.gyp:ui_base', |
| 27 '../display/display.gyp:display_types', | 27 '../display/display.gyp:display_types', |
| 28 '../display/display.gyp:display_util', | 28 '../display/display.gyp:display_util', |
| 29 '../events/events.gyp:events', | 29 '../events/events.gyp:events', |
| 30 '../events/ozone/events_ozone.gyp:events_ozone_evdev', | 30 '../events/ozone/events_ozone.gyp:events_ozone_evdev', |
| 31 '../events/ozone/events_ozone.gyp:events_ozone_layout', |
| 31 '../gfx/gfx.gyp:gfx', | 32 '../gfx/gfx.gyp:gfx', |
| 32 '../gfx/gfx.gyp:gfx_geometry', | 33 '../gfx/gfx.gyp:gfx_geometry', |
| 33 ], | 34 ], |
| 34 'defines': [ | 35 'defines': [ |
| 35 'OZONE_IMPLEMENTATION', | 36 'OZONE_IMPLEMENTATION', |
| 36 ], | 37 ], |
| 37 'sources': [ | 38 'sources': [ |
| 38 'channel_observer.h', | 39 'channel_observer.h', |
| 39 'crtc_controller.cc', | 40 'crtc_controller.cc', |
| 40 'crtc_controller.h', | 41 'crtc_controller.h', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 120 'dri_window_delegate_impl_unittest.cc', | 121 'dri_window_delegate_impl_unittest.cc', |
| 121 'hardware_display_controller_unittest.cc', | 122 'hardware_display_controller_unittest.cc', |
| 122 'screen_manager_unittest.cc', | 123 'screen_manager_unittest.cc', |
| 123 'test/mock_dri_wrapper.cc', | 124 'test/mock_dri_wrapper.cc', |
| 124 'test/mock_dri_wrapper.h', | 125 'test/mock_dri_wrapper.h', |
| 125 ], | 126 ], |
| 126 }, | 127 }, |
| 127 }, | 128 }, |
| 128 ], | 129 ], |
| 129 } | 130 } |
| OLD | NEW |