| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 6 'includes': [ |
| 7 'remoting_host_linux.gypi', | 7 'remoting_host_linux.gypi', |
| 8 'remoting_host_mac.gypi', | 8 'remoting_host_mac.gypi', |
| 9 'remoting_host_win.gypi', | 9 'remoting_host_win.gypi', |
| 10 ], | 10 ], |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'host/ipc_audio_capturer.cc', | 142 'host/ipc_audio_capturer.cc', |
| 143 'host/ipc_audio_capturer.h', | 143 'host/ipc_audio_capturer.h', |
| 144 'host/ipc_constants.cc', | 144 'host/ipc_constants.cc', |
| 145 'host/ipc_constants.h', | 145 'host/ipc_constants.h', |
| 146 'host/ipc_desktop_environment.cc', | 146 'host/ipc_desktop_environment.cc', |
| 147 'host/ipc_desktop_environment.h', | 147 'host/ipc_desktop_environment.h', |
| 148 'host/ipc_host_event_logger.cc', | 148 'host/ipc_host_event_logger.cc', |
| 149 'host/ipc_host_event_logger.h', | 149 'host/ipc_host_event_logger.h', |
| 150 'host/ipc_input_injector.cc', | 150 'host/ipc_input_injector.cc', |
| 151 'host/ipc_input_injector.h', | 151 'host/ipc_input_injector.h', |
| 152 'host/ipc_mouse_cursor_monitor.cc', | |
| 153 'host/ipc_mouse_cursor_monitor.h', | |
| 154 'host/ipc_screen_controls.cc', | 152 'host/ipc_screen_controls.cc', |
| 155 'host/ipc_screen_controls.h', | 153 'host/ipc_screen_controls.h', |
| 156 'host/ipc_util.h', | 154 'host/ipc_util.h', |
| 157 'host/ipc_util_posix.cc', | 155 'host/ipc_util_posix.cc', |
| 158 'host/ipc_util_win.cc', | 156 'host/ipc_util_win.cc', |
| 159 'host/ipc_video_frame_capturer.cc', | 157 'host/ipc_video_frame_capturer.cc', |
| 160 'host/ipc_video_frame_capturer.h', | 158 'host/ipc_video_frame_capturer.h', |
| 161 'host/it2me_desktop_environment.cc', | 159 'host/it2me_desktop_environment.cc', |
| 162 'host/it2me_desktop_environment.h', | 160 'host/it2me_desktop_environment.h', |
| 163 'host/json_host_config.cc', | 161 'host/json_host_config.cc', |
| (...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 '../base/allocator/allocator.gyp:allocator', | 784 '../base/allocator/allocator.gyp:allocator', |
| 787 ], | 785 ], |
| 788 }], | 786 }], |
| 789 ], | 787 ], |
| 790 }, # end of target 'remoting_me2me_native_messaging_host' | 788 }, # end of target 'remoting_me2me_native_messaging_host' |
| 791 ], # end of 'targets' | 789 ], # end of 'targets' |
| 792 }], # OS!="win" | 790 }], # OS!="win" |
| 793 | 791 |
| 794 ], # end of 'conditions' | 792 ], # end of 'conditions' |
| 795 } | 793 } |
| OLD | NEW |