| 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/js_proto/chrome_proto.js', | 16 'webapp/js_proto/chrome_proto.js', |
| 17 'webapp/js_proto/console_proto.js', | |
| 18 'webapp/js_proto/dom_proto.js', | 17 'webapp/js_proto/dom_proto.js', |
| 19 'webapp/js_proto/remoting_proto.js', | 18 'webapp/js_proto/remoting_proto.js', |
| 20 ], | 19 ], |
| 21 | 20 |
| 22 # Auth (apps v1) JavaScript files. | 21 # Auth (apps v1) JavaScript files. |
| 23 # These files aren't included directly from main.html. They are | 22 # These files aren't included directly from main.html. They are |
| 24 # referenced from the manifest.json file (appsv1 only). | 23 # referenced from the manifest.json file (appsv1 only). |
| 25 'remoting_webapp_js_auth_v1_files': [ | 24 'remoting_webapp_js_auth_v1_files': [ |
| 26 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host | 25 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host |
| 27 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account | 26 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 'webapp/crd/html/dialog_token_refresh_failed.html', | 327 'webapp/crd/html/dialog_token_refresh_failed.html', |
| 329 'webapp/crd/html/toolbar.html', | 328 'webapp/crd/html/toolbar.html', |
| 330 'webapp/crd/html/ui_header.html', | 329 'webapp/crd/html/ui_header.html', |
| 331 'webapp/crd/html/ui_it2me.html', | 330 'webapp/crd/html/ui_it2me.html', |
| 332 'webapp/crd/html/ui_me2me.html', | 331 'webapp/crd/html/ui_me2me.html', |
| 333 'webapp/crd/html/window_frame.html', | 332 'webapp/crd/html/window_frame.html', |
| 334 ], | 333 ], |
| 335 | 334 |
| 336 }, | 335 }, |
| 337 } | 336 } |
| OLD | NEW |