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

Unified Diff: remoting/remoting.gyp

Issue 9953002: The me2me host is now configurable from the web UI on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moving the Windows service name to a common location. Created 8 years, 9 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 77ce3fe66b92f49f9352588af0c6468019425176..379a4ab8fcbae0ea37b2cdfad7919c9781bb4999 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -238,9 +238,12 @@
'<(INTERMEDIATE_DIR)',
],
'dependencies': [
+ '../base/base.gyp:base',
'remoting_version_resources',
],
'sources': [
+ 'host/branding.cc',
+ 'host/branding.h',
'host/elevated_controller.idl',
'host/elevated_controller.rc',
'host/elevated_controller_module_win.cc',
@@ -515,6 +518,8 @@
'../third_party/npapi/npapi.gyp:npapi',
],
'sources': [
+ 'host/branding.cc',
+ 'host/branding.h',
'host/it2me_host_user_interface.cc',
'host/it2me_host_user_interface.h',
'host/plugin/daemon_controller.h',
@@ -569,7 +574,11 @@
'../ipc/ipc.gyp:ipc',
'remoting_version_resources',
],
+ 'include_dirs': [
+ '<(INTERMEDIATE_DIR)',
+ ],
'sources': [
+ 'host/elevated_controller.idl',
'host/plugin/host_plugin.def',
'host/plugin/host_plugin.rc',
'<(SHARED_INTERMEDIATE_DIR)/remoting_version/host_plugin_version.rc'

Powered by Google App Engine
This is Rietveld 408576698