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

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

Issue 1134993003: ozone: Implement zero/one-copy texture for Ozone GBM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to new crrev.com/1128113011 Created 5 years, 6 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_gbm', 8 'ozone_platform_gbm',
9 ], 9 ],
10 'internal_ozone_platforms': [ 10 'internal_ozone_platforms': [
(...skipping 29 matching lines...) Expand all
40 'gpu/gbm_buffer_base.cc', 40 'gpu/gbm_buffer_base.cc',
41 'gpu/gbm_buffer_base.h', 41 'gpu/gbm_buffer_base.h',
42 'gpu/gbm_device.cc', 42 'gpu/gbm_device.cc',
43 'gpu/gbm_device.h', 43 'gpu/gbm_device.h',
44 'gpu/gbm_surface.cc', 44 'gpu/gbm_surface.cc',
45 'gpu/gbm_surface.h', 45 'gpu/gbm_surface.h',
46 'gpu/gbm_surface_factory.cc', 46 'gpu/gbm_surface_factory.cc',
47 'gpu/gbm_surface_factory.h', 47 'gpu/gbm_surface_factory.h',
48 'gpu/gbm_surfaceless.cc', 48 'gpu/gbm_surfaceless.cc',
49 'gpu/gbm_surfaceless.h', 49 'gpu/gbm_surfaceless.h',
50 'gpu/vgem_pixmap.cc',
51 'gpu/vgem_pixmap.h',
50 'ozone_platform_gbm.cc', 52 'ozone_platform_gbm.cc',
51 'ozone_platform_gbm.h', 53 'ozone_platform_gbm.h',
52 ], 54 ],
53 'conditions': [ 55 'conditions': [
54 ['use_mesa_platform_null==1', { 56 ['use_mesa_platform_null==1', {
55 'defines': ['USE_MESA_PLATFORM_NULL'], 57 'defines': ['USE_MESA_PLATFORM_NULL'],
56 }], 58 }],
57 ], 59 ],
58 }, 60 },
59 ], 61 ],
60 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698