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

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

Issue 1141243002: [Ozone-Drm] Remove GPU lock (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/gpu/gpu_lock.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_drm', 8 'ozone_platform_drm',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'gpu/drm_gpu_display_manager.cc', 62 'gpu/drm_gpu_display_manager.cc',
63 'gpu/drm_gpu_display_manager.h', 63 'gpu/drm_gpu_display_manager.h',
64 'gpu/drm_gpu_platform_support.cc', 64 'gpu/drm_gpu_platform_support.cc',
65 'gpu/drm_gpu_platform_support.h', 65 'gpu/drm_gpu_platform_support.h',
66 'gpu/drm_surface.cc', 66 'gpu/drm_surface.cc',
67 'gpu/drm_surface.h', 67 'gpu/drm_surface.h',
68 'gpu/drm_vsync_provider.cc', 68 'gpu/drm_vsync_provider.cc',
69 'gpu/drm_vsync_provider.h', 69 'gpu/drm_vsync_provider.h',
70 'gpu/drm_window.cc', 70 'gpu/drm_window.cc',
71 'gpu/drm_window.h', 71 'gpu/drm_window.h',
72 'gpu/gpu_lock.cc',
73 'gpu/gpu_lock.h',
74 'gpu/hardware_display_controller.cc', 72 'gpu/hardware_display_controller.cc',
75 'gpu/hardware_display_controller.h', 73 'gpu/hardware_display_controller.h',
76 'gpu/hardware_display_plane.cc', 74 'gpu/hardware_display_plane.cc',
77 'gpu/hardware_display_plane.h', 75 'gpu/hardware_display_plane.h',
78 'gpu/hardware_display_plane_manager.cc', 76 'gpu/hardware_display_plane_manager.cc',
79 'gpu/hardware_display_plane_manager.h', 77 'gpu/hardware_display_plane_manager.h',
80 'gpu/hardware_display_plane_manager_legacy.cc', 78 'gpu/hardware_display_plane_manager_legacy.cc',
81 'gpu/hardware_display_plane_manager_legacy.h', 79 'gpu/hardware_display_plane_manager_legacy.h',
82 'gpu/overlay_plane.cc', 80 'gpu/overlay_plane.cc',
83 'gpu/overlay_plane.h', 81 'gpu/overlay_plane.h',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'gpu/hardware_display_controller_unittest.cc', 124 'gpu/hardware_display_controller_unittest.cc',
127 'gpu/hardware_display_plane_manager_unittest.cc', 125 'gpu/hardware_display_plane_manager_unittest.cc',
128 'gpu/screen_manager_unittest.cc', 126 'gpu/screen_manager_unittest.cc',
129 'test/mock_drm_device.cc', 127 'test/mock_drm_device.cc',
130 'test/mock_drm_device.h', 128 'test/mock_drm_device.h',
131 ], 129 ],
132 }, 130 },
133 }, 131 },
134 ], 132 ],
135 } 133 }
OLDNEW
« no previous file with comments | « ui/ozone/platform/drm/BUILD.gn ('k') | ui/ozone/platform/drm/gpu/gpu_lock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698