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