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

Unified Diff: remoting/remoting.gyp

Issue 11830019: Revert 175584 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1378/src/
Patch Set: Created 7 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
===================================================================
--- remoting/remoting.gyp (revision 175802)
+++ remoting/remoting.gyp (working copy)
@@ -8,19 +8,8 @@
# duplicated from chrome.gyp
'chromium_code': 1,
- 'variables': {
- 'conditions': [
- # Enable the multi-process host on Windows by default.
- ['OS=="win"', {
- 'remoting_multi_process%': 1,
- }, {
- 'remoting_multi_process%': 0,
- }],
- ],
- },
-
'remoting_host_linux_clipboard%': 1,
- 'remoting_multi_process%': '<(remoting_multi_process)',
+ 'remoting_multi_process%': 0,
# The |major|, |build| and |patch| versions are inherited from Chrome.
# Since Chrome's |minor| version is always '0', we replace it with a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698