| 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_manager.h', |
| 41 'exo/pointer.cc', | 44 'exo/pointer.cc', |
| 42 'exo/pointer.h', | 45 'exo/pointer.h', |
| 43 'exo/pointer_delegate.h', | 46 'exo/pointer_delegate.h', |
| 44 'exo/shared_memory.cc', | 47 'exo/shared_memory.cc', |
| 45 'exo/shared_memory.h', | 48 'exo/shared_memory.h', |
| 46 'exo/shell_surface.cc', | 49 'exo/shell_surface.cc', |
| 47 'exo/shell_surface.h', | 50 'exo/shell_surface.h', |
| 48 'exo/sub_surface.cc', | 51 'exo/sub_surface.cc', |
| 49 'exo/sub_surface.h', | 52 'exo/sub_surface.h', |
| 50 'exo/surface.cc', | 53 'exo/surface.cc', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 108 'defines': [ | 111 'defines': [ |
| 109 'USE_XKBCOMMON', | 112 'USE_XKBCOMMON', |
| 110 ], | 113 ], |
| 111 }], | 114 }], |
| 112 ], | 115 ], |
| 113 }, | 116 }, |
| 114 ], | 117 ], |
| 115 }], | 118 }], |
| 116 ], | 119 ], |
| 117 } | 120 } |
| OLD | NEW |