Chromium Code Reviews| Index: remoting/app_remoting_webapp.gyp |
| diff --git a/remoting/app_remoting_webapp.gyp b/remoting/app_remoting_webapp.gyp |
| index 1ceba7b18eed8ae0a3f174e4550279dddb997479..4a69557127b02ab689d60ceba421cec3a0b3c955 100644 |
| --- a/remoting/app_remoting_webapp.gyp |
| +++ b/remoting/app_remoting_webapp.gyp |
| @@ -69,10 +69,20 @@ |
| 'targets': [ |
| { |
| + # Sample app with no features enabled. |
|
Jamie
2015/02/02 22:57:47
Is there any value in having this sample app? I th
garykac
2015/02/03 01:50:21
Done.
|
| 'target_name': 'ar_sample_app', |
| 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', |
| 'app_name': 'App Remoting Client', |
| 'app_description': 'App Remoting client', |
| + 'app_features': [], |
| + }, |
| + { |
| + # Sample app with GDrive enabled. |
| + 'target_name': 'ar_sample_app_gdrive', |
| + 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', |
| + 'app_name': 'App Remoting Client (GDrive)', |
| + 'app_description': 'App Remoting client (GDrive)', |
| + 'app_features': ['gdrive'], |
| }, |
| ], # end of targets |
| } |