| 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 | 10 |
| (...skipping 1191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1202 'host/chromoting_host_context.cc', | 1202 'host/chromoting_host_context.cc', |
| 1203 'host/chromoting_host_context.h', | 1203 'host/chromoting_host_context.h', |
| 1204 'host/client_session.cc', | 1204 'host/client_session.cc', |
| 1205 'host/client_session.h', | 1205 'host/client_session.h', |
| 1206 'host/clipboard.h', | 1206 'host/clipboard.h', |
| 1207 'host/clipboard_linux.cc', | 1207 'host/clipboard_linux.cc', |
| 1208 'host/clipboard_mac.mm', | 1208 'host/clipboard_mac.mm', |
| 1209 'host/clipboard_win.cc', | 1209 'host/clipboard_win.cc', |
| 1210 'host/composite_host_config.cc', | 1210 'host/composite_host_config.cc', |
| 1211 'host/composite_host_config.h', | 1211 'host/composite_host_config.h', |
| 1212 'host/constants.cc', | |
| 1213 'host/constants.h', | 1212 'host/constants.h', |
| 1214 'host/constants_mac.cc', | 1213 'host/constants_mac.cc', |
| 1215 'host/constants_mac.h', | 1214 'host/constants_mac.h', |
| 1216 'host/constants_win.cc', | 1215 'host/constants_win.cc', |
| 1217 'host/continue_window.h', | 1216 'host/continue_window.h', |
| 1218 'host/continue_window_gtk.cc', | 1217 'host/continue_window_gtk.cc', |
| 1219 'host/continue_window_mac.mm', | 1218 'host/continue_window_mac.mm', |
| 1220 'host/continue_window_win.cc', | 1219 'host/continue_window_win.cc', |
| 1221 'host/desktop_environment.cc', | 1220 'host/desktop_environment.cc', |
| 1222 'host/desktop_environment.h', | 1221 'host/desktop_environment.h', |
| 1223 'host/differ.cc', | 1222 'host/differ.cc', |
| 1224 'host/differ.h', | 1223 'host/differ.h', |
| 1225 'host/disconnect_window.h', | 1224 'host/disconnect_window.h', |
| 1226 'host/disconnect_window_gtk.cc', | 1225 'host/disconnect_window_gtk.cc', |
| 1227 'host/disconnect_window_mac.h', | 1226 'host/disconnect_window_mac.h', |
| 1228 'host/disconnect_window_mac.mm', | 1227 'host/disconnect_window_mac.mm', |
| 1229 'host/disconnect_window_win.cc', | 1228 'host/disconnect_window_win.cc', |
| 1229 'host/dns_blackhole_checker.cc', |
| 1230 'host/dns_blackhole_checker.h', |
| 1230 'host/event_executor.h', | 1231 'host/event_executor.h', |
| 1231 'host/event_executor_linux.cc', | 1232 'host/event_executor_linux.cc', |
| 1232 'host/event_executor_mac.cc', | 1233 'host/event_executor_mac.cc', |
| 1233 'host/event_executor_win.cc', | 1234 'host/event_executor_win.cc', |
| 1234 'host/gaia_oauth_client.cc', | 1235 'host/gaia_oauth_client.cc', |
| 1235 'host/gaia_oauth_client.h', | 1236 'host/gaia_oauth_client.h', |
| 1236 'host/heartbeat_sender.cc', | 1237 'host/heartbeat_sender.cc', |
| 1237 'host/heartbeat_sender.h', | 1238 'host/heartbeat_sender.h', |
| 1238 'host/host_config.cc', | 1239 'host/host_config.cc', |
| 1239 'host/host_config.h', | 1240 'host/host_config.h', |
| (...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1838 '../base/allocator/allocator.gyp:allocator', | 1839 '../base/allocator/allocator.gyp:allocator', |
| 1839 ], | 1840 ], |
| 1840 }, | 1841 }, |
| 1841 ], | 1842 ], |
| 1842 ], | 1843 ], |
| 1843 }], | 1844 }], |
| 1844 ], # end of 'conditions' | 1845 ], # end of 'conditions' |
| 1845 }, # end of target 'remoting_unittests' | 1846 }, # end of target 'remoting_unittests' |
| 1846 ], # end of targets | 1847 ], # end of targets |
| 1847 } | 1848 } |
| OLD | NEW |