| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # `7MM"""Mq. `7MM | 5 # `7MM"""Mq. `7MM |
| 6 # MM `MM. MM | 6 # MM `MM. MM |
| 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya | 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya |
| 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb | 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb |
| 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" | 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" |
| 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , | 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 | 513 |
| 514 # | 514 # |
| 515 # AppRemoting main.html generation files. | 515 # AppRemoting main.html generation files. |
| 516 # | 516 # |
| 517 | 517 |
| 518 # These template files are used to construct the webapp html files. | 518 # These template files are used to construct the webapp html files. |
| 519 ar_main_template = "app_remoting/html/template_lg.html" | 519 ar_main_template = "app_remoting/html/template_lg.html" |
| 520 | 520 |
| 521 ar_main_template_files = [ | 521 ar_main_template_files = [ |
| 522 "base/html/client_plugin.html", | 522 "base/html/client_plugin.html", |
| 523 "base/html/connection_dropped_dialog.html", |
| 523 "app_remoting/html/context_menu.html", | 524 "app_remoting/html/context_menu.html", |
| 524 "app_remoting/html/idle_dialog.html", | 525 "app_remoting/html/idle_dialog.html", |
| 525 ] | 526 ] |
| 526 | 527 |
| 527 ar_main_js_files = [ | 528 ar_main_js_files = [ |
| 528 "app_remoting/js/application_context_menu.js", | 529 "app_remoting/js/application_context_menu.js", |
| 529 "app_remoting/js/app_connected_view.js", | 530 "app_remoting/js/app_connected_view.js", |
| 530 "app_remoting/js/app_remoting.js", | 531 "app_remoting/js/app_remoting.js", |
| 531 "app_remoting/js/app_remoting_activity.js", | 532 "app_remoting/js/app_remoting_activity.js", |
| 532 "app_remoting/js/ar_auth_dialog.js", | 533 "app_remoting/js/ar_auth_dialog.js", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 601 | 602 |
| 602 # Files that contain localizable strings. | 603 # Files that contain localizable strings. |
| 603 app_remoting_webapp_localizable_files = | 604 app_remoting_webapp_localizable_files = |
| 604 [ | 605 [ |
| 605 ar_main_template, | 606 ar_main_template, |
| 606 ar_feedback_consent_template, | 607 ar_feedback_consent_template, |
| 607 ar_loading_window_template, | 608 ar_loading_window_template, |
| 608 remoting_webapp_template_message_window, | 609 remoting_webapp_template_message_window, |
| 609 remoting_webapp_template_wcs_sandbox, | 610 remoting_webapp_template_wcs_sandbox, |
| 610 ] + ar_main_template_files + ar_all_js_files | 611 ] + ar_main_template_files + ar_all_js_files |
| OLD | NEW |