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', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 'webapp/host_installer.js', | 190 'webapp/host_installer.js', |
191 'webapp/host_session.js', | 191 'webapp/host_session.js', |
192 'webapp/it2me_host_facade.js', | 192 'webapp/it2me_host_facade.js', |
193 'webapp/plugin_settings.js', | 193 'webapp/plugin_settings.js', |
194 'webapp/typecheck.js', | 194 'webapp/typecheck.js', |
195 'webapp/background/app_launcher.js', | 195 'webapp/background/app_launcher.js', |
196 'webapp/background/background.js', | 196 'webapp/background/background.js', |
197 'webapp/background/it2me_helpee_channel.js', | 197 'webapp/background/it2me_helpee_channel.js', |
198 'webapp/background/it2me_helper_channel.js', | 198 'webapp/background/it2me_helper_channel.js', |
199 'webapp/background/it2me_service.js', | 199 'webapp/background/it2me_service.js', |
| 200 'webapp/background/message_window_helper.js', |
| 201 'webapp/background/message_window_manager.js', |
200 ], | 202 ], |
201 | 203 |
202 # The JavaScript files required by wcs_sandbox.html. | 204 # The JavaScript files required by wcs_sandbox.html. |
203 'remoting_webapp_wcs_sandbox_html_js_files': [ | 205 'remoting_webapp_wcs_sandbox_html_js_files': [ |
204 '<@(remoting_webapp_js_wcs_sandbox_files)', | 206 '<@(remoting_webapp_js_wcs_sandbox_files)', |
205 'webapp/error.js', | 207 'webapp/error.js', |
206 'webapp/plugin_settings.js', | 208 'webapp/plugin_settings.js', |
207 ], | 209 ], |
208 | 210 |
209 # All the JavaScript files required by the webapp. | 211 # All the JavaScript files required by the webapp. |
210 'remoting_webapp_all_js_files': [ | 212 'remoting_webapp_all_js_files': [ |
211 # JS files for main.html. | 213 # JS files for main.html. |
212 '<@(remoting_webapp_main_html_js_files)', | 214 '<@(remoting_webapp_main_html_js_files)', |
213 '<@(remoting_webapp_background_js_files)', | 215 '<@(remoting_webapp_background_js_files)', |
| 216 # JS files for message_window.html |
| 217 'webapp/background/message_window.js', |
214 # JS files for wcs_sandbox.html. | 218 # JS files for wcs_sandbox.html. |
215 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files | 219 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files |
216 # so that we don't double include error.js and plugin_settings.js. | 220 # so that we don't double include error.js and plugin_settings.js. |
217 '<@(remoting_webapp_js_wcs_sandbox_files)', | 221 '<@(remoting_webapp_js_wcs_sandbox_files)', |
218 # JS files referenced in mainfest.json. | 222 # JS files referenced in mainfest.json. |
219 '<@(remoting_webapp_js_auth_v1_files)', | 223 '<@(remoting_webapp_js_auth_v1_files)', |
220 ], | 224 ], |
221 | 225 |
222 'remoting_webapp_resource_files': [ | 226 'remoting_webapp_resource_files': [ |
223 'resources/disclosure_arrow_down.webp', | 227 'resources/disclosure_arrow_down.webp', |
224 'resources/disclosure_arrow_right.webp', | 228 'resources/disclosure_arrow_right.webp', |
225 'resources/drag.webp', | 229 'resources/drag.webp', |
226 'resources/host_setup_instructions.webp', | 230 'resources/host_setup_instructions.webp', |
227 'resources/icon_close.webp', | 231 'resources/icon_close.webp', |
228 'resources/icon_cross.webp', | 232 'resources/icon_cross.webp', |
229 'resources/icon_disconnect.webp', | 233 'resources/icon_disconnect.webp', |
230 'resources/icon_help.webp', | 234 'resources/icon_help.webp', |
231 'resources/icon_host.webp', | 235 'resources/icon_host.webp', |
232 'resources/icon_maximize_restore.webp', | 236 'resources/icon_maximize_restore.webp', |
233 'resources/icon_minimize.webp', | 237 'resources/icon_minimize.webp', |
234 'resources/icon_options.webp', | 238 'resources/icon_options.webp', |
235 'resources/icon_pencil.webp', | 239 'resources/icon_pencil.webp', |
236 'resources/icon_warning.webp', | 240 'resources/icon_warning.webp', |
237 'resources/infographic_my_computers.webp', | 241 'resources/infographic_my_computers.webp', |
238 'resources/infographic_remote_assistance.webp', | 242 'resources/infographic_remote_assistance.webp', |
239 'resources/plus.webp', | 243 'resources/plus.webp', |
240 'resources/reload.webp', | 244 'resources/reload.webp', |
241 'resources/tick.webp', | 245 'resources/tick.webp', |
242 'webapp/connection_stats.css', | 246 'webapp/connection_stats.css', |
| 247 'webapp/html/message_window.html', |
243 'webapp/main.css', | 248 'webapp/main.css', |
244 'webapp/menu_button.css', | 249 'webapp/menu_button.css', |
| 250 'webapp/message_window.css', |
245 'webapp/open_sans.css', | 251 'webapp/open_sans.css', |
246 'webapp/open_sans.woff', | 252 'webapp/open_sans.woff', |
247 'webapp/scale-to-fit.webp', | 253 'webapp/scale-to-fit.webp', |
248 'webapp/spinner.gif', | 254 'webapp/spinner.gif', |
249 'webapp/toolbar.css', | 255 'webapp/toolbar.css', |
250 'webapp/window_frame.css', | 256 'webapp/window_frame.css', |
251 ], | 257 ], |
252 | 258 |
253 'remoting_webapp_files': [ | 259 'remoting_webapp_files': [ |
254 '<@(remoting_webapp_info_files)', | 260 '<@(remoting_webapp_info_files)', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 'webapp/html/dialog_token_refresh_failed.html', | 292 'webapp/html/dialog_token_refresh_failed.html', |
287 'webapp/html/toolbar.html', | 293 'webapp/html/toolbar.html', |
288 'webapp/html/ui_header.html', | 294 'webapp/html/ui_header.html', |
289 'webapp/html/ui_it2me.html', | 295 'webapp/html/ui_it2me.html', |
290 'webapp/html/ui_me2me.html', | 296 'webapp/html/ui_me2me.html', |
291 'webapp/html/window_frame.html', | 297 'webapp/html/window_frame.html', |
292 ], | 298 ], |
293 | 299 |
294 }, | 300 }, |
295 } | 301 } |
OLD | NEW |