| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 # | 73 # |
| 74 | 74 |
| 75 # These product files are excluded from our JavaScript unittest | 75 # These product files are excluded from our JavaScript unittest |
| 76 'remoting_webapp_unittests_exclude_js_files': [ | 76 'remoting_webapp_unittests_exclude_js_files': [ |
| 77 # background.js is where the onLoad handler is defined, which | 77 # background.js is where the onLoad handler is defined, which |
| 78 # makes it the entry point of the background page. | 78 # makes it the entry point of the background page. |
| 79 'webapp/crd/js/background.js', | 79 'webapp/crd/js/background.js', |
| 80 ], | 80 ], |
| 81 # The unit test cases for the webapp | 81 # The unit test cases for the webapp |
| 82 'remoting_webapp_unittests_js_files': [ | 82 'remoting_webapp_unittests_js_files': [ |
| 83 # TODO(jrw): Move spy_promise to base. |
| 84 'webapp/unittests/spy_promise.js', |
| 85 'webapp/unittests/spy_promise_unittest.js', |
| 83 'webapp/base/js/base_unittest.js', | 86 'webapp/base/js/base_unittest.js', |
| 84 'webapp/base/js/base_event_hook_unittest.js', | 87 'webapp/base/js/base_event_hook_unittest.js', |
| 85 'webapp/base/js/base_inherits_unittest.js', | 88 'webapp/base/js/base_inherits_unittest.js', |
| 86 'webapp/base/js/callstack_unittest.js', | 89 'webapp/base/js/callstack_unittest.js', |
| 87 'webapp/base/js/client_session_unittest.js', | 90 'webapp/base/js/client_session_unittest.js', |
| 88 'webapp/base/js/client_session_factory_unittest.js', | 91 'webapp/base/js/client_session_factory_unittest.js', |
| 89 'webapp/base/js/console_wrapper_unittest.js', | 92 'webapp/base/js/console_wrapper_unittest.js', |
| 90 'webapp/base/js/dns_blackhole_checker_unittest.js', | 93 'webapp/base/js/dns_blackhole_checker_unittest.js', |
| 91 'webapp/base/js/error_unittest.js', | 94 'webapp/base/js/error_unittest.js', |
| 92 'webapp/base/js/fallback_signal_strategy_unittest.js', | 95 'webapp/base/js/fallback_signal_strategy_unittest.js', |
| (...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 '<(remoting_webapp_template_background)', | 584 '<(remoting_webapp_template_background)', |
| 582 '<(remoting_webapp_template_main)', | 585 '<(remoting_webapp_template_main)', |
| 583 '<(remoting_webapp_template_message_window)', | 586 '<(remoting_webapp_template_message_window)', |
| 584 '<(remoting_webapp_template_wcs_sandbox)', | 587 '<(remoting_webapp_template_wcs_sandbox)', |
| 585 '<@(remoting_webapp_template_files)', | 588 '<@(remoting_webapp_template_files)', |
| 586 '<@(remoting_webapp_crd_js_files)', | 589 '<@(remoting_webapp_crd_js_files)', |
| 587 ], | 590 ], |
| 588 | 591 |
| 589 }, | 592 }, |
| 590 } | 593 } |
| OLD | NEW |