diff options
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index db9a678..7d891f9 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -862,30 +862,6 @@ 'host/setup/start_host.cc', ], }, # end of target 'remoting_start_host' - { - 'target_name': 'remoting_configurer', - 'type': 'executable', - 'variables': { 'enable_wexit_time_destructors': 1, }, - 'cflags': [ - '<!@(pkg-config --cflags webkit-1.0)', - ], - 'link_settings': { - 'ldflags': [ - '<!@(pkg-config --libs-only-L --libs-only-other webkit-1.0)', - ], - 'libraries': [ - '<!@(pkg-config --libs-only-l webkit-1.0)', - ], - }, - 'dependencies': [ - '../base/base.gyp:base', - 'remoting_host_setup_base', - 'remoting_resources' - ], - 'sources': [ - 'host/setup/linux/linux_host_setup_wizard.cc', - ], - }, # end of target 'remoting_configurer' ], # end of 'targets' }], # 'OS=="linux"' @@ -1758,7 +1734,6 @@ 'sources': [ 'base/resources_unittest.cc', 'host/plugin/host_script_object.cc', - 'host/setup/linux/linux_host_setup_wizard.cc', 'webapp/client_screen.js', 'webapp/host_list.js', 'webapp/host_table_entry.js', |