| Index: remoting/remoting_options.gypi
|
| diff --git a/remoting/remoting_options.gypi b/remoting/remoting_options.gypi
|
| index 56d339e4cac02fd6f5884091d20c32ebfb531c11..485e626d765457570eceafa2b8f1b14ea6def32c 100644
|
| --- a/remoting/remoting_options.gypi
|
| +++ b/remoting/remoting_options.gypi
|
| @@ -11,6 +11,9 @@
|
|
|
| # Set this to enable cast mode on the android client.
|
| 'enable_cast%': 0,
|
| +
|
| + # Set this to use GCD instead of the remoting directory service.
|
| + 'remoting_use_gcd%': 0,
|
|
|
| 'variables': {
|
| 'conditions': [
|
|
|