| 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 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 804 'type': 'static_library', | 804 'type': 'static_library', |
| 805 'variables': { 'enable_wexit_time_destructors': 1, }, | 805 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 806 'defines': [ | 806 'defines': [ |
| 807 'HAVE_STDINT_H', # Required by on2_integer.h | 807 'HAVE_STDINT_H', # Required by on2_integer.h |
| 808 ], | 808 ], |
| 809 'dependencies': [ | 809 'dependencies': [ |
| 810 'remoting_base', | 810 'remoting_base', |
| 811 'remoting_client', | 811 'remoting_client', |
| 812 'remoting_jingle_glue', | 812 'remoting_jingle_glue', |
| 813 '../media/media.gyp:media', | 813 '../media/media.gyp:media', |
| 814 '../net/net.gyp:net', |
| 814 '../ppapi/ppapi.gyp:ppapi_cpp_objects', | 815 '../ppapi/ppapi.gyp:ppapi_cpp_objects', |
| 815 '../skia/skia.gyp:skia', | 816 '../skia/skia.gyp:skia', |
| 816 ], | 817 ], |
| 817 'sources': [ | 818 'sources': [ |
| 818 'client/plugin/chromoting_instance.cc', | 819 'client/plugin/chromoting_instance.cc', |
| 819 'client/plugin/chromoting_instance.h', | 820 'client/plugin/chromoting_instance.h', |
| 820 'client/plugin/mac_key_event_processor.cc', | 821 'client/plugin/mac_key_event_processor.cc', |
| 821 'client/plugin/mac_key_event_processor.h', | 822 'client/plugin/mac_key_event_processor.h', |
| 822 'client/plugin/pepper_entrypoints.cc', | 823 'client/plugin/pepper_entrypoints.cc', |
| 823 'client/plugin/pepper_entrypoints.h', | 824 'client/plugin/pepper_entrypoints.h', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 843 { | 844 { |
| 844 'target_name': 'remoting_host_plugin', | 845 'target_name': 'remoting_host_plugin', |
| 845 'type': 'loadable_module', | 846 'type': 'loadable_module', |
| 846 'variables': { 'enable_wexit_time_destructors': 1, }, | 847 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 847 'product_extension': '<(host_plugin_extension)', | 848 'product_extension': '<(host_plugin_extension)', |
| 848 'product_prefix': '<(host_plugin_prefix)', | 849 'product_prefix': '<(host_plugin_prefix)', |
| 849 'dependencies': [ | 850 'dependencies': [ |
| 850 'remoting_base', | 851 'remoting_base', |
| 851 'remoting_host', | 852 'remoting_host', |
| 852 'remoting_jingle_glue', | 853 'remoting_jingle_glue', |
| 854 '../net/net.gyp:net', |
| 853 '../third_party/npapi/npapi.gyp:npapi', | 855 '../third_party/npapi/npapi.gyp:npapi', |
| 854 ], | 856 ], |
| 855 'sources': [ | 857 'sources': [ |
| 856 'host/branding.cc', | 858 'host/branding.cc', |
| 857 'host/branding.h', | 859 'host/branding.h', |
| 858 'host/host_ui_resource.h', | 860 'host/host_ui_resource.h', |
| 859 'host/plugin/daemon_controller.h', | 861 'host/plugin/daemon_controller.h', |
| 860 'host/plugin/daemon_controller_linux.cc', | 862 'host/plugin/daemon_controller_linux.cc', |
| 861 'host/plugin/daemon_controller_mac.cc', | 863 'host/plugin/daemon_controller_mac.cc', |
| 862 'host/plugin/daemon_controller_win.cc', | 864 'host/plugin/daemon_controller_win.cc', |
| (...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1320 'type': 'executable', | 1322 'type': 'executable', |
| 1321 'variables': { 'enable_wexit_time_destructors': 1, }, | 1323 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 1322 'dependencies': [ | 1324 'dependencies': [ |
| 1323 'remoting_base', | 1325 'remoting_base', |
| 1324 'remoting_breakpad', | 1326 'remoting_breakpad', |
| 1325 'remoting_host', | 1327 'remoting_host', |
| 1326 'remoting_jingle_glue', | 1328 'remoting_jingle_glue', |
| 1327 '../base/base.gyp:base', | 1329 '../base/base.gyp:base', |
| 1328 '../base/base.gyp:base_i18n', | 1330 '../base/base.gyp:base_i18n', |
| 1329 '../media/media.gyp:media', | 1331 '../media/media.gyp:media', |
| 1332 '../net/net.gyp:net', |
| 1330 ], | 1333 ], |
| 1331 'sources': [ | 1334 'sources': [ |
| 1332 'host/branding.cc', | 1335 'host/branding.cc', |
| 1333 'host/branding.h', | 1336 'host/branding.h', |
| 1334 'host/breakpad.h', | 1337 'host/breakpad.h', |
| 1335 'host/breakpad_win.cc', | 1338 'host/breakpad_win.cc', |
| 1336 'host/host_event_logger.h', | 1339 'host/host_event_logger.h', |
| 1337 'host/sighup_listener_mac.cc', | 1340 'host/sighup_listener_mac.cc', |
| 1338 'host/sighup_listener_mac.h', | 1341 'host/sighup_listener_mac.h', |
| 1339 'host/remoting_me2me_host.cc', | 1342 'host/remoting_me2me_host.cc', |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1751 '../base/allocator/allocator.gyp:allocator', | 1754 '../base/allocator/allocator.gyp:allocator', |
| 1752 ], | 1755 ], |
| 1753 }, | 1756 }, |
| 1754 ], | 1757 ], |
| 1755 ], | 1758 ], |
| 1756 }], | 1759 }], |
| 1757 ], # end of 'conditions' | 1760 ], # end of 'conditions' |
| 1758 }, # end of target 'remoting_unittests' | 1761 }, # end of target 'remoting_unittests' |
| 1759 ], # end of targets | 1762 ], # end of targets |
| 1760 } | 1763 } |
| OLD | NEW |