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

Side by Side Diff: components/exo.gypi

Issue 1802993003: exo: Add support for secure_output interface to wayland bindings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wayland-protocols-secure-contents
Patch Set: improve unit test 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/buffer.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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'target_name': 'exo_wayland', 63 'target_name': 'exo_wayland',
64 'type': 'static_library', 64 'type': 'static_library',
65 'include_dirs': [ 65 'include_dirs': [
66 '..', 66 '..',
67 ], 67 ],
68 'dependencies': [ 68 'dependencies': [
69 '../base/base.gyp:base', 69 '../base/base.gyp:base',
70 '../ipc/ipc.gyp:ipc', 70 '../ipc/ipc.gyp:ipc',
71 '../skia/skia.gyp:skia', 71 '../skia/skia.gyp:skia',
72 '../third_party/wayland-protocols/wayland-protocols.gyp:scaler_proto col', 72 '../third_party/wayland-protocols/wayland-protocols.gyp:scaler_proto col',
73 '../third_party/wayland-protocols/wayland-protocols.gyp:secure_outpu t_protocol',
73 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr otocol', 74 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr otocol',
74 '../third_party/wayland/wayland.gyp:wayland_server', 75 '../third_party/wayland/wayland.gyp:wayland_server',
75 '../ui/events/events.gyp:dom_keycode_converter', 76 '../ui/events/events.gyp:dom_keycode_converter',
76 '../ui/events/events.gyp:events_base', 77 '../ui/events/events.gyp:events_base',
77 '../ui/views/views.gyp:views', 78 '../ui/views/views.gyp:views',
78 'exo', 79 'exo',
79 ], 80 ],
80 'sources': [ 81 'sources': [
81 # Note: sources list duplicated in GN build. 82 # Note: sources list duplicated in GN build.
82 'exo/wayland/scoped_wl.cc', 83 'exo/wayland/scoped_wl.cc',
(...skipping 16 matching lines...) Expand all
99 'defines': [ 100 'defines': [
100 'USE_XKBCOMMON', 101 'USE_XKBCOMMON',
101 ], 102 ],
102 }], 103 }],
103 ], 104 ],
104 }, 105 },
105 ], 106 ],
106 }], 107 }],
107 ], 108 ],
108 } 109 }
OLDNEW
« no previous file with comments | « no previous file | components/exo/buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698