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 20 matching lines...) Expand all Loading... |
31 ], | 31 ], |
32 'sources': [ | 32 'sources': [ |
33 # Note: sources list duplicated in GN build. | 33 # Note: sources list duplicated in GN build. |
34 'exo/buffer.cc', | 34 'exo/buffer.cc', |
35 'exo/buffer.h', | 35 'exo/buffer.h', |
36 'exo/display.cc', | 36 'exo/display.cc', |
37 'exo/display.h', | 37 'exo/display.h', |
38 'exo/keyboard.cc', | 38 'exo/keyboard.cc', |
39 'exo/keyboard.h', | 39 'exo/keyboard.h', |
40 'exo/keyboard_delegate.h', | 40 'exo/keyboard_delegate.h', |
| 41 'exo/notification_surface.cc', |
| 42 'exo/notification_surface.h', |
| 43 'exo/notification_surface_registry.cc', |
| 44 'exo/notification_surface_registry.h', |
41 'exo/pointer.cc', | 45 'exo/pointer.cc', |
42 'exo/pointer.h', | 46 'exo/pointer.h', |
43 'exo/pointer_delegate.h', | 47 'exo/pointer_delegate.h', |
44 'exo/shared_memory.cc', | 48 'exo/shared_memory.cc', |
45 'exo/shared_memory.h', | 49 'exo/shared_memory.h', |
46 'exo/shell_surface.cc', | 50 'exo/shell_surface.cc', |
47 'exo/shell_surface.h', | 51 'exo/shell_surface.h', |
48 'exo/sub_surface.cc', | 52 'exo/sub_surface.cc', |
49 'exo/sub_surface.h', | 53 'exo/sub_surface.h', |
50 'exo/surface.cc', | 54 'exo/surface.cc', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 'defines': [ | 110 'defines': [ |
107 'USE_XKBCOMMON', | 111 'USE_XKBCOMMON', |
108 ], | 112 ], |
109 }], | 113 }], |
110 ], | 114 ], |
111 }, | 115 }, |
112 ], | 116 ], |
113 }], | 117 }], |
114 ], | 118 ], |
115 } | 119 } |
OLD | NEW |