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 11 matching lines...) Expand all Loading... |
22 '../../base/base.gyp:base', | 22 '../../base/base.gyp:base', |
23 '../../build/linux/system.gyp:dridrm', | 23 '../../build/linux/system.gyp:dridrm', |
24 '../../skia/skia.gyp:skia', | 24 '../../skia/skia.gyp:skia', |
25 '../base/ui_base.gyp:ui_base', | 25 '../base/ui_base.gyp:ui_base', |
26 '../display/display.gyp:display_types', | 26 '../display/display.gyp:display_types', |
27 '../display/display.gyp:display_util', | 27 '../display/display.gyp:display_util', |
28 '../events/events.gyp:events', | 28 '../events/events.gyp:events', |
29 '../events/ozone/events_ozone.gyp:events_ozone_evdev', | 29 '../events/ozone/events_ozone.gyp:events_ozone_evdev', |
30 '../gfx/gfx.gyp:gfx', | 30 '../gfx/gfx.gyp:gfx', |
31 '../gfx/gfx.gyp:gfx_geometry', | 31 '../gfx/gfx.gyp:gfx_geometry', |
32 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone', | |
33 ], | 32 ], |
34 'defines': [ | 33 'defines': [ |
35 'OZONE_IMPLEMENTATION', | 34 'OZONE_IMPLEMENTATION', |
36 ], | 35 ], |
37 'sources': [ | 36 'sources': [ |
38 'chromeos/display_mode_dri.cc', | 37 'chromeos/display_mode_dri.cc', |
39 'chromeos/display_mode_dri.h', | 38 'chromeos/display_mode_dri.h', |
40 'chromeos/display_snapshot_dri.cc', | 39 'chromeos/display_snapshot_dri.cc', |
41 'chromeos/display_snapshot_dri.h', | 40 'chromeos/display_snapshot_dri.h', |
42 'chromeos/native_display_delegate_dri.cc', | 41 'chromeos/native_display_delegate_dri.cc', |
(...skipping 23 matching lines...) Expand all Loading... |
66 'virtual_terminal_manager.h', | 65 'virtual_terminal_manager.h', |
67 ], | 66 ], |
68 }, | 67 }, |
69 { | 68 { |
70 'target_name': 'ozone_platform_dri_unittests', | 69 'target_name': 'ozone_platform_dri_unittests', |
71 'type': 'none', | 70 'type': 'none', |
72 'dependencies': [ | 71 'dependencies': [ |
73 '../../build/linux/system.gyp:dridrm', | 72 '../../build/linux/system.gyp:dridrm', |
74 '../../skia/skia.gyp:skia', | 73 '../../skia/skia.gyp:skia', |
75 '../gfx/gfx.gyp:gfx_geometry', | 74 '../gfx/gfx.gyp:gfx_geometry', |
76 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone', | |
77 ], | 75 ], |
78 'export_dependent_settings': [ | 76 'export_dependent_settings': [ |
79 '../../build/linux/system.gyp:dridrm', | 77 '../../build/linux/system.gyp:dridrm', |
80 '../../skia/skia.gyp:skia', | 78 '../../skia/skia.gyp:skia', |
81 '../gfx/gfx.gyp:gfx_geometry', | 79 '../gfx/gfx.gyp:gfx_geometry', |
82 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone', | |
83 ], | 80 ], |
84 'direct_dependent_settings': { | 81 'direct_dependent_settings': { |
85 'sources': [ | 82 'sources': [ |
86 'dri_surface_factory_unittest.cc', | 83 'dri_surface_factory_unittest.cc', |
87 'dri_surface_unittest.cc', | 84 'dri_surface_unittest.cc', |
88 'hardware_display_controller_unittest.cc', | 85 'hardware_display_controller_unittest.cc', |
89 'screen_manager_unittest.cc', | 86 'screen_manager_unittest.cc', |
90 'test/mock_dri_surface.cc', | 87 'test/mock_dri_surface.cc', |
91 'test/mock_dri_surface.h', | 88 'test/mock_dri_surface.h', |
92 'test/mock_dri_wrapper.cc', | 89 'test/mock_dri_wrapper.cc', |
93 'test/mock_dri_wrapper.h', | 90 'test/mock_dri_wrapper.h', |
94 'test/mock_surface_generator.cc', | 91 'test/mock_surface_generator.cc', |
95 'test/mock_surface_generator.h', | 92 'test/mock_surface_generator.h', |
96 ], | 93 ], |
97 }, | 94 }, |
98 }, | 95 }, |
99 ], | 96 ], |
100 } | 97 } |
OLD | NEW |