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

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

Issue 1128113011: ozone: Introduce ClientPixmap and ClientPixmapFactory for non-GPU processes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix extensions_unittests Created 5 years, 4 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_drm', 8 'ozone_platform_drm',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 20 matching lines...) Expand all
31 '../events/ozone/events_ozone.gyp:events_ozone_evdev', 31 '../events/ozone/events_ozone.gyp:events_ozone_evdev',
32 '../events/ozone/events_ozone.gyp:events_ozone_layout', 32 '../events/ozone/events_ozone.gyp:events_ozone_layout',
33 '../events/platform/events_platform.gyp:events_platform', 33 '../events/platform/events_platform.gyp:events_platform',
34 '../gfx/gfx.gyp:gfx', 34 '../gfx/gfx.gyp:gfx',
35 '../gfx/gfx.gyp:gfx_geometry', 35 '../gfx/gfx.gyp:gfx_geometry',
36 ], 36 ],
37 'defines': [ 37 'defines': [
38 'OZONE_IMPLEMENTATION', 38 'OZONE_IMPLEMENTATION',
39 ], 39 ],
40 'sources': [ 40 'sources': [
41 'common/client_native_pixmap_factory_drm.cc',
42 'common/client_native_pixmap_factory_drm.h',
41 'common/drm_util.cc', 43 'common/drm_util.cc',
42 'common/drm_util.h', 44 'common/drm_util.h',
43 'common/scoped_drm_types.cc', 45 'common/scoped_drm_types.cc',
44 'common/scoped_drm_types.h', 46 'common/scoped_drm_types.h',
45 'gpu/crtc_controller.cc', 47 'gpu/crtc_controller.cc',
46 'gpu/crtc_controller.h', 48 'gpu/crtc_controller.h',
47 'gpu/display_change_observer.h', 49 'gpu/display_change_observer.h',
48 'gpu/drm_buffer.cc', 50 'gpu/drm_buffer.cc',
49 'gpu/drm_buffer.h', 51 'gpu/drm_buffer.h',
50 'gpu/drm_console_buffer.cc', 52 'gpu/drm_console_buffer.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'gpu/hardware_display_controller_unittest.cc', 146 'gpu/hardware_display_controller_unittest.cc',
145 'gpu/hardware_display_plane_manager_unittest.cc', 147 'gpu/hardware_display_plane_manager_unittest.cc',
146 'gpu/screen_manager_unittest.cc', 148 'gpu/screen_manager_unittest.cc',
147 'test/mock_drm_device.cc', 149 'test/mock_drm_device.cc',
148 'test/mock_drm_device.h', 150 'test/mock_drm_device.h',
149 ], 151 ],
150 }, 152 },
151 }, 153 },
152 ], 154 ],
153 } 155 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/common/client_native_pixmap_factory_gbm.cc ('k') | ui/ozone/platform/drm/gbm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698