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

Side by Side Diff: third_party/wayland/wayland.gyp

Issue 1752723003: exo: produce libwayland-client.so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « third_party/wayland/BUILD.gn ('k') | ui/ozone/platform/wayland/BUILD.gn » ('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 'target_name': 'wayland_util', 8 'target_name': 'wayland_util',
9 'type': 'static_library', 9 'type': 'static_library',
10 'sources': [ 10 'sources': [
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 ], 86 ],
87 'direct_dependent_settings': { 87 'direct_dependent_settings': {
88 'include_dirs': [ 88 'include_dirs': [
89 'include/src', 89 'include/src',
90 'include/protocol', 90 'include/protocol',
91 'src/src', 91 'src/src',
92 ], 92 ],
93 }, 93 },
94 }, 94 },
95 { 95 {
96 'target_name': 'wayland_client', 96 'target_name': 'wayland-client',
97 'type': 'static_library', 97 'type': 'shared_library',
98 'dependencies': [ 98 'dependencies': [
99 '../../build/linux/system.gyp:libffi', 99 '../../build/linux/system.gyp:libffi',
100 'wayland_private', 100 'wayland_private',
101 'wayland_protocol', 101 'wayland_protocol',
102 'wayland_util', 102 'wayland_util',
103 ], 103 ],
104 'sources': [ 104 'sources': [
105 'include/protocol/wayland-client-protocol.h', 105 'include/protocol/wayland-client-protocol.h',
106 'src/src/wayland-client.c', 106 'src/src/wayland-client.c',
107 ], 107 ],
108 'include_dirs': [ 108 'include_dirs': [
109 'include/src', 109 'include/src',
110 'include/protocol', 110 'include/protocol',
111 'src/src', 111 'src/src',
112 ], 112 ],
113 'direct_dependent_settings': { 113 'direct_dependent_settings': {
114 'include_dirs': [ 114 'include_dirs': [
115 'include/src', 115 'include/src',
116 'include/protocol', 116 'include/protocol',
117 'src/src', 117 'src/src',
118 ], 118 ],
119 }, 119 },
120 }, 120 },
121 ], 121 ],
122 } 122 }
OLDNEW
« no previous file with comments | « third_party/wayland/BUILD.gn ('k') | ui/ozone/platform/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698