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

Unified Diff: remoting/remoting.gyp

Issue 10837291: [Chromoting] Moving the daemon IPC channel to ChromotingHostContext. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 4 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
« no previous file with comments | « remoting/host/session_event_executor_win.cc ('k') | no next file » | 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 8c273d1c143d8dff0b7d0608918db04d3cf9696f..79b4fa05711afbe2391dc7d7b8861b238f8b5443 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -993,7 +993,6 @@
[ 'OS=="win"', {
'dependencies': [
'../google_update/google_update.gyp:google_update',
- '../ipc/ipc.gyp:ipc',
'remoting_elevated_controller',
'remoting_version_resources',
],
@@ -1415,13 +1414,6 @@
'sources': [
'host/simple_host_process.cc',
],
- 'conditions': [
- ['OS=="win"', {
- 'dependencies': [
- '../ipc/ipc.gyp:ipc'
- ],
- }],
- ],
}, # end of target 'remoting_simple_host'
{
@@ -1436,6 +1428,7 @@
'remoting_jingle_glue',
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
+ '../ipc/ipc.gyp:ipc',
'../media/media.gyp:media',
'../net/net.gyp:net',
],
@@ -1477,7 +1470,6 @@
}],
['OS=="win"', {
'dependencies': [
- '../ipc/ipc.gyp:ipc',
'remoting_version_resources',
],
'sources': [
@@ -1801,9 +1793,6 @@
'include_dirs': [
'../breakpad/src',
],
- 'dependencies': [
- '../ipc/ipc.gyp:ipc'
- ],
'link_settings': {
'libraries': [
'-lrpcrt4.lib',
« no previous file with comments | « remoting/host/session_event_executor_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698