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 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1125 'host/local_input_monitor.h', | 1125 'host/local_input_monitor.h', |
1126 'host/local_input_monitor_linux.cc', | 1126 'host/local_input_monitor_linux.cc', |
1127 'host/local_input_monitor_mac.mm', | 1127 'host/local_input_monitor_mac.mm', |
1128 'host/local_input_monitor_thread_linux.cc', | 1128 'host/local_input_monitor_thread_linux.cc', |
1129 'host/local_input_monitor_thread_linux.h', | 1129 'host/local_input_monitor_thread_linux.h', |
1130 'host/local_input_monitor_thread_win.cc', | 1130 'host/local_input_monitor_thread_win.cc', |
1131 'host/local_input_monitor_thread_win.h', | 1131 'host/local_input_monitor_thread_win.h', |
1132 'host/local_input_monitor_win.cc', | 1132 'host/local_input_monitor_win.cc', |
1133 'host/log_to_server.cc', | 1133 'host/log_to_server.cc', |
1134 'host/log_to_server.h', | 1134 'host/log_to_server.h', |
| 1135 'host/mouse_move_observer.h', |
1135 'host/network_settings.h', | 1136 'host/network_settings.h', |
1136 'host/pin_hash.cc', | 1137 'host/pin_hash.cc', |
1137 'host/pin_hash.h', | 1138 'host/pin_hash.h', |
1138 'host/policy_hack/nat_policy.h', | 1139 'host/policy_hack/nat_policy.h', |
1139 'host/policy_hack/nat_policy.cc', | 1140 'host/policy_hack/nat_policy.cc', |
1140 'host/policy_hack/nat_policy_linux.cc', | 1141 'host/policy_hack/nat_policy_linux.cc', |
1141 'host/policy_hack/nat_policy_mac.mm', | 1142 'host/policy_hack/nat_policy_mac.mm', |
1142 'host/policy_hack/nat_policy_win.cc', | 1143 'host/policy_hack/nat_policy_win.cc', |
1143 'host/register_support_host_request.cc', | 1144 'host/register_support_host_request.cc', |
1144 'host/register_support_host_request.h', | 1145 'host/register_support_host_request.h', |
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1706 '../base/allocator/allocator.gyp:allocator', | 1707 '../base/allocator/allocator.gyp:allocator', |
1707 ], | 1708 ], |
1708 }, | 1709 }, |
1709 ], | 1710 ], |
1710 ], | 1711 ], |
1711 }], | 1712 }], |
1712 ], # end of 'conditions' | 1713 ], # end of 'conditions' |
1713 }, # end of target 'remoting_unittests' | 1714 }, # end of target 'remoting_unittests' |
1714 ], # end of targets | 1715 ], # end of targets |
1715 } | 1716 } |
OLD | NEW |