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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 'webapp/crd/js/fullscreen_v2.js', | 111 'webapp/crd/js/fullscreen_v2.js', |
112 'webapp/crd/js/l10n.js', | 112 'webapp/crd/js/l10n.js', |
113 'webapp/crd/js/menu_button.js', | 113 'webapp/crd/js/menu_button.js', |
114 'webapp/crd/js/options_menu.js', | 114 'webapp/crd/js/options_menu.js', |
115 'webapp/crd/js/ui_mode.js', | 115 'webapp/crd/js/ui_mode.js', |
116 'webapp/crd/js/toolbar.js', | 116 'webapp/crd/js/toolbar.js', |
117 'webapp/crd/js/window_frame.js', | 117 'webapp/crd/js/window_frame.js', |
118 ], | 118 ], |
119 # Remoting signaling files. | 119 # Remoting signaling files. |
120 'remoting_webapp_js_signaling_files': [ | 120 'remoting_webapp_js_signaling_files': [ |
| 121 'webapp/crd/js/fallback_signal_strategy.js', |
121 'webapp/crd/js/signal_strategy.js', | 122 'webapp/crd/js/signal_strategy.js', |
122 'webapp/crd/js/wcs_adapter.js', | 123 'webapp/crd/js/wcs_adapter.js', |
123 'webapp/crd/js/wcs_sandbox_container.js', | 124 'webapp/crd/js/wcs_sandbox_container.js', |
124 'webapp/crd/js/xmpp_connection.js', | 125 'webapp/crd/js/xmpp_connection.js', |
125 'webapp/crd/js/xmpp_login_handler.js', | 126 'webapp/crd/js/xmpp_login_handler.js', |
126 'webapp/crd/js/xmpp_stream_parser.js', | 127 'webapp/crd/js/xmpp_stream_parser.js', |
127 ], | 128 ], |
128 # Remoting WCS sandbox JavaScript files. | 129 # Remoting WCS sandbox JavaScript files. |
129 'remoting_webapp_js_wcs_sandbox_files': [ | 130 'remoting_webapp_js_wcs_sandbox_files': [ |
130 'webapp/crd/js/wcs.js', | 131 'webapp/crd/js/wcs.js', |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 'remoting_webapp_unittest_exclude_files': [ | 163 'remoting_webapp_unittest_exclude_files': [ |
163 # background.js is where the onLoad handler is defined, which | 164 # background.js is where the onLoad handler is defined, which |
164 # makes it the entry point of the background page. | 165 # makes it the entry point of the background page. |
165 'webapp/crd/js/background.js', | 166 'webapp/crd/js/background.js', |
166 ], | 167 ], |
167 # The unit test cases for the webapp | 168 # The unit test cases for the webapp |
168 'remoting_webapp_unittest_js_files': [ | 169 'remoting_webapp_unittest_js_files': [ |
169 'webapp/unittests/chrome_mocks.js', | 170 'webapp/unittests/chrome_mocks.js', |
170 'webapp/js_proto/chrome_proto.js', | 171 'webapp/js_proto/chrome_proto.js', |
171 'webapp/unittests/base_unittest.js', | 172 'webapp/unittests/base_unittest.js', |
| 173 'webapp/unittests/fallback_signal_strategy_unittest.js', |
172 'webapp/unittests/it2me_helpee_channel_unittest.js', | 174 'webapp/unittests/it2me_helpee_channel_unittest.js', |
173 'webapp/unittests/it2me_helper_channel_unittest.js', | 175 'webapp/unittests/it2me_helper_channel_unittest.js', |
174 'webapp/unittests/it2me_service_unittest.js', | 176 'webapp/unittests/it2me_service_unittest.js', |
175 'webapp/unittests/l10n_unittest.js', | 177 'webapp/unittests/l10n_unittest.js', |
176 'webapp/unittests/menu_button_unittest.js', | 178 'webapp/unittests/menu_button_unittest.js', |
177 'webapp/unittests/xmpp_connection_unittest.js', | 179 'webapp/unittests/xmpp_connection_unittest.js', |
178 'webapp/unittests/xmpp_login_handler_unittest.js', | 180 'webapp/unittests/xmpp_login_handler_unittest.js', |
179 'webapp/unittests/xmpp_stream_parser_unittest.js', | 181 'webapp/unittests/xmpp_stream_parser_unittest.js', |
180 ], | 182 ], |
181 'remoting_webapp_unittest_additional_files': [ | 183 'remoting_webapp_unittest_additional_files': [ |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 'webapp/crd/html/dialog_token_refresh_failed.html', | 337 'webapp/crd/html/dialog_token_refresh_failed.html', |
336 'webapp/crd/html/toolbar.html', | 338 'webapp/crd/html/toolbar.html', |
337 'webapp/crd/html/ui_header.html', | 339 'webapp/crd/html/ui_header.html', |
338 'webapp/crd/html/ui_it2me.html', | 340 'webapp/crd/html/ui_it2me.html', |
339 'webapp/crd/html/ui_me2me.html', | 341 'webapp/crd/html/ui_me2me.html', |
340 'webapp/crd/html/window_frame.html', | 342 'webapp/crd/html/window_frame.html', |
341 ], | 343 ], |
342 | 344 |
343 }, | 345 }, |
344 } | 346 } |
OLD | NEW |