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

Unified Diff: remoting/remoting.gyp

Issue 7216018: Move the Remoting Host plugin into its own sub-directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 6 months 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
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index e8f64c4bf7b9807372606ef8382bdb11f7946fb8..6d6772659a8dc94e19ca98d777d4b57e9f930412 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -175,14 +175,14 @@
'host/disconnect_window_mac.h',
'host/disconnect_window_mac.mm',
'host/disconnect_window_win.cc',
- 'host/host_plugin.cc',
- 'host/host_plugin.def',
- 'host/host_plugin.rc',
- 'host/host_plugin_resource.h',
- 'host/host_plugin_utils.cc',
- 'host/host_plugin_utils.h',
- 'host/host_script_object.cc',
- 'host/host_script_object.h',
+ 'host/plugin/host_plugin.cc',
+ 'host/plugin/host_plugin.def',
+ 'host/plugin/host_plugin.rc',
+ 'host/plugin/host_plugin_resource.h',
+ 'host/plugin/host_plugin_utils.cc',
+ 'host/plugin/host_plugin_utils.h',
+ 'host/plugin/host_script_object.cc',
+ 'host/plugin/host_script_object.h',
],
'conditions': [
['OS=="mac"', {
@@ -209,10 +209,10 @@
# three times it is listed here.
'mac_bundle_resources': [
'host/disconnect_window.xib',
- 'host/host_plugin-Info.plist',
+ 'host/plugin/host_plugin-Info.plist',
],
'mac_bundle_resources!': [
- 'host/host_plugin-Info.plist',
+ 'host/plugin/host_plugin-Info.plist',
],
}],
['OS=="win"', { # TODO(wez): Remove if libvpx is built by MSVC.
@@ -226,8 +226,8 @@
}],
['OS!="win"', {
'sources!': [
- 'host/host_plugin.def',
- 'host/host_plugin.rc',
+ 'host/plugin/host_plugin.def',
+ 'host/plugin/host_plugin.rc',
],
}],
],
« remoting/host/plugin/host_script_object.cc ('K') | « remoting/host/plugin/host_script_object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698