| 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 'variables': { | 6 'variables': { |
| 7 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
| 8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 'remoting_audio': 0, | 10 'remoting_audio': 0, |
| (...skipping 1186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1197 'host/chromoting_host.cc', | 1197 'host/chromoting_host.cc', |
| 1198 'host/chromoting_host.h', | 1198 'host/chromoting_host.h', |
| 1199 'host/chromoting_host_context.cc', | 1199 'host/chromoting_host_context.cc', |
| 1200 'host/chromoting_host_context.h', | 1200 'host/chromoting_host_context.h', |
| 1201 'host/client_session.cc', | 1201 'host/client_session.cc', |
| 1202 'host/client_session.h', | 1202 'host/client_session.h', |
| 1203 'host/clipboard.h', | 1203 'host/clipboard.h', |
| 1204 'host/clipboard_linux.cc', | 1204 'host/clipboard_linux.cc', |
| 1205 'host/clipboard_mac.mm', | 1205 'host/clipboard_mac.mm', |
| 1206 'host/clipboard_win.cc', | 1206 'host/clipboard_win.cc', |
| 1207 'host/composite_host_config.cc', |
| 1208 'host/composite_host_config.h', |
| 1207 'host/constants.h', | 1209 'host/constants.h', |
| 1208 'host/constants_mac.cc', | 1210 'host/constants_mac.cc', |
| 1209 'host/constants_mac.h', | 1211 'host/constants_mac.h', |
| 1210 'host/constants_win.cc', | 1212 'host/constants_win.cc', |
| 1211 'host/continue_window.h', | 1213 'host/continue_window.h', |
| 1212 'host/continue_window_gtk.cc', | 1214 'host/continue_window_gtk.cc', |
| 1213 'host/continue_window_mac.mm', | 1215 'host/continue_window_mac.mm', |
| 1214 'host/continue_window_win.cc', | 1216 'host/continue_window_win.cc', |
| 1215 'host/desktop_environment.cc', | 1217 'host/desktop_environment.cc', |
| 1216 'host/desktop_environment.h', | 1218 'host/desktop_environment.h', |
| 1217 'host/differ.cc', | 1219 'host/differ.cc', |
| 1218 'host/differ.h', | 1220 'host/differ.h', |
| 1219 'host/disconnect_window.h', | 1221 'host/disconnect_window.h', |
| 1220 'host/disconnect_window_gtk.cc', | 1222 'host/disconnect_window_gtk.cc', |
| 1221 'host/disconnect_window_mac.h', | 1223 'host/disconnect_window_mac.h', |
| 1222 'host/disconnect_window_mac.mm', | 1224 'host/disconnect_window_mac.mm', |
| 1223 'host/disconnect_window_win.cc', | 1225 'host/disconnect_window_win.cc', |
| 1224 'host/event_executor.h', | 1226 'host/event_executor.h', |
| 1225 'host/event_executor_linux.cc', | 1227 'host/event_executor_linux.cc', |
| 1226 'host/event_executor_mac.cc', | 1228 'host/event_executor_mac.cc', |
| 1227 'host/event_executor_win.cc', | 1229 'host/event_executor_win.cc', |
| 1230 'host/gaia_oauth_client.cc', |
| 1231 'host/gaia_oauth_client.h', |
| 1228 'host/heartbeat_sender.cc', | 1232 'host/heartbeat_sender.cc', |
| 1229 'host/heartbeat_sender.h', | 1233 'host/heartbeat_sender.h', |
| 1230 'host/gaia_oauth_client.cc', | |
| 1231 'host/gaia_oauth_client.h', | |
| 1232 'host/host_config.cc', | 1234 'host/host_config.cc', |
| 1233 'host/host_config.h', | 1235 'host/host_config.h', |
| 1234 'host/host_key_pair.cc', | 1236 'host/host_key_pair.cc', |
| 1235 'host/host_key_pair.h', | 1237 'host/host_key_pair.h', |
| 1236 'host/host_port_allocator.cc', | 1238 'host/host_port_allocator.cc', |
| 1237 'host/host_port_allocator.h', | 1239 'host/host_port_allocator.h', |
| 1238 'host/host_secret.cc', | 1240 'host/host_secret.cc', |
| 1239 'host/host_secret.h', | 1241 'host/host_secret.h', |
| 1240 'host/host_status_observer.h', | 1242 'host/host_status_observer.h', |
| 1241 'host/host_user_interface.cc', | 1243 'host/host_user_interface.cc', |
| (...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1826 '../base/allocator/allocator.gyp:allocator', | 1828 '../base/allocator/allocator.gyp:allocator', |
| 1827 ], | 1829 ], |
| 1828 }, | 1830 }, |
| 1829 ], | 1831 ], |
| 1830 ], | 1832 ], |
| 1831 }], | 1833 }], |
| 1832 ], # end of 'conditions' | 1834 ], # end of 'conditions' |
| 1833 }, # end of target 'remoting_unittests' | 1835 }, # end of target 'remoting_unittests' |
| 1834 ], # end of targets | 1836 ], # end of targets |
| 1835 } | 1837 } |
| OLD | NEW |