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 # `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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'webapp/base/js/window_shape_unittest.js', | 95 'webapp/base/js/window_shape_unittest.js', |
96 'webapp/base/js/xhr_unittest.js', | 96 'webapp/base/js/xhr_unittest.js', |
97 'webapp/base/js/xmpp_connection_unittest.js', | 97 'webapp/base/js/xmpp_connection_unittest.js', |
98 'webapp/base/js/xmpp_login_handler_unittest.js', | 98 'webapp/base/js/xmpp_login_handler_unittest.js', |
99 'webapp/base/js/xmpp_stream_parser_unittest.js', | 99 'webapp/base/js/xmpp_stream_parser_unittest.js', |
100 'webapp/crd/js/apps_v2_migration_unittest.js', | 100 'webapp/crd/js/apps_v2_migration_unittest.js', |
101 'webapp/crd/js/gcd_client_unittest.js', | 101 'webapp/crd/js/gcd_client_unittest.js', |
102 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', | 102 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', |
103 'webapp/crd/js/host_controller_unittest.js', | 103 'webapp/crd/js/host_controller_unittest.js', |
104 'webapp/crd/js/host_daemon_facade_unittest.js', | 104 'webapp/crd/js/host_daemon_facade_unittest.js', |
105 'webapp/crd/js/host_list_api_impl_unittest.js', | |
106 'webapp/crd/js/host_table_entry_unittest.js', | 105 'webapp/crd/js/host_table_entry_unittest.js', |
| 106 'webapp/crd/js/legacy_host_list_api_unittest.js', |
107 'webapp/crd/js/menu_button_unittest.js', | 107 'webapp/crd/js/menu_button_unittest.js', |
108 'webapp/crd/js/mock_xhr_unittest.js', | 108 'webapp/crd/js/mock_xhr_unittest.js', |
109 ], | 109 ], |
110 'remoting_webapp_unittests_js_mock_files': [ | 110 'remoting_webapp_unittests_js_mock_files': [ |
111 'webapp/crd/js/mock_client_plugin.js', | 111 'webapp/crd/js/mock_client_plugin.js', |
112 'webapp/crd/js/mock_host_daemon_facade.js', | 112 'webapp/crd/js/mock_host_daemon_facade.js', |
113 'webapp/crd/js/mock_host_list_api.js', | 113 'webapp/crd/js/mock_host_list_api.js', |
114 'webapp/crd/js/mock_identity.js', | 114 'webapp/crd/js/mock_identity.js', |
115 'webapp/crd/js/mock_signal_strategy.js', | 115 'webapp/crd/js/mock_signal_strategy.js', |
116 'webapp/js_proto/chrome_mocks.js', | 116 'webapp/js_proto/chrome_mocks.js', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 'webapp/crd/js/host_setup_dialog.js', | 257 'webapp/crd/js/host_setup_dialog.js', |
258 'webapp/crd/js/host_install_dialog.js', | 258 'webapp/crd/js/host_install_dialog.js', |
259 'webapp/crd/js/host_installer.js', | 259 'webapp/crd/js/host_installer.js', |
260 'webapp/crd/js/it2me_host_facade.js', | 260 'webapp/crd/js/it2me_host_facade.js', |
261 'webapp/crd/js/paired_client_manager.js', | 261 'webapp/crd/js/paired_client_manager.js', |
262 ], | 262 ], |
263 # Files for displaying (in the client) info about available hosts. | 263 # Files for displaying (in the client) info about available hosts. |
264 'remoting_webapp_js_host_display_files': [ | 264 'remoting_webapp_js_host_display_files': [ |
265 'webapp/crd/js/host_list.js', | 265 'webapp/crd/js/host_list.js', |
266 'webapp/crd/js/host_list_api.js', | 266 'webapp/crd/js/host_list_api.js', |
267 'webapp/crd/js/host_list_api_gcd_impl.js', | |
268 'webapp/crd/js/host_list_api_impl.js', | |
269 'webapp/crd/js/host_table_entry.js', | 267 'webapp/crd/js/host_table_entry.js', |
270 'webapp/crd/js/local_host_section.js', | 268 'webapp/crd/js/local_host_section.js', |
| 269 |
| 270 # Must come after host_list_api.js |
| 271 'webapp/crd/js/gcd_host_list_api.js', |
| 272 'webapp/crd/js/legacy_host_list_api.js', |
271 ], | 273 ], |
272 # The CRD-specific JavaScript files required by main.html. | 274 # The CRD-specific JavaScript files required by main.html. |
273 'remoting_webapp_crd_js_ui_files': [ | 275 'remoting_webapp_crd_js_ui_files': [ |
274 'webapp/crd/js/bump_scroller.js', | 276 'webapp/crd/js/bump_scroller.js', |
275 'webapp/crd/js/butter_bar.js', | 277 'webapp/crd/js/butter_bar.js', |
276 'webapp/crd/js/crd_auth_dialog.js', | 278 'webapp/crd/js/crd_auth_dialog.js', |
277 'webapp/crd/js/crd_event_handlers.js', | 279 'webapp/crd/js/crd_event_handlers.js', |
278 'webapp/crd/js/crd_experimental.js', | 280 'webapp/crd/js/crd_experimental.js', |
279 'webapp/crd/js/desktop_connected_view.js', | 281 'webapp/crd/js/desktop_connected_view.js', |
280 'webapp/crd/js/desktop_remoting.js', | 282 'webapp/crd/js/desktop_remoting.js', |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
511 '<(remoting_webapp_template_background)', | 513 '<(remoting_webapp_template_background)', |
512 '<(remoting_webapp_template_main)', | 514 '<(remoting_webapp_template_main)', |
513 '<(remoting_webapp_template_message_window)', | 515 '<(remoting_webapp_template_message_window)', |
514 '<(remoting_webapp_template_wcs_sandbox)', | 516 '<(remoting_webapp_template_wcs_sandbox)', |
515 '<@(remoting_webapp_template_files)', | 517 '<@(remoting_webapp_template_files)', |
516 '<@(remoting_webapp_crd_js_files)', | 518 '<@(remoting_webapp_crd_js_files)', |
517 ], | 519 ], |
518 | 520 |
519 }, | 521 }, |
520 } | 522 } |
OLD | NEW |