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 'variables': { | 6 'variables': { |
7 'remoting_webapp_info_files': [ | 7 'remoting_webapp_info_files': [ |
8 'resources/chromoting16.webp', | 8 'resources/chromoting16.webp', |
9 'resources/chromoting48.webp', | 9 'resources/chromoting48.webp', |
10 'resources/chromoting128.webp', | 10 'resources/chromoting128.webp', |
11 ], | 11 ], |
12 | 12 |
13 # Jscompile proto files. | 13 # Jscompile proto files. |
14 # These provide type information for jscompile. | 14 # These provide type information for jscompile. |
15 'remoting_webapp_js_proto_files': [ | 15 'remoting_webapp_js_proto_files': [ |
| 16 'webapp/client_plugin_interface.js', |
| 17 'webapp/session_connector_interface.js', |
16 'webapp/js_proto/chrome_proto.js', | 18 'webapp/js_proto/chrome_proto.js', |
17 'webapp/js_proto/console_proto.js', | 19 'webapp/js_proto/console_proto.js', |
18 'webapp/js_proto/dom_proto.js', | 20 'webapp/js_proto/dom_proto.js', |
19 'webapp/js_proto/remoting_proto.js', | 21 'webapp/js_proto/remoting_proto.js', |
20 ], | 22 ], |
21 | 23 |
22 # Auth (apps v1) JavaScript files. | 24 # Auth (apps v1) JavaScript files. |
23 # These files aren't included directly from main.html. They are | 25 # These files aren't included directly from main.html. They are |
24 # referenced from the manifest.json file (appsv1 only). | 26 # referenced from the manifest.json file (appsv1 only). |
25 'remoting_webapp_js_auth_v1_files': [ | 27 'remoting_webapp_js_auth_v1_files': [ |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'webapp/html/dialog_token_refresh_failed.html', | 304 'webapp/html/dialog_token_refresh_failed.html', |
303 'webapp/html/toolbar.html', | 305 'webapp/html/toolbar.html', |
304 'webapp/html/ui_header.html', | 306 'webapp/html/ui_header.html', |
305 'webapp/html/ui_it2me.html', | 307 'webapp/html/ui_it2me.html', |
306 'webapp/html/ui_me2me.html', | 308 'webapp/html/ui_me2me.html', |
307 'webapp/html/window_frame.html', | 309 'webapp/html/window_frame.html', |
308 ], | 310 ], |
309 | 311 |
310 }, | 312 }, |
311 } | 313 } |
OLD | NEW |