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 1369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1380 'host/host_secret.h', | 1380 'host/host_secret.h', |
1381 'host/host_status_observer.h', | 1381 'host/host_status_observer.h', |
1382 'host/host_user_interface.cc', | 1382 'host/host_user_interface.cc', |
1383 'host/host_user_interface.h', | 1383 'host/host_user_interface.h', |
1384 'host/in_memory_host_config.cc', | 1384 'host/in_memory_host_config.cc', |
1385 'host/in_memory_host_config.h', | 1385 'host/in_memory_host_config.h', |
1386 'host/it2me_host_user_interface.cc', | 1386 'host/it2me_host_user_interface.cc', |
1387 'host/it2me_host_user_interface.h', | 1387 'host/it2me_host_user_interface.h', |
1388 'host/json_host_config.cc', | 1388 'host/json_host_config.cc', |
1389 'host/json_host_config.h', | 1389 'host/json_host_config.h', |
| 1390 'host/linux/x_server_clipboard.cc', |
| 1391 'host/linux/x_server_clipboard.h', |
1390 'host/local_input_monitor.h', | 1392 'host/local_input_monitor.h', |
1391 'host/local_input_monitor_linux.cc', | 1393 'host/local_input_monitor_linux.cc', |
1392 'host/local_input_monitor_mac.mm', | 1394 'host/local_input_monitor_mac.mm', |
1393 'host/local_input_monitor_thread_linux.cc', | 1395 'host/local_input_monitor_thread_linux.cc', |
1394 'host/local_input_monitor_thread_linux.h', | 1396 'host/local_input_monitor_thread_linux.h', |
1395 'host/local_input_monitor_thread_win.cc', | 1397 'host/local_input_monitor_thread_win.cc', |
1396 'host/local_input_monitor_thread_win.h', | 1398 'host/local_input_monitor_thread_win.h', |
1397 'host/local_input_monitor_win.cc', | 1399 'host/local_input_monitor_win.cc', |
1398 'host/log_to_server.cc', | 1400 'host/log_to_server.cc', |
1399 'host/log_to_server.h', | 1401 'host/log_to_server.h', |
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1990 '../base/allocator/allocator.gyp:allocator', | 1992 '../base/allocator/allocator.gyp:allocator', |
1991 ], | 1993 ], |
1992 }, | 1994 }, |
1993 ], | 1995 ], |
1994 ], | 1996 ], |
1995 }], | 1997 }], |
1996 ], # end of 'conditions' | 1998 ], # end of 'conditions' |
1997 }, # end of target 'remoting_unittests' | 1999 }, # end of target 'remoting_unittests' |
1998 ], # end of targets | 2000 ], # end of targets |
1999 } | 2001 } |
OLD | NEW |