| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'remoting_webapp_background_js_files': [ | 230 'remoting_webapp_background_js_files': [ |
| 231 'webapp/base/js/base.js', | 231 'webapp/base/js/base.js', |
| 232 'webapp/base/js/ipc.js', | 232 'webapp/base/js/ipc.js', |
| 233 'webapp/base/js/message_window_helper.js', | 233 'webapp/base/js/message_window_helper.js', |
| 234 'webapp/base/js/message_window_manager.js', | 234 'webapp/base/js/message_window_manager.js', |
| 235 'webapp/crd/js/activation_handler.js', | 235 'webapp/crd/js/activation_handler.js', |
| 236 'webapp/crd/js/app_launcher.js', | 236 'webapp/crd/js/app_launcher.js', |
| 237 'webapp/crd/js/background.js', | 237 'webapp/crd/js/background.js', |
| 238 'webapp/crd/js/client_session.js', | 238 'webapp/crd/js/client_session.js', |
| 239 'webapp/crd/js/error.js', | 239 'webapp/crd/js/error.js', |
| 240 'webapp/crd/js/hangout_consent_dialog.js', |
| 240 'webapp/crd/js/host_installer.js', | 241 'webapp/crd/js/host_installer.js', |
| 241 'webapp/crd/js/host_session.js', | 242 'webapp/crd/js/host_session.js', |
| 242 'webapp/crd/js/it2me_helpee_channel.js', | 243 'webapp/crd/js/it2me_helpee_channel.js', |
| 243 'webapp/crd/js/it2me_helper_channel.js', | 244 'webapp/crd/js/it2me_helper_channel.js', |
| 244 'webapp/crd/js/it2me_host_facade.js', | 245 'webapp/crd/js/it2me_host_facade.js', |
| 245 'webapp/crd/js/it2me_service.js', | 246 'webapp/crd/js/it2me_service.js', |
| 246 'webapp/crd/js/l10n.js', | 247 'webapp/crd/js/l10n.js', |
| 247 'webapp/crd/js/oauth2.js', | 248 'webapp/crd/js/oauth2.js', |
| 248 'webapp/crd/js/oauth2_api.js', | 249 'webapp/crd/js/oauth2_api.js', |
| 250 'webapp/crd/js/oauth2_api_impl.js', |
| 249 'webapp/crd/js/plugin_settings.js', | 251 'webapp/crd/js/plugin_settings.js', |
| 250 'webapp/crd/js/typecheck.js', | 252 'webapp/crd/js/typecheck.js', |
| 251 'webapp/crd/js/xhr.js', | 253 'webapp/crd/js/xhr.js', |
| 252 ], | 254 ], |
| 253 | 255 |
| 254 # The JavaScript files required by wcs_sandbox.html. | 256 # The JavaScript files required by wcs_sandbox.html. |
| 255 'remoting_webapp_wcs_sandbox_html_js_files': [ | 257 'remoting_webapp_wcs_sandbox_html_js_files': [ |
| 256 '<@(remoting_webapp_js_wcs_sandbox_files)', | 258 '<@(remoting_webapp_js_wcs_sandbox_files)', |
| 257 'webapp/crd/js/error.js', | 259 'webapp/crd/js/error.js', |
| 258 'webapp/crd/js/plugin_settings.js', | 260 'webapp/crd/js/plugin_settings.js', |
| 259 ], | 261 ], |
| 260 | 262 |
| 261 # All the JavaScript files that are shared by webapps. | 263 # All the JavaScript files that are shared by webapps. |
| 262 'remoting_webapp_shared_js_files': [ | 264 'remoting_webapp_shared_js_files': [ |
| 263 # JS files for main.html. | 265 # JS files for main.html. |
| 264 '<@(remoting_webapp_shared_main_html_js_files)', | 266 '<@(remoting_webapp_shared_main_html_js_files)', |
| 265 '<@(remoting_webapp_background_js_files)', | 267 '<@(remoting_webapp_background_js_files)', |
| 266 # JS files for message_window.html | 268 # JS files for message_window.html |
| 267 'webapp/base/js/message_window.js', | 269 'webapp/base/js/message_window.js', |
| 270 # JS files for dialog_hangout_consent.html |
| 271 'webapp/crd/js/hangout_consent_dialog_main.js', |
| 268 # JS files for wcs_sandbox.html. | 272 # JS files for wcs_sandbox.html. |
| 269 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files | 273 # Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files |
| 270 # so that we don't double include error.js and plugin_settings.js. | 274 # so that we don't double include error.js and plugin_settings.js. |
| 271 '<@(remoting_webapp_js_wcs_sandbox_files)', | 275 '<@(remoting_webapp_js_wcs_sandbox_files)', |
| 272 # JS files referenced in mainfest.json. | 276 # JS files referenced in mainfest.json. |
| 273 '<@(remoting_webapp_js_auth_v1_files)', | 277 '<@(remoting_webapp_js_auth_v1_files)', |
| 274 ], | 278 ], |
| 275 | 279 |
| 276 # All the JavaScript files required by CRD. | 280 # All the JavaScript files required by CRD. |
| 277 'remoting_webapp_crd_js_files': [ | 281 'remoting_webapp_crd_js_files': [ |
| (...skipping 16 matching lines...) Expand all Loading... |
| 294 'resources/icon_minimize.webp', | 298 'resources/icon_minimize.webp', |
| 295 'resources/icon_options.webp', | 299 'resources/icon_options.webp', |
| 296 'resources/icon_pencil.webp', | 300 'resources/icon_pencil.webp', |
| 297 'resources/icon_warning.webp', | 301 'resources/icon_warning.webp', |
| 298 'resources/infographic_my_computers.webp', | 302 'resources/infographic_my_computers.webp', |
| 299 'resources/infographic_remote_assistance.webp', | 303 'resources/infographic_remote_assistance.webp', |
| 300 'resources/plus.webp', | 304 'resources/plus.webp', |
| 301 'resources/reload.webp', | 305 'resources/reload.webp', |
| 302 'resources/tick.webp', | 306 'resources/tick.webp', |
| 303 'webapp/base/html/connection_stats.css', | 307 'webapp/base/html/connection_stats.css', |
| 308 'webapp/base/html/main.css', |
| 304 'webapp/base/html/message_window.html', | 309 'webapp/base/html/message_window.html', |
| 305 'webapp/base/html/main.css', | |
| 306 'webapp/base/html/message_window.css', | 310 'webapp/base/html/message_window.css', |
| 307 'webapp/base/resources/open_sans.css', | 311 'webapp/base/resources/open_sans.css', |
| 308 'webapp/base/resources/open_sans.woff', | 312 'webapp/base/resources/open_sans.woff', |
| 309 'webapp/base/resources/spinner.gif', | 313 'webapp/base/resources/spinner.gif', |
| 310 'webapp/crd/html/butter_bar.css', | 314 'webapp/crd/html/butter_bar.css', |
| 315 'webapp/crd/html/dialog_hangout_consent.html', |
| 316 'webapp/crd/html/dialog_hangout_consent.css', |
| 311 'webapp/crd/html/toolbar.css', | 317 'webapp/crd/html/toolbar.css', |
| 312 'webapp/crd/html/menu_button.css', | 318 'webapp/crd/html/menu_button.css', |
| 313 'webapp/crd/html/window_frame.css', | 319 'webapp/crd/html/window_frame.css', |
| 314 'webapp/crd/resources/scale-to-fit.webp', | 320 'webapp/crd/resources/scale-to-fit.webp', |
| 315 ], | 321 ], |
| 316 | 322 |
| 317 'remoting_webapp_crd_files': [ | 323 'remoting_webapp_crd_files': [ |
| 318 '<@(remoting_webapp_info_files)', | 324 '<@(remoting_webapp_info_files)', |
| 319 '<@(remoting_webapp_crd_js_files)', | 325 '<@(remoting_webapp_crd_js_files)', |
| 320 '<@(remoting_webapp_resource_files)', | 326 '<@(remoting_webapp_resource_files)', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'webapp/crd/manifest.json.jinja2', | 366 'webapp/crd/manifest.json.jinja2', |
| 361 '<(remoting_webapp_template_main)', | 367 '<(remoting_webapp_template_main)', |
| 362 '<(remoting_webapp_template_wcs_sandbox)', | 368 '<(remoting_webapp_template_wcs_sandbox)', |
| 363 '<(remoting_webapp_template_background)', | 369 '<(remoting_webapp_template_background)', |
| 364 '<@(remoting_webapp_template_files)', | 370 '<@(remoting_webapp_template_files)', |
| 365 '<@(remoting_webapp_crd_js_files)', | 371 '<@(remoting_webapp_crd_js_files)', |
| 366 ], | 372 ], |
| 367 | 373 |
| 368 }, | 374 }, |
| 369 } | 375 } |
| OLD | NEW |