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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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:alpha_compos
iting_protocol', |
75 '../third_party/wayland-protocols/wayland-protocols.gyp:remote_shell
_protocol', | 75 '../third_party/wayland-protocols/wayland-protocols.gyp:remote_shell
_protocol', |
76 '../third_party/wayland-protocols/wayland-protocols.gyp:scaler_proto
col', | |
77 '../third_party/wayland-protocols/wayland-protocols.gyp:secure_outpu
t_protocol', | 76 '../third_party/wayland-protocols/wayland-protocols.gyp:secure_outpu
t_protocol', |
78 '../third_party/wayland-protocols/wayland-protocols.gyp:viewporter_p
rotocol', | 77 '../third_party/wayland-protocols/wayland-protocols.gyp:viewporter_p
rotocol', |
79 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr
otocol', | 78 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr
otocol', |
80 '../third_party/wayland/wayland.gyp:wayland_server', | 79 '../third_party/wayland/wayland.gyp:wayland_server', |
81 '../ui/aura/aura.gyp:aura', | 80 '../ui/aura/aura.gyp:aura', |
82 '../ui/events/events.gyp:dom_keycode_converter', | 81 '../ui/events/events.gyp:dom_keycode_converter', |
83 '../ui/display/display.gyp:display', | 82 '../ui/display/display.gyp:display', |
84 '../ui/events/events.gyp:events_base', | 83 '../ui/events/events.gyp:events_base', |
85 '../ui/views/views.gyp:views', | 84 '../ui/views/views.gyp:views', |
86 'exo', | 85 'exo', |
(...skipping 20 matching lines...) Expand all Loading... |
107 'defines': [ | 106 'defines': [ |
108 'USE_XKBCOMMON', | 107 'USE_XKBCOMMON', |
109 ], | 108 ], |
110 }], | 109 }], |
111 ], | 110 ], |
112 }, | 111 }, |
113 ], | 112 ], |
114 }], | 113 }], |
115 ], | 114 ], |
116 } | 115 } |
OLD | NEW |