| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index e4616d0ea764db439777b5f3aa4f818017eade16..39ca070dde48e2afa5bc9eaf1b9f1557107fda1c 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -853,30 +853,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"'
|
|
|
| @@ -1717,7 +1693,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',
|
|
|