| 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 # `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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 98 "base/js/viewport_unittest.js", | 98 "base/js/viewport_unittest.js", |
| 99 "base/js/window_shape_unittest.js", | 99 "base/js/window_shape_unittest.js", |
| 100 "base/js/window_message_dispatcher_unittest.js", | 100 "base/js/window_message_dispatcher_unittest.js", |
| 101 "base/js/xhr_event_writer_unittest.js", | 101 "base/js/xhr_event_writer_unittest.js", |
| 102 "base/js/xhr_unittest.js", | 102 "base/js/xhr_unittest.js", |
| 103 "base/js/xmpp_connection_unittest.js", | 103 "base/js/xmpp_connection_unittest.js", |
| 104 "base/js/xmpp_error_cache_unittest.js", | 104 "base/js/xmpp_error_cache_unittest.js", |
| 105 "base/js/xmpp_login_handler_unittest.js", | 105 "base/js/xmpp_login_handler_unittest.js", |
| 106 "base/js/xmpp_stream_parser_unittest.js", | 106 "base/js/xmpp_stream_parser_unittest.js", |
| 107 "crd/js/apps_v2_migration_unittest.js", | 107 "crd/js/apps_v2_migration_unittest.js", |
| 108 "crd/js/butter_bar_unittest.js", |
| 108 "crd/js/combined_host_list_api_unittest.js", | 109 "crd/js/combined_host_list_api_unittest.js", |
| 109 "crd/js/gcd_client_unittest.js", | 110 "crd/js/gcd_client_unittest.js", |
| 110 "crd/js/gcd_client_with_mock_xhr_unittest.js", | 111 "crd/js/gcd_client_with_mock_xhr_unittest.js", |
| 111 "crd/js/gnubby_auth_handler_unittest.js", | 112 "crd/js/gnubby_auth_handler_unittest.js", |
| 112 "crd/js/host_controller_unittest.js", | 113 "crd/js/host_controller_unittest.js", |
| 113 "crd/js/host_daemon_facade_unittest.js", | 114 "crd/js/host_daemon_facade_unittest.js", |
| 114 "crd/js/host_table_entry_unittest.js", | 115 "crd/js/host_table_entry_unittest.js", |
| 115 "crd/js/legacy_host_list_api_unittest.js", | 116 "crd/js/legacy_host_list_api_unittest.js", |
| 116 "crd/js/menu_button_unittest.js", | 117 "crd/js/menu_button_unittest.js", |
| 117 "crd/js/mock_xhr_unittest.js", | 118 "crd/js/mock_xhr_unittest.js", |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 "webapp/crd/manifest.json.jinja2", | 568 "webapp/crd/manifest.json.jinja2", |
| 568 remoting_webapp_template_background, | 569 remoting_webapp_template_background, |
| 569 remoting_webapp_template_main, | 570 remoting_webapp_template_main, |
| 570 remoting_webapp_template_message_window, | 571 remoting_webapp_template_message_window, |
| 571 remoting_webapp_template_wcs_sandbox, | 572 remoting_webapp_template_wcs_sandbox, |
| 572 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files | 573 ] + remoting_webapp_template_files + remoting_webapp_crd_js_files |
| 573 | 574 |
| 574 webapp_js_files = remoting_webapp_unittest_html_all_js_files + | 575 webapp_js_files = remoting_webapp_unittest_html_all_js_files + |
| 575 remoting_webapp_wcs_sandbox_html_js_files + | 576 remoting_webapp_wcs_sandbox_html_js_files + |
| 576 remoting_webapp_background_html_js_files | 577 remoting_webapp_background_html_js_files |
| OLD | NEW |