| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'ar_shared_resource_files': [ | 7 'ar_shared_resource_files': [ |
| 8 'webapp/app_remoting/html/ar_dialog.css', | 8 'webapp/app_remoting/html/ar_dialog.css', |
| 9 'webapp/app_remoting/html/ar_main.css', | 9 'webapp/app_remoting/html/ar_main.css', |
| 10 'webapp/app_remoting/html/feedback_consent.css', | 10 'webapp/app_remoting/html/feedback_consent.css', |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 # for message_window.html, and are not duplicated here. | 40 # for message_window.html, and are not duplicated here. |
| 41 'ar_loading_window_template': | 41 'ar_loading_window_template': |
| 42 '<(DEPTH)/remoting/webapp/app_remoting/html/template_loading_window.html', | 42 '<(DEPTH)/remoting/webapp/app_remoting/html/template_loading_window.html', |
| 43 | 43 |
| 44 # Variables for main.html. | 44 # Variables for main.html. |
| 45 # These template files are used to construct the webapp html files. | 45 # These template files are used to construct the webapp html files. |
| 46 'ar_main_template': | 46 'ar_main_template': |
| 47 '<(DEPTH)/remoting/webapp/app_remoting/html/template_lg.html', | 47 '<(DEPTH)/remoting/webapp/app_remoting/html/template_lg.html', |
| 48 'ar_main_template_files': [ | 48 'ar_main_template_files': [ |
| 49 'webapp/base/html/client_plugin.html', | 49 'webapp/base/html/client_plugin.html', |
| 50 'webapp/base/html/connection_dropped_dialog.html', |
| 50 'webapp/app_remoting/html/context_menu.html', | 51 'webapp/app_remoting/html/context_menu.html', |
| 51 'webapp/app_remoting/html/idle_dialog.html', | 52 'webapp/app_remoting/html/idle_dialog.html', |
| 52 ], | 53 ], |
| 53 'ar_main_js_files': [ | 54 'ar_main_js_files': [ |
| 54 'webapp/app_remoting/js/application_context_menu.js', | 55 'webapp/app_remoting/js/application_context_menu.js', |
| 55 'webapp/app_remoting/js/app_connected_view.js', | 56 'webapp/app_remoting/js/app_connected_view.js', |
| 56 'webapp/app_remoting/js/app_remoting.js', | 57 'webapp/app_remoting/js/app_remoting.js', |
| 57 'webapp/app_remoting/js/app_remoting_activity.js', | 58 'webapp/app_remoting/js/app_remoting_activity.js', |
| 58 'webapp/app_remoting/js/ar_auth_dialog.js', | 59 'webapp/app_remoting/js/ar_auth_dialog.js', |
| 59 'webapp/app_remoting/js/ar_main.js', | 60 'webapp/app_remoting/js/ar_main.js', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 '<@(ar_main_template_files)', | 100 '<@(ar_main_template_files)', |
| 100 '<(ar_feedback_consent_template)', | 101 '<(ar_feedback_consent_template)', |
| 101 '<(ar_loading_window_template)', | 102 '<(ar_loading_window_template)', |
| 102 '<(remoting_webapp_template_message_window)', | 103 '<(remoting_webapp_template_message_window)', |
| 103 '<(remoting_webapp_template_wcs_sandbox)', | 104 '<(remoting_webapp_template_wcs_sandbox)', |
| 104 '<@(ar_all_js_files)', | 105 '<@(ar_all_js_files)', |
| 105 ], | 106 ], |
| 106 | 107 |
| 107 }, # end of variables | 108 }, # end of variables |
| 108 } | 109 } |
| OLD | NEW |