OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |