Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(493)

Unified Diff: remoting/remoting.gyp

Issue 11530020: Remove Linux host setup wizard and libwebkitgtk dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/setup/linux/linux_host_setup_wizard.cc ('k') | remoting/resources/string_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « remoting/host/setup/linux/linux_host_setup_wizard.cc ('k') | remoting/resources/string_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698