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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'remoting_webapp_info_files': [ | 7 'remoting_webapp_info_files': [ |
8 'resources/chromoting16.webp', | 8 'resources/chromoting16.webp', |
9 'resources/chromoting48.webp', | 9 'resources/chromoting48.webp', |
10 'resources/chromoting128.webp', | 10 'resources/chromoting128.webp', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
171 # makes it the entry point of the background page. | 171 # makes it the entry point of the background page. |
172 'webapp/crd/js/background.js', | 172 'webapp/crd/js/background.js', |
173 ], | 173 ], |
174 # The unit test cases for the webapp | 174 # The unit test cases for the webapp |
175 'remoting_webapp_unittest_js_files': [ | 175 'remoting_webapp_unittest_js_files': [ |
176 'webapp/unittests/chrome_mocks.js', | 176 'webapp/unittests/chrome_mocks.js', |
177 'webapp/js_proto/chrome_proto.js', | 177 'webapp/js_proto/chrome_proto.js', |
178 'webapp/unittests/apps_v2_migration_unittest.js', | 178 'webapp/unittests/apps_v2_migration_unittest.js', |
179 'webapp/unittests/base_unittest.js', | 179 'webapp/unittests/base_unittest.js', |
180 'webapp/unittests/dns_blackhole_checker_unittest.js', | 180 'webapp/unittests/dns_blackhole_checker_unittest.js', |
| 181 'webapp/unittests/event_hook_unittest.js', |
181 'webapp/unittests/fallback_signal_strategy_unittest.js', | 182 'webapp/unittests/fallback_signal_strategy_unittest.js', |
182 'webapp/unittests/ipc_unittest.js', | 183 'webapp/unittests/ipc_unittest.js', |
183 'webapp/unittests/it2me_helpee_channel_unittest.js', | 184 'webapp/unittests/it2me_helpee_channel_unittest.js', |
184 'webapp/unittests/it2me_helper_channel_unittest.js', | 185 'webapp/unittests/it2me_helper_channel_unittest.js', |
185 'webapp/unittests/it2me_service_unittest.js', | 186 'webapp/unittests/it2me_service_unittest.js', |
186 'webapp/unittests/l10n_unittest.js', | 187 'webapp/unittests/l10n_unittest.js', |
187 'webapp/unittests/menu_button_unittest.js', | 188 'webapp/unittests/menu_button_unittest.js', |
188 'webapp/unittests/xmpp_connection_unittest.js', | 189 'webapp/unittests/xmpp_connection_unittest.js', |
189 'webapp/unittests/xmpp_login_handler_unittest.js', | 190 'webapp/unittests/xmpp_login_handler_unittest.js', |
190 'webapp/unittests/xmpp_stream_parser_unittest.js', | 191 'webapp/unittests/xmpp_stream_parser_unittest.js', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 'webapp/crd/manifest.json.jinja2', | 360 'webapp/crd/manifest.json.jinja2', |
360 '<(remoting_webapp_template_main)', | 361 '<(remoting_webapp_template_main)', |
361 '<(remoting_webapp_template_wcs_sandbox)', | 362 '<(remoting_webapp_template_wcs_sandbox)', |
362 '<(remoting_webapp_template_background)', | 363 '<(remoting_webapp_template_background)', |
363 '<@(remoting_webapp_template_files)', | 364 '<@(remoting_webapp_template_files)', |
364 '<@(remoting_webapp_crd_js_files)', | 365 '<@(remoting_webapp_crd_js_files)', |
365 ], | 366 ], |
366 | 367 |
367 }, | 368 }, |
368 } | 369 } |
OLD | NEW |