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 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1311 'host/host_secret.h', | 1311 'host/host_secret.h', |
1312 'host/host_status_observer.h', | 1312 'host/host_status_observer.h', |
1313 'host/host_user_interface.cc', | 1313 'host/host_user_interface.cc', |
1314 'host/host_user_interface.h', | 1314 'host/host_user_interface.h', |
1315 'host/in_memory_host_config.cc', | 1315 'host/in_memory_host_config.cc', |
1316 'host/in_memory_host_config.h', | 1316 'host/in_memory_host_config.h', |
1317 'host/it2me_host_user_interface.cc', | 1317 'host/it2me_host_user_interface.cc', |
1318 'host/it2me_host_user_interface.h', | 1318 'host/it2me_host_user_interface.h', |
1319 'host/json_host_config.cc', | 1319 'host/json_host_config.cc', |
1320 'host/json_host_config.h', | 1320 'host/json_host_config.h', |
| 1321 'host/linux/x_server_clipboard.cc', |
| 1322 'host/linux/x_server_clipboard.h', |
1321 'host/local_input_monitor.h', | 1323 'host/local_input_monitor.h', |
1322 'host/local_input_monitor_linux.cc', | 1324 'host/local_input_monitor_linux.cc', |
1323 'host/local_input_monitor_mac.mm', | 1325 'host/local_input_monitor_mac.mm', |
1324 'host/local_input_monitor_thread_linux.cc', | 1326 'host/local_input_monitor_thread_linux.cc', |
1325 'host/local_input_monitor_thread_linux.h', | 1327 'host/local_input_monitor_thread_linux.h', |
1326 'host/local_input_monitor_thread_win.cc', | 1328 'host/local_input_monitor_thread_win.cc', |
1327 'host/local_input_monitor_thread_win.h', | 1329 'host/local_input_monitor_thread_win.h', |
1328 'host/local_input_monitor_win.cc', | 1330 'host/local_input_monitor_win.cc', |
1329 'host/log_to_server.cc', | 1331 'host/log_to_server.cc', |
1330 'host/log_to_server.h', | 1332 'host/log_to_server.h', |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1916 '../base/allocator/allocator.gyp:allocator', | 1918 '../base/allocator/allocator.gyp:allocator', |
1917 ], | 1919 ], |
1918 }, | 1920 }, |
1919 ], | 1921 ], |
1920 ], | 1922 ], |
1921 }], | 1923 }], |
1922 ], # end of 'conditions' | 1924 ], # end of 'conditions' |
1923 }, # end of target 'remoting_unittests' | 1925 }, # end of target 'remoting_unittests' |
1924 ], # end of targets | 1926 ], # end of targets |
1925 } | 1927 } |
OLD | NEW |