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

Side by Side Diff: components/exo.gypi

Issue 1962473002: exo: Add support for alpha_compositing interface to wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wayland-protocols-alpha-compositing
Patch Set: address review feedback Created 4 years, 7 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/surface.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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 # GN version: //components/exo:wayland 64 # GN version: //components/exo:wayland
65 'target_name': 'exo_wayland', 65 'target_name': 'exo_wayland',
66 'type': 'static_library', 66 'type': 'static_library',
67 'include_dirs': [ 67 'include_dirs': [
68 '..', 68 '..',
69 ], 69 ],
70 'dependencies': [ 70 'dependencies': [
71 '../base/base.gyp:base', 71 '../base/base.gyp:base',
72 '../ipc/ipc.gyp:ipc', 72 '../ipc/ipc.gyp:ipc',
73 '../skia/skia.gyp:skia', 73 '../skia/skia.gyp:skia',
74 '../third_party/wayland-protocols/wayland-protocols.gyp:alpha_compos iting_protocol',
74 '../third_party/wayland-protocols/wayland-protocols.gyp:scaler_proto col', 75 '../third_party/wayland-protocols/wayland-protocols.gyp:scaler_proto col',
75 '../third_party/wayland-protocols/wayland-protocols.gyp:secure_outpu t_protocol', 76 '../third_party/wayland-protocols/wayland-protocols.gyp:secure_outpu t_protocol',
76 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr otocol', 77 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr otocol',
77 '../third_party/wayland/wayland.gyp:wayland_server', 78 '../third_party/wayland/wayland.gyp:wayland_server',
78 '../ui/events/events.gyp:dom_keycode_converter', 79 '../ui/events/events.gyp:dom_keycode_converter',
79 '../ui/display/display.gyp:display', 80 '../ui/display/display.gyp:display',
80 '../ui/events/events.gyp:events_base', 81 '../ui/events/events.gyp:events_base',
81 '../ui/views/views.gyp:views', 82 '../ui/views/views.gyp:views',
82 'exo', 83 'exo',
83 ], 84 ],
(...skipping 19 matching lines...) Expand all
103 'defines': [ 104 'defines': [
104 'USE_XKBCOMMON', 105 'USE_XKBCOMMON',
105 ], 106 ],
106 }], 107 }],
107 ], 108 ],
108 }, 109 },
109 ], 110 ],
110 }], 111 }],
111 ], 112 ],
112 } 113 }
OLDNEW
« no previous file with comments | « no previous file | components/exo/surface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698