| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'host/ipc_audio_capturer.cc', | 163 'host/ipc_audio_capturer.cc', |
| 164 'host/ipc_audio_capturer.h', | 164 'host/ipc_audio_capturer.h', |
| 165 'host/ipc_constants.cc', | 165 'host/ipc_constants.cc', |
| 166 'host/ipc_constants.h', | 166 'host/ipc_constants.h', |
| 167 'host/ipc_desktop_environment.cc', | 167 'host/ipc_desktop_environment.cc', |
| 168 'host/ipc_desktop_environment.h', | 168 'host/ipc_desktop_environment.h', |
| 169 'host/ipc_host_event_logger.cc', | 169 'host/ipc_host_event_logger.cc', |
| 170 'host/ipc_host_event_logger.h', | 170 'host/ipc_host_event_logger.h', |
| 171 'host/ipc_input_injector.cc', | 171 'host/ipc_input_injector.cc', |
| 172 'host/ipc_input_injector.h', | 172 'host/ipc_input_injector.h', |
| 173 'host/ipc_mouse_cursor_monitor.cc', |
| 174 'host/ipc_mouse_cursor_monitor.h', |
| 173 'host/ipc_screen_controls.cc', | 175 'host/ipc_screen_controls.cc', |
| 174 'host/ipc_screen_controls.h', | 176 'host/ipc_screen_controls.h', |
| 175 'host/ipc_util.h', | 177 'host/ipc_util.h', |
| 176 'host/ipc_util_posix.cc', | 178 'host/ipc_util_posix.cc', |
| 177 'host/ipc_util_win.cc', | 179 'host/ipc_util_win.cc', |
| 178 'host/ipc_video_frame_capturer.cc', | 180 'host/ipc_video_frame_capturer.cc', |
| 179 'host/ipc_video_frame_capturer.h', | 181 'host/ipc_video_frame_capturer.h', |
| 180 'host/it2me_desktop_environment.cc', | 182 'host/it2me_desktop_environment.cc', |
| 181 'host/it2me_desktop_environment.h', | 183 'host/it2me_desktop_environment.h', |
| 182 'host/json_host_config.cc', | 184 'host/json_host_config.cc', |
| (...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 853 }], # mac_breakpad==1 | 855 }], # mac_breakpad==1 |
| 854 ], # conditions | 856 ], # conditions |
| 855 }], # OS=mac | 857 }], # OS=mac |
| 856 ], | 858 ], |
| 857 }, # end of target 'remoting_it2me_native_messaging_host' | 859 }, # end of target 'remoting_it2me_native_messaging_host' |
| 858 ], # end of 'targets' | 860 ], # end of 'targets' |
| 859 }], # OS!="win" | 861 }], # OS!="win" |
| 860 | 862 |
| 861 ], # end of 'conditions' | 863 ], # end of 'conditions' |
| 862 } | 864 } |
| OLD | NEW |