| 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 'target_name': 'wayland_util', | 8 'target_name': 'wayland_util', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'sources': [ | 10 'sources': [ |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 ], | 86 ], |
| 87 'direct_dependent_settings': { | 87 'direct_dependent_settings': { |
| 88 'include_dirs': [ | 88 'include_dirs': [ |
| 89 'include/src', | 89 'include/src', |
| 90 'include/protocol', | 90 'include/protocol', |
| 91 'src/src', | 91 'src/src', |
| 92 ], | 92 ], |
| 93 }, | 93 }, |
| 94 }, | 94 }, |
| 95 { | 95 { |
| 96 'target_name': 'wayland_client', | 96 'target_name': 'wayland-client', |
| 97 'type': 'static_library', | 97 'type': 'shared_library', |
| 98 'dependencies': [ | 98 'dependencies': [ |
| 99 '../../build/linux/system.gyp:libffi', | 99 '../../build/linux/system.gyp:libffi', |
| 100 'wayland_private', | 100 'wayland_private', |
| 101 'wayland_protocol', | 101 'wayland_protocol', |
| 102 'wayland_util', | 102 'wayland_util', |
| 103 ], | 103 ], |
| 104 'sources': [ | 104 'sources': [ |
| 105 'include/protocol/wayland-client-protocol.h', | 105 'include/protocol/wayland-client-protocol.h', |
| 106 'src/src/wayland-client.c', | 106 'src/src/wayland-client.c', |
| 107 ], | 107 ], |
| 108 'include_dirs': [ | 108 'include_dirs': [ |
| 109 'include/src', | 109 'include/src', |
| 110 'include/protocol', | 110 'include/protocol', |
| 111 'src/src', | 111 'src/src', |
| 112 ], | 112 ], |
| 113 'direct_dependent_settings': { | 113 'direct_dependent_settings': { |
| 114 'include_dirs': [ | 114 'include_dirs': [ |
| 115 'include/src', | 115 'include/src', |
| 116 'include/protocol', | 116 'include/protocol', |
| 117 'src/src', | 117 'src/src', |
| 118 ], | 118 ], |
| 119 }, | 119 }, |
| 120 }, | 120 }, |
| 121 ], | 121 ], |
| 122 } | 122 } |
| OLD | NEW |