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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 | 70 |
71 # These product files are excluded from our JavaScript unittest | 71 # These product files are excluded from our JavaScript unittest |
72 remoting_webapp_unittests_exclude_js_files = [ | 72 remoting_webapp_unittests_exclude_js_files = [ |
73 # background.js is where the onLoad handler is defined, which | 73 # background.js is where the onLoad handler is defined, which |
74 # makes it the entry point of the background page. | 74 # makes it the entry point of the background page. |
75 "crd/js/background.js", | 75 "crd/js/background.js", |
76 ] | 76 ] |
77 | 77 |
78 # The unit test cases for the webapp | 78 # The unit test cases for the webapp |
79 remoting_webapp_unittests_js_files = [ | 79 remoting_webapp_unittests_js_files = [ |
80 # TODO(jrw): Move spy_promise to base. | |
81 "unittests/spy_promise.js", | |
82 "unittests/spy_promise_unittest.js", | |
83 "base/js/base_unittest.js", | 80 "base/js/base_unittest.js", |
84 "base/js/base_event_hook_unittest.js", | 81 "base/js/base_event_hook_unittest.js", |
85 "base/js/base_inherits_unittest.js", | 82 "base/js/base_inherits_unittest.js", |
86 "base/js/callstack_unittest.js", | 83 "base/js/callstack_unittest.js", |
87 "base/js/client_session_unittest.js", | 84 "base/js/client_session_unittest.js", |
88 "base/js/client_session_factory_unittest.js", | 85 "base/js/client_session_factory_unittest.js", |
89 "base/js/console_wrapper_unittest.js", | 86 "base/js/console_wrapper_unittest.js", |
90 "base/js/dns_blackhole_checker_unittest.js", | 87 "base/js/dns_blackhole_checker_unittest.js", |
91 "base/js/error_unittest.js", | 88 "base/js/error_unittest.js", |
92 "base/js/fallback_signal_strategy_unittest.js", | 89 "base/js/fallback_signal_strategy_unittest.js", |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
708 ar_main_template, | 705 ar_main_template, |
709 ar_feedback_consent_template, | 706 ar_feedback_consent_template, |
710 ar_loading_window_template, | 707 ar_loading_window_template, |
711 remoting_webapp_template_message_window, | 708 remoting_webapp_template_message_window, |
712 remoting_webapp_template_wcs_sandbox, | 709 remoting_webapp_template_wcs_sandbox, |
713 ] + ar_main_template_files + ar_all_js_files | 710 ] + ar_main_template_files + ar_all_js_files |
714 | 711 |
715 webapp_js_files = remoting_webapp_unittest_html_all_js_files + | 712 webapp_js_files = remoting_webapp_unittest_html_all_js_files + |
716 remoting_webapp_wcs_sandbox_html_js_files + | 713 remoting_webapp_wcs_sandbox_html_js_files + |
717 remoting_webapp_background_html_js_files | 714 remoting_webapp_background_html_js_files |
OLD | NEW |