Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(302)

Side by Side Diff: ui/ozone/platform/dri/dri.gypi

Issue 409793007: Add plane manager to the atomic swap path. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 'screen_manager.h', 67 'screen_manager.h',
68 'scanout_buffer.h', 68 'scanout_buffer.h',
69 'scanout_surface.h', 69 'scanout_surface.h',
70 'virtual_terminal_manager.cc', 70 'virtual_terminal_manager.cc',
71 'virtual_terminal_manager.h', 71 'virtual_terminal_manager.h',
72 ], 72 ],
73 'conditions': [ 73 'conditions': [
74 ['use_drm_atomic_flip==1', { 74 ['use_drm_atomic_flip==1', {
75 'sources': [ 75 'sources': [
76 'hardware_display_plane.cc', 76 'hardware_display_plane.cc',
77 » 'hardware_display_plane.h', 77 'hardware_display_plane.h',
78 'hardware_display_plane_manager.cc',
79 'hardware_display_plane_manager.h',
78 ], 80 ],
79 }], 81 }],
80 ], 82 ],
81 }, 83 },
82 { 84 {
83 'target_name': 'ozone_platform_dri_unittests', 85 'target_name': 'ozone_platform_dri_unittests',
84 'type': 'none', 86 'type': 'none',
85 'dependencies': [ 87 'dependencies': [
86 '../../build/linux/system.gyp:dridrm', 88 '../../build/linux/system.gyp:dridrm',
87 '../../skia/skia.gyp:skia', 89 '../../skia/skia.gyp:skia',
(...skipping 13 matching lines...) Expand all
101 'screen_manager_unittest.cc', 103 'screen_manager_unittest.cc',
102 'test/mock_dri_wrapper.cc', 104 'test/mock_dri_wrapper.cc',
103 'test/mock_dri_wrapper.h', 105 'test/mock_dri_wrapper.h',
104 'test/mock_surface_generator.cc', 106 'test/mock_surface_generator.cc',
105 'test/mock_surface_generator.h', 107 'test/mock_surface_generator.h',
106 ], 108 ],
107 }, 109 },
108 }, 110 },
109 ], 111 ],
110 } 112 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/dri/hardware_display_plane.h » ('j') | ui/ozone/platform/dri/hardware_display_plane_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698