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

Side by Side Diff: components/exo.gypi

Issue 1745943003: exo: Add support for linux_dmabuf interface to wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wayland-protocols-linux-dmabuf
Patch Set: Prime -> LinuxDMABuf Created 4 years, 9 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 | « no previous file | components/exo/display.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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/exo 8 # GN version: //components/exo
9 'target_name': 'exo', 9 'target_name': 'exo',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'sources': [ 79 'sources': [
80 # Note: sources list duplicated in GN build. 80 # Note: sources list duplicated in GN build.
81 'exo/wayland/scoped_wl.cc', 81 'exo/wayland/scoped_wl.cc',
82 'exo/wayland/scoped_wl.h', 82 'exo/wayland/scoped_wl.h',
83 'exo/wayland/server.cc', 83 'exo/wayland/server.cc',
84 'exo/wayland/server.h', 84 'exo/wayland/server.h',
85 ], 85 ],
86 'conditions': [ 86 'conditions': [
87 ['use_ozone==1', { 87 ['use_ozone==1', {
88 'dependencies': [ 88 'dependencies': [
89 '../build/linux/system.gyp:libdrm',
89 '../third_party/mesa/mesa.gyp:wayland_drm_protocol', 90 '../third_party/mesa/mesa.gyp:wayland_drm_protocol',
91 '../third_party/wayland-protocols/wayland-protocols.gyp:linux_dm abuf_protocol',
90 ], 92 ],
91 }], 93 }],
92 ['use_xkbcommon==1', { 94 ['use_xkbcommon==1', {
93 'dependencies': [ 95 'dependencies': [
94 '../build/linux/system.gyp:xkbcommon', 96 '../build/linux/system.gyp:xkbcommon',
95 ], 97 ],
96 'defines': [ 98 'defines': [
97 'USE_XKBCOMMON', 99 'USE_XKBCOMMON',
98 ], 100 ],
99 }], 101 }],
100 ], 102 ],
101 }, 103 },
102 ], 104 ],
103 }], 105 }],
104 ], 106 ],
105 } 107 }
OLDNEW
« no previous file with comments | « no previous file | components/exo/display.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698