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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 'webapp/base/js/platform_unittest.js', | 92 'webapp/base/js/platform_unittest.js', |
93 'webapp/base/js/protocol_extension_manager_unittest.js', | 93 'webapp/base/js/protocol_extension_manager_unittest.js', |
94 'webapp/base/js/typecheck_unittest.js', | 94 'webapp/base/js/typecheck_unittest.js', |
95 'webapp/base/js/viewport_unittest.js', | 95 'webapp/base/js/viewport_unittest.js', |
96 'webapp/base/js/window_shape_unittest.js', | 96 'webapp/base/js/window_shape_unittest.js', |
97 'webapp/base/js/xhr_unittest.js', | 97 'webapp/base/js/xhr_unittest.js', |
98 'webapp/base/js/xmpp_connection_unittest.js', | 98 'webapp/base/js/xmpp_connection_unittest.js', |
99 'webapp/base/js/xmpp_login_handler_unittest.js', | 99 'webapp/base/js/xmpp_login_handler_unittest.js', |
100 'webapp/base/js/xmpp_stream_parser_unittest.js', | 100 'webapp/base/js/xmpp_stream_parser_unittest.js', |
101 'webapp/crd/js/apps_v2_migration_unittest.js', | 101 'webapp/crd/js/apps_v2_migration_unittest.js', |
| 102 'webapp/crd/js/combined_host_list_api_unittest.js', |
102 'webapp/crd/js/gcd_client_unittest.js', | 103 'webapp/crd/js/gcd_client_unittest.js', |
103 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', | 104 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', |
104 'webapp/crd/js/host_controller_unittest.js', | 105 'webapp/crd/js/host_controller_unittest.js', |
105 'webapp/crd/js/host_daemon_facade_unittest.js', | 106 'webapp/crd/js/host_daemon_facade_unittest.js', |
106 'webapp/crd/js/host_table_entry_unittest.js', | 107 'webapp/crd/js/host_table_entry_unittest.js', |
107 'webapp/crd/js/legacy_host_list_api_unittest.js', | 108 'webapp/crd/js/legacy_host_list_api_unittest.js', |
108 'webapp/crd/js/menu_button_unittest.js', | 109 'webapp/crd/js/menu_button_unittest.js', |
109 'webapp/crd/js/mock_xhr_unittest.js', | 110 'webapp/crd/js/mock_xhr_unittest.js', |
110 ], | 111 ], |
111 'remoting_webapp_unittests_js_mock_files': [ | 112 'remoting_webapp_unittests_js_mock_files': [ |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
265 'remoting_webapp_js_host_display_files': [ | 266 'remoting_webapp_js_host_display_files': [ |
266 'webapp/crd/js/host_list.js', | 267 'webapp/crd/js/host_list.js', |
267 'webapp/crd/js/host_list_api.js', | 268 'webapp/crd/js/host_list_api.js', |
268 'webapp/crd/js/host_table_entry.js', | 269 'webapp/crd/js/host_table_entry.js', |
269 'webapp/crd/js/local_host_section.js', | 270 'webapp/crd/js/local_host_section.js', |
270 | 271 |
271 # Must come after host_list_api.js because of an issue with | 272 # Must come after host_list_api.js because of an issue with |
272 # JSCompiler. If an implementation of an interface occurs in a | 273 # JSCompiler. If an implementation of an interface occurs in a |
273 # file processed before the interface itself, the @override tag | 274 # file processed before the interface itself, the @override tag |
274 # doesn't always work correctly. | 275 # doesn't always work correctly. |
| 276 'webapp/crd/js/combined_host_list_api.js', |
275 'webapp/crd/js/gcd_host_list_api.js', | 277 'webapp/crd/js/gcd_host_list_api.js', |
276 'webapp/crd/js/legacy_host_list_api.js', | 278 'webapp/crd/js/legacy_host_list_api.js', |
277 ], | 279 ], |
278 # The CRD-specific JavaScript files required by main.html. | 280 # The CRD-specific JavaScript files required by main.html. |
279 'remoting_webapp_crd_js_ui_files': [ | 281 'remoting_webapp_crd_js_ui_files': [ |
280 'webapp/crd/js/bump_scroller.js', | 282 'webapp/crd/js/bump_scroller.js', |
281 'webapp/crd/js/butter_bar.js', | 283 'webapp/crd/js/butter_bar.js', |
282 'webapp/crd/js/crd_auth_dialog.js', | 284 'webapp/crd/js/crd_auth_dialog.js', |
283 'webapp/crd/js/crd_event_handlers.js', | 285 'webapp/crd/js/crd_event_handlers.js', |
284 'webapp/crd/js/crd_experimental.js', | 286 'webapp/crd/js/crd_experimental.js', |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
516 '<(remoting_webapp_template_background)', | 518 '<(remoting_webapp_template_background)', |
517 '<(remoting_webapp_template_main)', | 519 '<(remoting_webapp_template_main)', |
518 '<(remoting_webapp_template_message_window)', | 520 '<(remoting_webapp_template_message_window)', |
519 '<(remoting_webapp_template_wcs_sandbox)', | 521 '<(remoting_webapp_template_wcs_sandbox)', |
520 '<@(remoting_webapp_template_files)', | 522 '<@(remoting_webapp_template_files)', |
521 '<@(remoting_webapp_crd_js_files)', | 523 '<@(remoting_webapp_crd_js_files)', |
522 ], | 524 ], |
523 | 525 |
524 }, | 526 }, |
525 } | 527 } |
OLD | NEW |