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 21 matching lines...) Expand all Loading... |
64 'scanout_surface.h', | 63 'scanout_surface.h', |
65 ], | 64 ], |
66 }, | 65 }, |
67 { | 66 { |
68 'target_name': 'ozone_platform_dri_unittests', | 67 'target_name': 'ozone_platform_dri_unittests', |
69 'type': 'none', | 68 'type': 'none', |
70 'dependencies': [ | 69 'dependencies': [ |
71 '../../build/linux/system.gyp:dridrm', | 70 '../../build/linux/system.gyp:dridrm', |
72 '../../skia/skia.gyp:skia', | 71 '../../skia/skia.gyp:skia', |
73 '../gfx/gfx.gyp:gfx_geometry', | 72 '../gfx/gfx.gyp:gfx_geometry', |
74 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone', | |
75 ], | 73 ], |
76 'export_dependent_settings': [ | 74 'export_dependent_settings': [ |
77 '../../build/linux/system.gyp:dridrm', | 75 '../../build/linux/system.gyp:dridrm', |
78 '../../skia/skia.gyp:skia', | 76 '../../skia/skia.gyp:skia', |
79 '../gfx/gfx.gyp:gfx_geometry', | 77 '../gfx/gfx.gyp:gfx_geometry', |
80 '../gfx/ozone/gfx_ozone.gyp:gfx_ozone', | |
81 ], | 78 ], |
82 'direct_dependent_settings': { | 79 'direct_dependent_settings': { |
83 'sources': [ | 80 'sources': [ |
84 'dri_surface_factory_unittest.cc', | 81 'dri_surface_factory_unittest.cc', |
85 'dri_surface_unittest.cc', | 82 'dri_surface_unittest.cc', |
86 'hardware_display_controller_unittest.cc', | 83 'hardware_display_controller_unittest.cc', |
87 'screen_manager_unittest.cc', | 84 'screen_manager_unittest.cc', |
88 'test/mock_dri_surface.cc', | 85 'test/mock_dri_surface.cc', |
89 'test/mock_dri_surface.h', | 86 'test/mock_dri_surface.h', |
90 'test/mock_dri_wrapper.cc', | 87 'test/mock_dri_wrapper.cc', |
91 'test/mock_dri_wrapper.h', | 88 'test/mock_dri_wrapper.h', |
92 'test/mock_surface_generator.cc', | 89 'test/mock_surface_generator.cc', |
93 'test/mock_surface_generator.h', | 90 'test/mock_surface_generator.h', |
94 ], | 91 ], |
95 }, | 92 }, |
96 }, | 93 }, |
97 ], | 94 ], |
98 } | 95 } |
OLD | NEW |