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 # Keep in sync with remoting/remoting_webapp_files.gypi. | 5 # `7MM"""Mq. `7MM |
| 6 # MM `MM. MM |
| 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 |
| 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" |
| 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , |
| 11 # .JMML. .JMM.`Mbmmd' `Moo9^Yo.`Wbmd"MML..JMML JMML JMML.`Mbmmd' |
| 12 # |
| 13 # Please keep this file in sync with remoting/remoting_webapp_files.gypi. |
6 | 14 |
7 # Jscompile proto files. | 15 # Jscompile proto files. |
8 # These provide type information for jscompile. | 16 # These provide type information for jscompile. |
9 remoting_webapp_js_proto_files = [ | 17 remoting_webapp_js_proto_files = [ |
10 "js_proto/chrome_proto.js", | 18 "js_proto/chrome_proto.js", |
11 "js_proto/chrome_cast_proto.js", | 19 "js_proto/chrome_cast_proto.js", |
12 "js_proto/chrome_event_proto.js", | 20 "js_proto/chrome_event_proto.js", |
13 "js_proto/dom_proto.js", | 21 "js_proto/dom_proto.js", |
14 "js_proto/remoting_proto.js", | 22 "js_proto/remoting_proto.js", |
15 ] | 23 ] |
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
209 "crd/js/host_install_dialog.js", | 217 "crd/js/host_install_dialog.js", |
210 "crd/js/host_installer.js", | 218 "crd/js/host_installer.js", |
211 "crd/js/it2me_host_facade.js", | 219 "crd/js/it2me_host_facade.js", |
212 "crd/js/paired_client_manager.js", | 220 "crd/js/paired_client_manager.js", |
213 ] | 221 ] |
214 | 222 |
215 # Files for displaying (in the client) info about available hosts. | 223 # Files for displaying (in the client) info about available hosts. |
216 remoting_webapp_js_host_display_files = [ | 224 remoting_webapp_js_host_display_files = [ |
217 "crd/js/host_list.js", | 225 "crd/js/host_list.js", |
218 "crd/js/host_list_api.js", | 226 "crd/js/host_list_api.js", |
| 227 "crd/js/host_list_api_gcd_impl.js", |
219 "crd/js/host_list_api_impl.js", | 228 "crd/js/host_list_api_impl.js", |
220 "crd/js/host_table_entry.js", | 229 "crd/js/host_table_entry.js", |
221 "crd/js/local_host_section.js", | 230 "crd/js/local_host_section.js", |
222 ] | 231 ] |
223 | 232 |
224 # Logging and stats JavaScript files. | 233 # Logging and stats JavaScript files. |
225 remoting_webapp_js_logging_files = [ | 234 remoting_webapp_js_logging_files = [ |
226 "crd/js/format_iq.js", | 235 "crd/js/format_iq.js", |
227 "crd/js/log_to_server.js", | 236 "crd/js/log_to_server.js", |
228 "crd/js/server_log_entry.js", | 237 "crd/js/server_log_entry.js", |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 # Files that contain localizable strings. | 479 # Files that contain localizable strings. |
471 desktop_remoting_webapp_localizable_files = [ | 480 desktop_remoting_webapp_localizable_files = [ |
472 "webapp/crd/manifest.json.jinja2", | 481 "webapp/crd/manifest.json.jinja2", |
473 "<(remoting_webapp_template_background)", | 482 "<(remoting_webapp_template_background)", |
474 "<(remoting_webapp_template_main)", | 483 "<(remoting_webapp_template_main)", |
475 "<(remoting_webapp_template_message_window)", | 484 "<(remoting_webapp_template_message_window)", |
476 "<(remoting_webapp_template_wcs_sandbox)", | 485 "<(remoting_webapp_template_wcs_sandbox)", |
477 "<@(remoting_webapp_template_files)", | 486 "<@(remoting_webapp_template_files)", |
478 "<@(remoting_webapp_crd_js_files)", | 487 "<@(remoting_webapp_crd_js_files)", |
479 ] | 488 ] |
OLD | NEW |