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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 # GN version: //components/exo:wayland | 50 # GN version: //components/exo:wayland |
51 'target_name': 'exo_wayland', | 51 'target_name': 'exo_wayland', |
52 'type': 'static_library', | 52 'type': 'static_library', |
53 'include_dirs': [ | 53 'include_dirs': [ |
54 '..', | 54 '..', |
55 ], | 55 ], |
56 'dependencies': [ | 56 'dependencies': [ |
57 '../base/base.gyp:base', | 57 '../base/base.gyp:base', |
58 '../skia/skia.gyp:skia', | 58 '../skia/skia.gyp:skia', |
59 '../third_party/wayland/wayland.gyp:wayland_server', | 59 '../third_party/wayland/wayland.gyp:wayland_server', |
| 60 '../third_party/wayland-protocols/wayland-protocols.gyp:xdg_shell_pr
otocol', |
60 'exo', | 61 'exo', |
61 ], | 62 ], |
62 'sources': [ | 63 'sources': [ |
63 # Note: sources list duplicated in GN build. | 64 # Note: sources list duplicated in GN build. |
64 'exo/wayland/scoped_wl_types.cc', | 65 'exo/wayland/scoped_wl_types.cc', |
65 'exo/wayland/scoped_wl_types.h', | 66 'exo/wayland/scoped_wl_types.h', |
66 'exo/wayland/server.cc', | 67 'exo/wayland/server.cc', |
67 'exo/wayland/server.h', | 68 'exo/wayland/server.h', |
68 ], | 69 ], |
69 'conditions': [ | 70 'conditions': [ |
70 ['use_ozone==1', { | 71 ['use_ozone==1', { |
71 'dependencies': [ | 72 'dependencies': [ |
72 '../third_party/mesa/mesa.gyp:wayland_drm_protocol', | 73 '../third_party/mesa/mesa.gyp:wayland_drm_protocol', |
73 ], | 74 ], |
74 }], | 75 }], |
75 ], | 76 ], |
76 }, | 77 }, |
77 ], | 78 ], |
78 }], | 79 }], |
79 ], | 80 ], |
80 } | 81 } |
OLD | NEW |