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

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

Issue 696983002: Remove Virtual Terminal Manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove VT* files from dri/BUILD.gn Created 6 years, 1 month 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
« no previous file with comments | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/ozone_platform_dri.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 'native_display_delegate_dri.h', 77 'native_display_delegate_dri.h',
78 'overlay_plane.cc', 78 'overlay_plane.cc',
79 'overlay_plane.h', 79 'overlay_plane.h',
80 'ozone_platform_dri.cc', 80 'ozone_platform_dri.cc',
81 'ozone_platform_dri.h', 81 'ozone_platform_dri.h',
82 'scoped_drm_types.cc', 82 'scoped_drm_types.cc',
83 'scoped_drm_types.h', 83 'scoped_drm_types.h',
84 'screen_manager.cc', 84 'screen_manager.cc',
85 'screen_manager.h', 85 'screen_manager.h',
86 'scanout_buffer.h', 86 'scanout_buffer.h',
87 'virtual_terminal_manager.cc',
88 'virtual_terminal_manager.h',
89 ], 87 ],
90 'conditions': [ 88 'conditions': [
91 ['use_drm_atomic_flip==1', { 89 ['use_drm_atomic_flip==1', {
92 'sources': [ 90 'sources': [
93 'hardware_display_plane.cc', 91 'hardware_display_plane.cc',
94 'hardware_display_plane.h', 92 'hardware_display_plane.h',
95 'hardware_display_plane_manager.cc', 93 'hardware_display_plane_manager.cc',
96 'hardware_display_plane_manager.h', 94 'hardware_display_plane_manager.h',
97 ], 95 ],
98 }], 96 }],
(...skipping 19 matching lines...) Expand all
118 'dri_surface_unittest.cc', 116 'dri_surface_unittest.cc',
119 'hardware_display_controller_unittest.cc', 117 'hardware_display_controller_unittest.cc',
120 'screen_manager_unittest.cc', 118 'screen_manager_unittest.cc',
121 'test/mock_dri_wrapper.cc', 119 'test/mock_dri_wrapper.cc',
122 'test/mock_dri_wrapper.h', 120 'test/mock_dri_wrapper.h',
123 ], 121 ],
124 }, 122 },
125 }, 123 },
126 ], 124 ],
127 } 125 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/dri/BUILD.gn ('k') | ui/ozone/platform/dri/ozone_platform_dri.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698