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

Side by Side Diff: components/exo.gypi

Issue 1411403007: exo: Add minimal support for xdg-shell interface to wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@weston-third-party
Patch Set: rebase Created 5 years 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/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 # 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 # GN version: //components/exo:wayland 50 # GN version: //components/exo:wayland
51 'target_name': 'exo_wayland', 51 'target_name': 'exo_wayland',
52 'type': 'static_library', 52 'type': 'static_library',
53 'include_dirs': [ 53 'include_dirs': [
54 '..', 54 '..',
55 ], 55 ],
56 'dependencies': [ 56 'dependencies': [
57 '../base/base.gyp:base', 57 '../base/base.gyp:base',
58 '../skia/skia.gyp:skia', 58 '../skia/skia.gyp:skia',
59 '../third_party/wayland/wayland.gyp:wayland_server', 59 '../third_party/wayland/wayland.gyp:wayland_server',
60 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr otocol',
60 'exo', 61 'exo',
61 ], 62 ],
62 'sources': [ 63 'sources': [
63 # Note: sources list duplicated in GN build. 64 # Note: sources list duplicated in GN build.
64 'exo/wayland/scoped_wl_types.cc', 65 'exo/wayland/scoped_wl_types.cc',
65 'exo/wayland/scoped_wl_types.h', 66 'exo/wayland/scoped_wl_types.h',
66 'exo/wayland/server.cc', 67 'exo/wayland/server.cc',
67 'exo/wayland/server.h', 68 'exo/wayland/server.h',
68 ], 69 ],
69 'conditions': [ 70 'conditions': [
70 ['use_ozone==1', { 71 ['use_ozone==1', {
71 'dependencies': [ 72 'dependencies': [
72 '../third_party/mesa/mesa.gyp:wayland_drm_protocol', 73 '../third_party/mesa/mesa.gyp:wayland_drm_protocol',
73 ], 74 ],
74 }], 75 }],
75 ], 76 ],
76 }, 77 },
77 ], 78 ],
78 }], 79 }],
79 ], 80 ],
80 } 81 }
OLDNEW
« no previous file with comments | « no previous file | components/exo/wayland/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698