| Index: remoting/remoting_options.gni
|
| diff --git a/remoting/remoting_options.gni b/remoting/remoting_options.gni
|
| index df1292f4f3a582b747dc290eeb333a1554476025..6c1c7a107403567a3105e0bf39bc777527af37e0 100644
|
| --- a/remoting/remoting_options.gni
|
| +++ b/remoting/remoting_options.gni
|
| @@ -11,6 +11,9 @@ declare_args() {
|
| # Set this to enable cast mode on the android client.
|
| enable_cast = 0
|
|
|
| +# Set this to enable building internal AppRemoting apps.
|
| +enable_internal_app_remoting_targets = false
|
| +
|
| # Set this to use GCD instead of the remoting directory service.
|
| remoting_use_gcd = 0
|
|
|
|
|