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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 'webapp/base/js/typecheck_unittest.js', | 101 'webapp/base/js/typecheck_unittest.js', |
102 'webapp/base/js/viewport_unittest.js', | 102 'webapp/base/js/viewport_unittest.js', |
103 'webapp/base/js/window_shape_unittest.js', | 103 'webapp/base/js/window_shape_unittest.js', |
104 'webapp/base/js/window_message_dispatcher_unittest.js', | 104 'webapp/base/js/window_message_dispatcher_unittest.js', |
105 'webapp/base/js/xhr_event_writer_unittest.js', | 105 'webapp/base/js/xhr_event_writer_unittest.js', |
106 'webapp/base/js/xhr_unittest.js', | 106 'webapp/base/js/xhr_unittest.js', |
107 'webapp/base/js/xmpp_connection_unittest.js', | 107 'webapp/base/js/xmpp_connection_unittest.js', |
108 'webapp/base/js/xmpp_login_handler_unittest.js', | 108 'webapp/base/js/xmpp_login_handler_unittest.js', |
109 'webapp/base/js/xmpp_stream_parser_unittest.js', | 109 'webapp/base/js/xmpp_stream_parser_unittest.js', |
110 'webapp/crd/js/apps_v2_migration_unittest.js', | 110 'webapp/crd/js/apps_v2_migration_unittest.js', |
| 111 'webapp/crd/js/combined_host_list_api_unittest.js', |
111 'webapp/crd/js/gcd_client_unittest.js', | 112 'webapp/crd/js/gcd_client_unittest.js', |
112 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', | 113 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', |
113 'webapp/crd/js/host_controller_unittest.js', | 114 'webapp/crd/js/host_controller_unittest.js', |
114 'webapp/crd/js/host_daemon_facade_unittest.js', | 115 'webapp/crd/js/host_daemon_facade_unittest.js', |
115 'webapp/crd/js/host_table_entry_unittest.js', | 116 'webapp/crd/js/host_table_entry_unittest.js', |
116 'webapp/crd/js/legacy_host_list_api_unittest.js', | 117 'webapp/crd/js/legacy_host_list_api_unittest.js', |
117 'webapp/crd/js/menu_button_unittest.js', | 118 'webapp/crd/js/menu_button_unittest.js', |
118 'webapp/crd/js/mock_xhr_unittest.js', | 119 'webapp/crd/js/mock_xhr_unittest.js', |
119 ], | 120 ], |
120 'remoting_webapp_unittests_js_mock_files': [ | 121 'remoting_webapp_unittests_js_mock_files': [ |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 'remoting_webapp_js_host_display_files': [ | 280 'remoting_webapp_js_host_display_files': [ |
280 'webapp/crd/js/host_list.js', | 281 'webapp/crd/js/host_list.js', |
281 'webapp/crd/js/host_list_api.js', | 282 'webapp/crd/js/host_list_api.js', |
282 'webapp/crd/js/host_table_entry.js', | 283 'webapp/crd/js/host_table_entry.js', |
283 'webapp/crd/js/local_host_section.js', | 284 'webapp/crd/js/local_host_section.js', |
284 | 285 |
285 # Must come after host_list_api.js because of an issue with | 286 # Must come after host_list_api.js because of an issue with |
286 # JSCompiler. If an implementation of an interface occurs in a | 287 # JSCompiler. If an implementation of an interface occurs in a |
287 # file processed before the interface itself, the @override tag | 288 # file processed before the interface itself, the @override tag |
288 # doesn't always work correctly. | 289 # doesn't always work correctly. |
| 290 'webapp/crd/js/combined_host_list_api.js', |
289 'webapp/crd/js/gcd_host_list_api.js', | 291 'webapp/crd/js/gcd_host_list_api.js', |
290 'webapp/crd/js/legacy_host_list_api.js', | 292 'webapp/crd/js/legacy_host_list_api.js', |
291 ], | 293 ], |
292 # The CRD-specific JavaScript files required by main.html. | 294 # The CRD-specific JavaScript files required by main.html. |
293 'remoting_webapp_crd_js_ui_files': [ | 295 'remoting_webapp_crd_js_ui_files': [ |
294 'webapp/crd/js/bump_scroller.js', | 296 'webapp/crd/js/bump_scroller.js', |
295 'webapp/crd/js/butter_bar.js', | 297 'webapp/crd/js/butter_bar.js', |
296 'webapp/crd/js/crd_auth_dialog.js', | 298 'webapp/crd/js/crd_auth_dialog.js', |
297 'webapp/crd/js/crd_event_handlers.js', | 299 'webapp/crd/js/crd_event_handlers.js', |
298 'webapp/crd/js/crd_experimental.js', | 300 'webapp/crd/js/crd_experimental.js', |
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
540 '<(remoting_webapp_template_background)', | 542 '<(remoting_webapp_template_background)', |
541 '<(remoting_webapp_template_main)', | 543 '<(remoting_webapp_template_main)', |
542 '<(remoting_webapp_template_message_window)', | 544 '<(remoting_webapp_template_message_window)', |
543 '<(remoting_webapp_template_wcs_sandbox)', | 545 '<(remoting_webapp_template_wcs_sandbox)', |
544 '<@(remoting_webapp_template_files)', | 546 '<@(remoting_webapp_template_files)', |
545 '<@(remoting_webapp_crd_js_files)', | 547 '<@(remoting_webapp_crd_js_files)', |
546 ], | 548 ], |
547 | 549 |
548 }, | 550 }, |
549 } | 551 } |
OLD | NEW |