| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 'host/daemon_process.cc', | 660 'host/daemon_process.cc', |
| 661 'host/daemon_process.h', | 661 'host/daemon_process.h', |
| 662 'host/daemon_process_win.cc', | 662 'host/daemon_process_win.cc', |
| 663 'host/desktop_session.cc', | 663 'host/desktop_session.cc', |
| 664 'host/desktop_session.h', | 664 'host/desktop_session.h', |
| 665 'host/desktop_session_win.cc', | 665 'host/desktop_session_win.cc', |
| 666 'host/desktop_session_win.h', | 666 'host/desktop_session_win.h', |
| 667 'host/host_exit_codes.h', | 667 'host/host_exit_codes.h', |
| 668 'host/ipc_consts.cc', | 668 'host/ipc_consts.cc', |
| 669 'host/ipc_consts.h', | 669 'host/ipc_consts.h', |
| 670 'host/sas_injector.h', |
| 671 'host/sas_injector_win.cc', |
| 672 'host/win/desktop.cc', |
| 673 'host/win/desktop.h', |
| 670 'host/win/host_service.cc', | 674 'host/win/host_service.cc', |
| 671 'host/win/host_service.h', | 675 'host/win/host_service.h', |
| 672 'host/win/host_service.rc', | 676 'host/win/host_service.rc', |
| 673 'host/win/host_service_resource.h', | 677 'host/win/host_service_resource.h', |
| 674 'host/win/omaha.cc', | 678 'host/win/omaha.cc', |
| 675 'host/win/omaha.h', | 679 'host/win/omaha.h', |
| 680 'host/win/scoped_thread_desktop.cc', |
| 681 'host/win/scoped_thread_desktop.h', |
| 676 'host/win/unprivileged_process_delegate.cc', | 682 'host/win/unprivileged_process_delegate.cc', |
| 677 'host/win/unprivileged_process_delegate.h', | 683 'host/win/unprivileged_process_delegate.h', |
| 678 'host/win/worker_process_launcher.cc', | 684 'host/win/worker_process_launcher.cc', |
| 679 'host/win/worker_process_launcher.h', | 685 'host/win/worker_process_launcher.h', |
| 680 'host/win/wts_console_monitor.h', | 686 'host/win/wts_console_monitor.h', |
| 681 'host/win/wts_console_observer.h', | 687 'host/win/wts_console_observer.h', |
| 682 'host/win/wts_console_session_process_driver.cc', | 688 'host/win/wts_console_session_process_driver.cc', |
| 683 'host/win/wts_console_session_process_driver.h', | 689 'host/win/wts_console_session_process_driver.h', |
| 684 'host/win/wts_session_process_delegate.cc', | 690 'host/win/wts_session_process_delegate.cc', |
| 685 'host/win/wts_session_process_delegate.h', | 691 'host/win/wts_session_process_delegate.h', |
| (...skipping 1534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2220 '../base/allocator/allocator.gyp:allocator', | 2226 '../base/allocator/allocator.gyp:allocator', |
| 2221 ], | 2227 ], |
| 2222 }, | 2228 }, |
| 2223 ], | 2229 ], |
| 2224 ], | 2230 ], |
| 2225 }], # end of 'toolkit_uses_gtk == 1' | 2231 }], # end of 'toolkit_uses_gtk == 1' |
| 2226 ], # end of 'conditions' | 2232 ], # end of 'conditions' |
| 2227 }, # end of target 'remoting_unittests' | 2233 }, # end of target 'remoting_unittests' |
| 2228 ], # end of targets | 2234 ], # end of targets |
| 2229 } | 2235 } |
| OLD | NEW |