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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 # UI JavaScript files. | 81 # UI JavaScript files. |
82 'remoting_webapp_js_ui_files': [ | 82 'remoting_webapp_js_ui_files': [ |
83 'webapp/butter_bar.js', | 83 'webapp/butter_bar.js', |
84 'webapp/connection_stats.js', | 84 'webapp/connection_stats.js', |
85 'webapp/feedback.js', | 85 'webapp/feedback.js', |
86 'webapp/fullscreen.js', | 86 'webapp/fullscreen.js', |
87 'webapp/fullscreen_v1.js', | 87 'webapp/fullscreen_v1.js', |
88 'webapp/fullscreen_v2.js', | 88 'webapp/fullscreen_v2.js', |
89 'webapp/l10n.js', | 89 'webapp/l10n.js', |
90 'webapp/menu_button.js', | 90 'webapp/menu_button.js', |
91 'webapp/options_menu.js', | |
92 'webapp/ui_mode.js', | 91 'webapp/ui_mode.js', |
93 'webapp/toolbar.js', | 92 'webapp/toolbar.js', |
94 'webapp/window_frame.js', | 93 'webapp/window_frame.js', |
95 ], | 94 ], |
96 # UI files for controlling the local machine as a host. | 95 # UI files for controlling the local machine as a host. |
97 'remoting_webapp_js_ui_host_control_files': [ | 96 'remoting_webapp_js_ui_host_control_files': [ |
98 'webapp/host_screen.js', | 97 'webapp/host_screen.js', |
99 'webapp/host_setup_dialog.js', | 98 'webapp/host_setup_dialog.js', |
100 'webapp/host_install_dialog.js', | 99 'webapp/host_install_dialog.js', |
101 'webapp/paired_client_manager.js', | 100 'webapp/paired_client_manager.js', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 'webapp/html/dialog_token_refresh_failed.html', | 230 'webapp/html/dialog_token_refresh_failed.html', |
232 'webapp/html/toolbar.html', | 231 'webapp/html/toolbar.html', |
233 'webapp/html/ui_header.html', | 232 'webapp/html/ui_header.html', |
234 'webapp/html/ui_it2me.html', | 233 'webapp/html/ui_it2me.html', |
235 'webapp/html/ui_me2me.html', | 234 'webapp/html/ui_me2me.html', |
236 'webapp/html/window_frame.html', | 235 'webapp/html/window_frame.html', |
237 ], | 236 ], |
238 | 237 |
239 }, | 238 }, |
240 } | 239 } |
OLD | NEW |