| Index: remoting/app_remoting_webapp.gyp
|
| diff --git a/remoting/app_remoting_webapp.gyp b/remoting/app_remoting_webapp.gyp
|
| index 1ceba7b18eed8ae0a3f174e4550279dddb997479..d9d8cda856e6b677e489c53e87197c498d6376ae 100644
|
| --- a/remoting/app_remoting_webapp.gyp
|
| +++ b/remoting/app_remoting_webapp.gyp
|
| @@ -69,10 +69,12 @@
|
|
|
| 'targets': [
|
| {
|
| + # Sample AppRemoting app.
|
| 'target_name': 'ar_sample_app',
|
| 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk',
|
| 'app_name': 'App Remoting Client',
|
| 'app_description': 'App Remoting client',
|
| + 'app_capabilities': ['GOOGLE_DRIVE'],
|
| },
|
| ], # end of targets
|
| }
|
|
|