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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
399 'host/local_input_monitor.h', | 399 'host/local_input_monitor.h', |
400 'host/local_input_monitor_linux.cc', | 400 'host/local_input_monitor_linux.cc', |
401 'host/local_input_monitor_mac.mm', | 401 'host/local_input_monitor_mac.mm', |
402 'host/local_input_monitor_win.cc', | 402 'host/local_input_monitor_win.cc', |
403 'host/log_to_server.cc', | 403 'host/log_to_server.cc', |
404 'host/log_to_server.h', | 404 'host/log_to_server.h', |
405 'host/me2me_desktop_environment.cc', | 405 'host/me2me_desktop_environment.cc', |
406 'host/me2me_desktop_environment.h', | 406 'host/me2me_desktop_environment.h', |
407 'host/mouse_clamping_filter.cc', | 407 'host/mouse_clamping_filter.cc', |
408 'host/mouse_clamping_filter.h', | 408 'host/mouse_clamping_filter.h', |
409 'host/mouse_move_observer.h', | |
410 'host/network_settings.h', | 409 'host/network_settings.h', |
411 'host/pam_authorization_factory_posix.cc', | 410 'host/pam_authorization_factory_posix.cc', |
412 'host/pam_authorization_factory_posix.h', | 411 'host/pam_authorization_factory_posix.h', |
413 'host/pin_hash.cc', | 412 'host/pin_hash.cc', |
414 'host/pin_hash.h', | 413 'host/pin_hash.h', |
415 'host/policy_hack/policy_watcher.cc', | 414 'host/policy_hack/policy_watcher.cc', |
416 'host/policy_hack/policy_watcher.h', | 415 'host/policy_hack/policy_watcher.h', |
417 'host/policy_hack/policy_watcher_linux.cc', | 416 'host/policy_hack/policy_watcher_linux.cc', |
418 'host/policy_hack/policy_watcher_mac.mm', | 417 'host/policy_hack/policy_watcher_mac.mm', |
419 'host/policy_hack/policy_watcher_win.cc', | 418 'host/policy_hack/policy_watcher_win.cc', |
(...skipping 2248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2668 '../base/allocator/allocator.gyp:allocator', | 2667 '../base/allocator/allocator.gyp:allocator', |
2669 ], | 2668 ], |
2670 }, | 2669 }, |
2671 ], | 2670 ], |
2672 ], | 2671 ], |
2673 }], # end of 'toolkit_uses_gtk == 1' | 2672 }], # end of 'toolkit_uses_gtk == 1' |
2674 ], # end of 'conditions' | 2673 ], # end of 'conditions' |
2675 }, # end of target 'remoting_unittests' | 2674 }, # end of target 'remoting_unittests' |
2676 ], # end of targets | 2675 ], # end of targets |
2677 } | 2676 } |
OLD | NEW |