| 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 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1251 'host/local_input_monitor.h', | 1251 'host/local_input_monitor.h', |
| 1252 'host/local_input_monitor_linux.cc', | 1252 'host/local_input_monitor_linux.cc', |
| 1253 'host/local_input_monitor_mac.mm', | 1253 'host/local_input_monitor_mac.mm', |
| 1254 'host/local_input_monitor_thread_linux.cc', | 1254 'host/local_input_monitor_thread_linux.cc', |
| 1255 'host/local_input_monitor_thread_linux.h', | 1255 'host/local_input_monitor_thread_linux.h', |
| 1256 'host/local_input_monitor_thread_win.cc', | 1256 'host/local_input_monitor_thread_win.cc', |
| 1257 'host/local_input_monitor_thread_win.h', | 1257 'host/local_input_monitor_thread_win.h', |
| 1258 'host/local_input_monitor_win.cc', | 1258 'host/local_input_monitor_win.cc', |
| 1259 'host/log_to_server.cc', | 1259 'host/log_to_server.cc', |
| 1260 'host/log_to_server.h', | 1260 'host/log_to_server.h', |
| 1261 'host/mouse_clamping_filter.cc', |
| 1262 'host/mouse_clamping_filter.h', |
| 1261 'host/mouse_move_observer.h', | 1263 'host/mouse_move_observer.h', |
| 1262 'host/network_settings.h', | 1264 'host/network_settings.h', |
| 1263 'host/pin_hash.cc', | 1265 'host/pin_hash.cc', |
| 1264 'host/pin_hash.h', | 1266 'host/pin_hash.h', |
| 1265 'host/policy_hack/policy_watcher.h', | 1267 'host/policy_hack/policy_watcher.h', |
| 1266 'host/policy_hack/policy_watcher.cc', | 1268 'host/policy_hack/policy_watcher.cc', |
| 1267 'host/policy_hack/policy_watcher_linux.cc', | 1269 'host/policy_hack/policy_watcher_linux.cc', |
| 1268 'host/policy_hack/policy_watcher_mac.mm', | 1270 'host/policy_hack/policy_watcher_mac.mm', |
| 1269 'host/policy_hack/policy_watcher_win.cc', | 1271 'host/policy_hack/policy_watcher_win.cc', |
| 1270 'host/register_support_host_request.cc', | 1272 'host/register_support_host_request.cc', |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1824 '../base/allocator/allocator.gyp:allocator', | 1826 '../base/allocator/allocator.gyp:allocator', |
| 1825 ], | 1827 ], |
| 1826 }, | 1828 }, |
| 1827 ], | 1829 ], |
| 1828 ], | 1830 ], |
| 1829 }], | 1831 }], |
| 1830 ], # end of 'conditions' | 1832 ], # end of 'conditions' |
| 1831 }, # end of target 'remoting_unittests' | 1833 }, # end of target 'remoting_unittests' |
| 1832 ], # end of targets | 1834 ], # end of targets |
| 1833 } | 1835 } |
| OLD | NEW |