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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1113 'host/host_port_allocator.h', | 1113 'host/host_port_allocator.h', |
1114 'host/host_secret.cc', | 1114 'host/host_secret.cc', |
1115 'host/host_secret.h', | 1115 'host/host_secret.h', |
1116 'host/host_status_observer.h', | 1116 'host/host_status_observer.h', |
1117 'host/host_user_interface.cc', | 1117 'host/host_user_interface.cc', |
1118 'host/host_user_interface.h', | 1118 'host/host_user_interface.h', |
1119 'host/in_memory_host_config.cc', | 1119 'host/in_memory_host_config.cc', |
1120 'host/in_memory_host_config.h', | 1120 'host/in_memory_host_config.h', |
1121 'host/it2me_host_user_interface.cc', | 1121 'host/it2me_host_user_interface.cc', |
1122 'host/it2me_host_user_interface.h', | 1122 'host/it2me_host_user_interface.h', |
| 1123 'host/jingle_session_manager_factory.cc', |
| 1124 'host/jingle_session_manager_factory.h', |
1123 'host/json_host_config.cc', | 1125 'host/json_host_config.cc', |
1124 'host/json_host_config.h', | 1126 'host/json_host_config.h', |
1125 'host/local_input_monitor.h', | 1127 'host/local_input_monitor.h', |
1126 'host/local_input_monitor_linux.cc', | 1128 'host/local_input_monitor_linux.cc', |
1127 'host/local_input_monitor_mac.mm', | 1129 'host/local_input_monitor_mac.mm', |
1128 'host/local_input_monitor_thread_linux.cc', | 1130 'host/local_input_monitor_thread_linux.cc', |
1129 'host/local_input_monitor_thread_linux.h', | 1131 'host/local_input_monitor_thread_linux.h', |
1130 'host/local_input_monitor_thread_win.cc', | 1132 'host/local_input_monitor_thread_win.cc', |
1131 'host/local_input_monitor_thread_win.h', | 1133 'host/local_input_monitor_thread_win.h', |
1132 'host/local_input_monitor_win.cc', | 1134 'host/local_input_monitor_win.cc', |
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1706 '../base/allocator/allocator.gyp:allocator', | 1708 '../base/allocator/allocator.gyp:allocator', |
1707 ], | 1709 ], |
1708 }, | 1710 }, |
1709 ], | 1711 ], |
1710 ], | 1712 ], |
1711 }], | 1713 }], |
1712 ], # end of 'conditions' | 1714 ], # end of 'conditions' |
1713 }, # end of target 'remoting_unittests' | 1715 }, # end of target 'remoting_unittests' |
1714 ], # end of targets | 1716 ], # end of targets |
1715 } | 1717 } |
OLD | NEW |