| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 # These product files are excluded from our JavaScript unittest | 132 # These product files are excluded from our JavaScript unittest |
| 133 'remoting_webapp_unittest_exclude_files': [ | 133 'remoting_webapp_unittest_exclude_files': [ |
| 134 # background.js is where the onLoad handler is defined, which | 134 # background.js is where the onLoad handler is defined, which |
| 135 # makes it the entry point of the background page. | 135 # makes it the entry point of the background page. |
| 136 'webapp/background/background.js', | 136 'webapp/background/background.js', |
| 137 # event_handlers.js is where the onLoad handler is defined, which | 137 # event_handlers.js is where the onLoad handler is defined, which |
| 138 # makes it the entry point of the webapp. | 138 # makes it the entry point of the webapp. |
| 139 'webapp/event_handlers.js', | 139 'webapp/event_handlers.js', |
| 140 ], | 140 ], |
| 141 # The unit test cases for the webapp | 141 # The unit test cases for the webapp |
| 142 'remoting_webapp_unittest_cases': [ | 142 'remoting_webapp_unittest_js_files': [ |
| 143 'webapp/js_proto/chrome_proto.js', | 143 'webapp/js_proto/chrome_proto.js', |
| 144 'webapp/unittests/chrome_mocks.js', |
| 144 'webapp/unittests/base_unittest.js', | 145 'webapp/unittests/base_unittest.js', |
| 145 'webapp/unittests/l10n_unittest.js', | 146 'webapp/unittests/l10n_unittest.js', |
| 146 'webapp/unittests/menu_button_unittest.js', | 147 'webapp/unittests/menu_button_unittest.js', |
| 148 'webapp/unittests/it2me_helper_channel_unittest.js', |
| 149 'webapp/unittests/it2me_service_unittest.js' |
| 147 ], | 150 ], |
| 148 'remoting_webapp_unittest_additional_files': [ | 151 'remoting_webapp_unittest_additional_files': [ |
| 149 'webapp/menu_button.css', | 152 'webapp/menu_button.css', |
| 150 ], | 153 ], |
| 151 'remoting_webapp_unittest_template_main': | 154 'remoting_webapp_unittest_template_main': |
| 152 'webapp/html/template_unittest.html', | 155 'webapp/html/template_unittest.html', |
| 153 | 156 |
| 154 # The JavaScript files required by main.html. | 157 # The JavaScript files required by main.html. |
| 155 'remoting_webapp_main_html_js_files': [ | 158 'remoting_webapp_main_html_js_files': [ |
| 156 # Include the core files first as it is required by the other files. | 159 # Include the core files first as it is required by the other files. |
| (...skipping 13 matching lines...) Expand all Loading... |
| 170 # to expedite debugging or local development. | 173 # to expedite debugging or local development. |
| 171 # '<@(remoting_webapp_js_browser_test_files)' | 174 # '<@(remoting_webapp_js_browser_test_files)' |
| 172 ], | 175 ], |
| 173 | 176 |
| 174 # The JavaScript files that are used as background pages. | 177 # The JavaScript files that are used as background pages. |
| 175 'remoting_webapp_background_js_files': [ | 178 'remoting_webapp_background_js_files': [ |
| 176 'webapp/base.js', | 179 'webapp/base.js', |
| 177 'webapp/client_session.js', | 180 'webapp/client_session.js', |
| 178 'webapp/typecheck.js', | 181 'webapp/typecheck.js', |
| 179 'webapp/background/app_launcher.js', | 182 'webapp/background/app_launcher.js', |
| 180 'webapp/background/background.js' | 183 'webapp/background/background.js', |
| 184 'webapp/background/it2me_helper_channel.js', |
| 185 'webapp/background/it2me_service.js', |
| 181 ], | 186 ], |
| 182 | 187 |
| 183 # The JavaScript files required by wcs_sandbox.html. | 188 # The JavaScript files required by wcs_sandbox.html. |
| 184 'remoting_webapp_wcs_sandbox_html_js_files': [ | 189 'remoting_webapp_wcs_sandbox_html_js_files': [ |
| 185 '<@(remoting_webapp_js_wcs_sandbox_files)', | 190 '<@(remoting_webapp_js_wcs_sandbox_files)', |
| 186 'webapp/error.js', | 191 'webapp/error.js', |
| 187 'webapp/plugin_settings.js', | 192 'webapp/plugin_settings.js', |
| 188 ], | 193 ], |
| 189 | 194 |
| 190 # All the JavaScript files required by the webapp. | 195 # All the JavaScript files required by the webapp. |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'webapp/html/dialog_token_refresh_failed.html', | 272 'webapp/html/dialog_token_refresh_failed.html', |
| 268 'webapp/html/toolbar.html', | 273 'webapp/html/toolbar.html', |
| 269 'webapp/html/ui_header.html', | 274 'webapp/html/ui_header.html', |
| 270 'webapp/html/ui_it2me.html', | 275 'webapp/html/ui_it2me.html', |
| 271 'webapp/html/ui_me2me.html', | 276 'webapp/html/ui_me2me.html', |
| 272 'webapp/html/window_frame.html', | 277 'webapp/html/window_frame.html', |
| 273 ], | 278 ], |
| 274 | 279 |
| 275 }, | 280 }, |
| 276 } | 281 } |
| OLD | NEW |