| Index: remoting/remoting_options.gypi
|
| diff --git a/remoting/remoting_options.gypi b/remoting/remoting_options.gypi
|
| index 037fddc9fef406c469744ca32aa7a5a83c0fe142..0da85c74722e434819571dde2e1675645b57b713 100644
|
| --- a/remoting/remoting_options.gypi
|
| +++ b/remoting/remoting_options.gypi
|
| @@ -15,6 +15,9 @@
|
| # Set this to use GCD instead of the remoting directory service.
|
| 'remoting_use_gcd%': 0,
|
|
|
| + # Set this to enable Android Chromoting Cardboard Activity.
|
| + 'enable_cardboard%': 0,
|
| +
|
| 'variables': {
|
| 'conditions': [
|
| # Enable the multi-process host on Windows by default.
|
|
|