OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'includes': [ | 6 'includes': [ |
7 '../remoting/remoting_locales.gypi', | 7 '../remoting/remoting_locales.gypi', |
8 '../remoting/app_remoting_webapp_build.gypi', | 8 '../remoting/app_remoting_webapp_build.gypi', |
9 ], | 9 ], |
10 | 10 |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 }, | 64 }, |
65 ], # actions | 65 ], # actions |
66 }], | 66 }], |
67 ], # conditions | 67 ], # conditions |
68 }, | 68 }, |
69 | 69 |
70 'targets': [ | 70 'targets': [ |
71 { | 71 { |
72 # Sample AppRemoting app. | 72 # Sample AppRemoting app. |
73 'target_name': 'ar_sample_app', | 73 'target_name': 'ar_sample_app', |
| 74 'app_key': 'Sample_App', |
74 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', | 75 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', |
| 76 'app_client_id': 'sample_client_id', |
75 'app_name': 'App Remoting Client', | 77 'app_name': 'App Remoting Client', |
76 'app_description': 'App Remoting client', | 78 'app_description': 'App Remoting client', |
77 'app_capabilities': ['GOOGLE_DRIVE'], | 79 'app_capabilities': ['GOOGLE_DRIVE'], |
78 }, | 80 }, |
79 ], # end of targets | 81 ], # end of targets |
80 } | 82 } |
OLD | NEW |