Chromium Code Reviews| Index: remoting/remoting_options.gni |
| diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni |
| index 2b8fa698a1be4eed0ff176f6435c8138d8480f92..b3e998bb3c615b31336daf2b1ad7020301fffc76 100644 |
| --- a/remoting/remoting_options.gni |
| +++ b/remoting/remoting_options.gni |
| @@ -40,3 +40,6 @@ if (is_debug) { |
| # Non-dev builds should default to 'prod'. |
| ar_service_environment = "prod" |
| } |
| + |
| +daemon_controller_guid = "655bd819-c08c-4b04-80c2-f160739ff6ef" |
| +rdp_desktop_session_guid = "6a7699f0-ee43-43e7-aa30-a6738f9bd470" |
|
joedow
2016/08/25 17:33:11
These are windows only so they could be set behind
|