diff options
author | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 21:56:17 +0000 |
---|---|---|
committer | alexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-08 21:56:17 +0000 |
commit | c6cbd3a5b7f2292c6a86877230d3fc63f668d05e (patch) | |
tree | 25f984a4ad5c92e951a4166f3708f40825c45ef6 /remoting/remoting.gyp | |
parent | 8c9ed65400cf49d252bc9de478ca183d6bbb3b0b (diff) | |
download | chromium_src-c6cbd3a5b7f2292c6a86877230d3fc63f668d05e.zip chromium_src-c6cbd3a5b7f2292c6a86877230d3fc63f668d05e.tar.gz chromium_src-c6cbd3a5b7f2292c6a86877230d3fc63f668d05e.tar.bz2 |
Enable the multi-process host on Windows by default.
BUG=134694
Review URL: https://chromiumcodereview.appspot.com/11773027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175584 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 2f7a7f0..26eb6fc 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -8,8 +8,19 @@ # 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%': 0, + 'remoting_multi_process%': '<(remoting_multi_process)', # The |major|, |build| and |patch| versions are inherited from Chrome. # Since Chrome's |minor| version is always '0', we replace it with a |