| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'product_prefix': '<(host_plugin_prefix)', | 279 'product_prefix': '<(host_plugin_prefix)', |
| 280 'dependencies': [ | 280 'dependencies': [ |
| 281 'remoting_base', | 281 'remoting_base', |
| 282 'remoting_host', | 282 'remoting_host', |
| 283 'remoting_jingle_glue', | 283 'remoting_jingle_glue', |
| 284 '../third_party/npapi/npapi.gyp:npapi', | 284 '../third_party/npapi/npapi.gyp:npapi', |
| 285 ], | 285 ], |
| 286 'sources': [ | 286 'sources': [ |
| 287 'host/it2me_host_user_interface.cc', | 287 'host/it2me_host_user_interface.cc', |
| 288 'host/it2me_host_user_interface.h', | 288 'host/it2me_host_user_interface.h', |
| 289 'host/plugin/daemon_controller.h', |
| 290 'host/plugin/daemon_controller_linux.cc', |
| 291 'host/plugin/daemon_controller_mac.cc', |
| 292 'host/plugin/daemon_controller_win.cc', |
| 289 'host/plugin/host_log_handler.cc', | 293 'host/plugin/host_log_handler.cc', |
| 290 'host/plugin/host_log_handler.h', | 294 'host/plugin/host_log_handler.h', |
| 291 'host/plugin/host_plugin.cc', | 295 'host/plugin/host_plugin.cc', |
| 292 'host/plugin/host_plugin.def', | 296 'host/plugin/host_plugin.def', |
| 293 'host/plugin/host_plugin.rc', | 297 'host/plugin/host_plugin.rc', |
| 294 'host/plugin/host_plugin_resource.h', | 298 'host/plugin/host_plugin_resource.h', |
| 295 'host/plugin/host_plugin_utils.cc', | 299 'host/plugin/host_plugin_utils.cc', |
| 296 'host/plugin/host_plugin_utils.h', | 300 'host/plugin/host_plugin_utils.h', |
| 297 'host/plugin/host_script_object.cc', | 301 'host/plugin/host_script_object.cc', |
| 298 'host/plugin/host_script_object.h', | 302 'host/plugin/host_script_object.h', |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 987 '../base/allocator/allocator.gyp:allocator', | 991 '../base/allocator/allocator.gyp:allocator', |
| 988 ], | 992 ], |
| 989 }, | 993 }, |
| 990 ], | 994 ], |
| 991 ], | 995 ], |
| 992 }], | 996 }], |
| 993 ], # end of 'conditions' | 997 ], # end of 'conditions' |
| 994 }, # end of target 'remoting_unittests' | 998 }, # end of target 'remoting_unittests' |
| 995 ], # end of targets | 999 ], # end of targets |
| 996 } | 1000 } |
| OLD | NEW |