| 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 '..', | 75 '..', |
| 76 ], | 76 ], |
| 77 'dependencies': [ | 77 'dependencies': [ |
| 78 '../base/base.gyp:base', | 78 '../base/base.gyp:base', |
| 79 '../ipc/ipc.gyp:ipc', | 79 '../ipc/ipc.gyp:ipc', |
| 80 '../skia/skia.gyp:skia', | 80 '../skia/skia.gyp:skia', |
| 81 '../third_party/wayland-protocols/wayland-protocols.gyp:alpha_compos
iting_protocol', | 81 '../third_party/wayland-protocols/wayland-protocols.gyp:alpha_compos
iting_protocol', |
| 82 '../third_party/wayland-protocols/wayland-protocols.gyp:gaming_input
_protocol', | 82 '../third_party/wayland-protocols/wayland-protocols.gyp:gaming_input
_protocol', |
| 83 '../third_party/wayland-protocols/wayland-protocols.gyp:remote_shell
_protocol', | 83 '../third_party/wayland-protocols/wayland-protocols.gyp:remote_shell
_protocol', |
| 84 '../third_party/wayland-protocols/wayland-protocols.gyp:secure_outpu
t_protocol', | 84 '../third_party/wayland-protocols/wayland-protocols.gyp:secure_outpu
t_protocol', |
| 85 '../third_party/wayland-protocols/wayland-protocols.gyp:stylus_proto
col', |
| 85 '../third_party/wayland-protocols/wayland-protocols.gyp:viewporter_p
rotocol', | 86 '../third_party/wayland-protocols/wayland-protocols.gyp:viewporter_p
rotocol', |
| 86 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr
otocol', | 87 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr
otocol', |
| 87 '../third_party/wayland-protocols/wayland-protocols.gyp:vsync_feedba
ck_protocol', | 88 '../third_party/wayland-protocols/wayland-protocols.gyp:vsync_feedba
ck_protocol', |
| 88 '../third_party/wayland/wayland.gyp:wayland_server', | 89 '../third_party/wayland/wayland.gyp:wayland_server', |
| 89 '../ui/aura/aura.gyp:aura', | 90 '../ui/aura/aura.gyp:aura', |
| 90 '../ui/events/events.gyp:dom_keycode_converter', | 91 '../ui/events/events.gyp:dom_keycode_converter', |
| 91 '../ui/display/display.gyp:display', | 92 '../ui/display/display.gyp:display', |
| 92 '../ui/events/events.gyp:events_base', | 93 '../ui/events/events.gyp:events_base', |
| 93 '../ui/views/views.gyp:views', | 94 '../ui/views/views.gyp:views', |
| 94 'exo', | 95 'exo', |
| (...skipping 20 matching lines...) Expand all Loading... |
| 115 'defines': [ | 116 'defines': [ |
| 116 'USE_XKBCOMMON', | 117 'USE_XKBCOMMON', |
| 117 ], | 118 ], |
| 118 }], | 119 }], |
| 119 ], | 120 ], |
| 120 }, | 121 }, |
| 121 ], | 122 ], |
| 122 }], | 123 }], |
| 123 ], | 124 ], |
| 124 } | 125 } |
| OLD | NEW |