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

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

Issue 1426993003: Ozone: Dont hardcode format to YUV when using Overlay Composition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cosmetic fixes Created 5 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
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_gbm', 8 'ozone_platform_gbm',
9 ], 9 ],
10 'internal_ozone_platform_unittest_deps': [ 10 'internal_ozone_platform_unittest_deps': [
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'gpu/drm_device_generator.cc', 61 'gpu/drm_device_generator.cc',
62 'gpu/drm_device_generator.h', 62 'gpu/drm_device_generator.h',
63 'gpu/drm_device_manager.cc', 63 'gpu/drm_device_manager.cc',
64 'gpu/drm_device_manager.h', 64 'gpu/drm_device_manager.h',
65 'gpu/drm_display.cc', 65 'gpu/drm_display.cc',
66 'gpu/drm_display.h', 66 'gpu/drm_display.h',
67 'gpu/drm_gpu_display_manager.cc', 67 'gpu/drm_gpu_display_manager.cc',
68 'gpu/drm_gpu_display_manager.h', 68 'gpu/drm_gpu_display_manager.h',
69 'gpu/drm_gpu_platform_support.cc', 69 'gpu/drm_gpu_platform_support.cc',
70 'gpu/drm_gpu_platform_support.h', 70 'gpu/drm_gpu_platform_support.h',
71 'gpu/drm_overlay_candidate.cc',
72 'gpu/drm_overlay_candidate.h',
71 'gpu/drm_thread.cc', 73 'gpu/drm_thread.cc',
72 'gpu/drm_thread.h', 74 'gpu/drm_thread.h',
73 'gpu/drm_thread_message_proxy.cc', 75 'gpu/drm_thread_message_proxy.cc',
74 'gpu/drm_thread_message_proxy.h', 76 'gpu/drm_thread_message_proxy.h',
75 'gpu/drm_thread_proxy.cc', 77 'gpu/drm_thread_proxy.cc',
76 'gpu/drm_thread_proxy.h', 78 'gpu/drm_thread_proxy.h',
77 'gpu/drm_vsync_provider.cc', 79 'gpu/drm_vsync_provider.cc',
78 'gpu/drm_vsync_provider.h', 80 'gpu/drm_vsync_provider.h',
79 'gpu/drm_window.cc', 81 'gpu/drm_window.cc',
80 'gpu/drm_window.h', 82 'gpu/drm_window.h',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 'gpu/mock_buffer_generator.cc', 178 'gpu/mock_buffer_generator.cc',
177 'gpu/mock_buffer_generator.h', 179 'gpu/mock_buffer_generator.h',
178 'gpu/mock_drm_device.cc', 180 'gpu/mock_drm_device.cc',
179 'gpu/mock_drm_device.h', 181 'gpu/mock_drm_device.h',
180 'gpu/screen_manager_unittest.cc', 182 'gpu/screen_manager_unittest.cc',
181 ], 183 ],
182 }, 184 },
183 }, 185 },
184 ], 186 ],
185 } 187 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698