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

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

Issue 399213005: [Ozone-DRI] Adding ScanoutBuffer interface (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use RefCounted as base 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ui/ozone/platform/dri/dri_buffer.h » ('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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 'dri_wrapper.cc', 58 'dri_wrapper.cc',
59 'dri_wrapper.h', 59 'dri_wrapper.h',
60 'hardware_display_controller.cc', 60 'hardware_display_controller.cc',
61 'hardware_display_controller.h', 61 'hardware_display_controller.h',
62 'ozone_platform_dri.cc', 62 'ozone_platform_dri.cc',
63 'ozone_platform_dri.h', 63 'ozone_platform_dri.h',
64 'scoped_drm_types.cc', 64 'scoped_drm_types.cc',
65 'scoped_drm_types.h', 65 'scoped_drm_types.h',
66 'screen_manager.cc', 66 'screen_manager.cc',
67 'screen_manager.h', 67 'screen_manager.h',
68 'scanout_buffer.h',
68 'scanout_surface.h', 69 'scanout_surface.h',
69 'virtual_terminal_manager.cc', 70 'virtual_terminal_manager.cc',
70 'virtual_terminal_manager.h', 71 'virtual_terminal_manager.h',
71 ], 72 ],
72 'conditions': [ 73 'conditions': [
73 ['use_drm_atomic_flip==1', { 74 ['use_drm_atomic_flip==1', {
74 'sources': [ 75 'sources': [
75 'hardware_display_plane.cc', 76 'hardware_display_plane.cc',
76 'hardware_display_plane.h', 77 'hardware_display_plane.h',
77 ], 78 ],
(...skipping 22 matching lines...) Expand all
100 'screen_manager_unittest.cc', 101 'screen_manager_unittest.cc',
101 'test/mock_dri_wrapper.cc', 102 'test/mock_dri_wrapper.cc',
102 'test/mock_dri_wrapper.h', 103 'test/mock_dri_wrapper.h',
103 'test/mock_surface_generator.cc', 104 'test/mock_surface_generator.cc',
104 'test/mock_surface_generator.h', 105 'test/mock_surface_generator.h',
105 ], 106 ],
106 }, 107 },
107 }, 108 },
108 ], 109 ],
109 } 110 }
OLDNEW
« no previous file with comments | « no previous file | ui/ozone/platform/dri/dri_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698