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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 '<@(remoting_webapp_js_proto_files)', | 85 '<@(remoting_webapp_js_proto_files)', |
86 ], | 86 ], |
87 }, | 87 }, |
88 ], # actions | 88 ], # actions |
89 }], | 89 }], |
90 ], # conditions | 90 ], # conditions |
91 }, | 91 }, |
92 | 92 |
93 'targets': [ | 93 'targets': [ |
94 { | 94 { |
| 95 # GN version: //remoting/webapp:ar_sample_app |
95 # Sample AppRemoting app. | 96 # Sample AppRemoting app. |
96 'target_name': 'ar_sample_app', | 97 'target_name': 'ar_sample_app', |
97 'app_key': 'Sample_App', | 98 'app_key': 'Sample_App', |
98 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', | 99 'app_id': 'ljacajndfccfgnfohlgkdphmbnpkjflk', |
99 'app_client_id': 'sample_client_id', | 100 'app_client_id': 'sample_client_id', |
100 'app_name': 'App Remoting Client', | 101 'app_name': 'App Remoting Client', |
101 'app_description': 'App Remoting client', | 102 'app_description': 'App Remoting client', |
102 'app_capabilities': ['GOOGLE_DRIVE'], | 103 'app_capabilities': ['GOOGLE_DRIVE'], |
103 'manifest_key': 'remotingdevbuild', | 104 'manifest_key': 'remotingdevbuild', |
104 }, | 105 }, |
105 ], # end of targets | 106 ], # end of targets |
106 } | 107 } |
OLD | NEW |