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

Side by Side Diff: components/exo.gypi

Issue 1427743004: exo: Add support for wl_drm version 2 to wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wayland-drm-third-party
Patch Set: fix unit test and nit 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
« 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 '../third_party/wayland/wayland.gyp:wayland_server', 59 '../third_party/wayland/wayland.gyp:wayland_server',
60 'exo', 60 'exo',
61 ], 61 ],
62 'sources': [ 62 'sources': [
63 # Note: sources list duplicated in GN build. 63 # Note: sources list duplicated in GN build.
64 'exo/wayland/scoped_wl_types.cc', 64 'exo/wayland/scoped_wl_types.cc',
65 'exo/wayland/scoped_wl_types.h', 65 'exo/wayland/scoped_wl_types.h',
66 'exo/wayland/server.cc', 66 'exo/wayland/server.cc',
67 'exo/wayland/server.h', 67 'exo/wayland/server.h',
68 ], 68 ],
69 'conditions': [
70 ['use_ozone==1', {
71 'dependencies': [
72 '../third_party/mesa/mesa.gyp:wayland_drm_protocol',
73 ],
74 }],
75 ],
69 }, 76 },
70 ], 77 ],
71 }], 78 }],
72 ], 79 ],
73 } 80 }
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