[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
| 6 | 'variables': { |
| 7 | 'remoting_webapp_info_files': [ |
| 8 | 'resources/chromoting16.webp', |
| 9 | 'resources/chromoting48.webp', |
| 10 | 'resources/chromoting128.webp', |
| 11 | 'webapp/manifest.json', |
| 12 | ], |
| 13 | |
[email protected] | cbc8bb0 | 2014-01-28 18:01:53 | [diff] [blame] | 14 | # Jscompile proto files. |
| 15 | # These provide type information for jscompile. |
| 16 | 'remoting_webapp_js_proto_files': [ |
| 17 | 'webapp/js_proto/chrome_proto.js', |
| 18 | 'webapp/js_proto/console_proto.js', |
| 19 | 'webapp/js_proto/dom_proto.js', |
| 20 | 'webapp/js_proto/remoting_proto.js', |
| 21 | ], |
| 22 | |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 23 | # Auth (client to host) JavaScript files. |
| 24 | 'remoting_webapp_js_auth_client2host_files': [ |
| 25 | 'webapp/cs_third_party_auth_trampoline.js', |
| 26 | 'webapp/third_party_host_permissions.js', |
| 27 | 'webapp/third_party_token_fetcher.js', |
| 28 | ], |
| 29 | # Auth (Google account) JavaScript files. |
| 30 | 'remoting_webapp_js_auth_google_files': [ |
| 31 | 'webapp/cs_oauth2_trampoline.js', |
| 32 | 'webapp/identity.js', |
| 33 | 'webapp/oauth2.js', |
| 34 | 'webapp/oauth2_api.js', |
| 35 | ], |
[email protected] | fd146835 | 2014-02-06 10:38:47 | [diff] [blame^] | 36 | # Client JavaScript files. |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 37 | 'remoting_webapp_js_client_files': [ |
| 38 | 'webapp/client_plugin.js', |
| 39 | # TODO(garykac) For client_screen: |
| 40 | # * Split out pin/access code stuff into separate file. |
| 41 | # * Move client logic into session_connector |
| 42 | 'webapp/client_screen.js', |
| 43 | 'webapp/client_session.js', |
| 44 | 'webapp/clipboard.js', |
[email protected] | fd146835 | 2014-02-06 10:38:47 | [diff] [blame^] | 45 | 'webapp/media_source_renderer.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 46 | 'webapp/session_connector.js', |
| 47 | ], |
| 48 | # Remoting core JavaScript files. |
| 49 | 'remoting_webapp_js_core_files': [ |
| 50 | 'webapp/error.js', |
| 51 | 'webapp/event_handlers.js', |
| 52 | 'webapp/plugin_settings.js', |
| 53 | # TODO(garykac) Split out UI client stuff from remoting.js. |
| 54 | 'webapp/remoting.js', |
| 55 | 'webapp/xhr.js', |
| 56 | 'webapp/xhr_proxy.js', |
| 57 | ], |
| 58 | # Host JavaScript files. |
| 59 | # Includes both it2me and me2me files. |
| 60 | 'remoting_webapp_js_host_files': [ |
| 61 | 'webapp/host_controller.js', |
| 62 | 'webapp/host_dispatcher.js', |
[email protected] | e71c1b5 | 2014-02-02 06:11:05 | [diff] [blame] | 63 | 'webapp/host_it2me_dispatcher.js', |
| 64 | 'webapp/host_it2me_native_messaging.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 65 | 'webapp/host_native_messaging.js', |
| 66 | 'webapp/host_session.js', |
| 67 | ], |
| 68 | # Logging and stats JavaScript files. |
| 69 | 'remoting_webapp_js_logging_files': [ |
| 70 | 'webapp/format_iq.js', |
| 71 | 'webapp/log_to_server.js', |
| 72 | 'webapp/server_log_entry.js', |
| 73 | 'webapp/stats_accumulator.js', |
| 74 | ], |
| 75 | # UI JavaScript files. |
| 76 | 'remoting_webapp_js_ui_files': [ |
| 77 | 'webapp/butter_bar.js', |
| 78 | 'webapp/connection_stats.js', |
| 79 | 'webapp/l10n.js', |
| 80 | 'webapp/menu_button.js', |
| 81 | 'webapp/ui_mode.js', |
| 82 | 'webapp/toolbar.js', |
| 83 | ], |
| 84 | # UI files for controlling the local machine as a host. |
| 85 | 'remoting_webapp_js_ui_host_control_files': [ |
| 86 | 'webapp/host_screen.js', |
| 87 | 'webapp/host_setup_dialog.js', |
[email protected] | 0564f8a | 2014-02-06 02:29:14 | [diff] [blame] | 88 | 'webapp/host_install_dialog.js', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 89 | 'webapp/paired_client_manager.js', |
| 90 | ], |
| 91 | # UI files for displaying (in the client) info about available hosts. |
| 92 | 'remoting_webapp_js_ui_host_display_files': [ |
| 93 | 'webapp/host.js', |
| 94 | 'webapp/host_list.js', |
| 95 | 'webapp/host_settings.js', |
| 96 | 'webapp/host_table_entry.js', |
| 97 | ], |
| 98 | # Remoting WCS JavaScript files. |
| 99 | 'remoting_webapp_js_wcs_files': [ |
| 100 | 'webapp/wcs.js', |
| 101 | 'webapp/wcs_loader.js', |
| 102 | 'webapp/wcs_sandbox_container.js', |
| 103 | 'webapp/wcs_sandbox_content.js', |
| 104 | ], |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 105 | 'remoting_webapp_js_files': [ |
| 106 | '<@(remoting_webapp_js_auth_client2host_files)', |
| 107 | '<@(remoting_webapp_js_auth_google_files)', |
| 108 | '<@(remoting_webapp_js_client_files)', |
| 109 | '<@(remoting_webapp_js_core_files)', |
| 110 | '<@(remoting_webapp_js_host_files)', |
| 111 | '<@(remoting_webapp_js_logging_files)', |
| 112 | '<@(remoting_webapp_js_ui_files)', |
| 113 | '<@(remoting_webapp_js_ui_host_control_files)', |
| 114 | '<@(remoting_webapp_js_ui_host_display_files)', |
| 115 | '<@(remoting_webapp_js_wcs_files)', |
| 116 | ], |
| 117 | |
| 118 | 'remoting_webapp_resource_files': [ |
| 119 | 'resources/disclosure_arrow_down.webp', |
| 120 | 'resources/disclosure_arrow_right.webp', |
| 121 | 'resources/host_setup_instructions.webp', |
| 122 | 'resources/icon_cross.webp', |
| 123 | 'resources/icon_host.webp', |
| 124 | 'resources/icon_pencil.webp', |
| 125 | 'resources/icon_warning.webp', |
| 126 | 'resources/infographic_my_computers.webp', |
| 127 | 'resources/infographic_remote_assistance.webp', |
| 128 | 'resources/plus.webp', |
| 129 | 'resources/reload.webp', |
| 130 | 'resources/tick.webp', |
[email protected] | af2d5818 | 2014-01-25 01:21:42 | [diff] [blame] | 131 | 'webapp/connection_stats.css', |
| 132 | 'webapp/main.css', |
| 133 | 'webapp/main.html', |
| 134 | 'webapp/menu_button.css', |
| 135 | 'webapp/open_sans.css', |
| 136 | 'webapp/open_sans.woff', |
| 137 | 'webapp/scale-to-fit.webp', |
| 138 | 'webapp/spinner.gif', |
| 139 | 'webapp/toolbar.css', |
| 140 | 'webapp/wcs_sandbox.html', |
| 141 | ], |
| 142 | |
| 143 | 'remoting_webapp_files': [ |
| 144 | '<@(remoting_webapp_info_files)', |
| 145 | '<@(remoting_webapp_js_files)', |
| 146 | '<@(remoting_webapp_resource_files)', |
| 147 | ], |
| 148 | }, |
| 149 | } |