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

Unified Diff: remoting/remoting.gyp

Issue 12379084: Pass the |curtain_activated| flag to IpcDesktopEnvironmentFactory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: CR feedback Created 7 years, 10 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 71999b567e690a2b16d73428864655242f0869ff..7dc0aa47286b3465900d71042324f90cbfb4e73c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -20,6 +20,7 @@
},
'remoting_multi_process%': '<(remoting_multi_process)',
+ 'remoting_rdp_session%': 0,
'remoting_use_apps_v2%': 0,
# The |major|, |build| and |patch| versions are inherited from Chrome.
@@ -264,6 +265,12 @@
'REMOTING_ENABLE_BREAKPAD'
],
}],
+ ['OS=="win" and remoting_multi_process != 0 and \
+ remoting_rdp_session != 0', {
+ 'defines': [
+ 'REMOTING_RDP_SESSION',
+ ],
+ }],
['remoting_multi_process != 0', {
'defines': [
'REMOTING_MULTI_PROCESS',
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698