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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 # cast extension handler JavaScript files. | 131 # cast extension handler JavaScript files. |
132 'remoting_webapp_js_cast_extension_files': [ | 132 'remoting_webapp_js_cast_extension_files': [ |
133 'webapp/cast_extension_handler.js', | 133 'webapp/cast_extension_handler.js', |
134 ], | 134 ], |
135 # browser test JavaScript files. | 135 # browser test JavaScript files. |
136 'remoting_webapp_js_browser_test_files': [ | 136 'remoting_webapp_js_browser_test_files': [ |
137 'webapp/browser_test/browser_test.js', | 137 'webapp/browser_test/browser_test.js', |
138 'webapp/browser_test/bump_scroll_browser_test.js', | 138 'webapp/browser_test/bump_scroll_browser_test.js', |
139 'webapp/browser_test/cancel_pin_browser_test.js', | 139 'webapp/browser_test/cancel_pin_browser_test.js', |
140 'webapp/browser_test/invalid_pin_browser_test.js', | 140 'webapp/browser_test/invalid_pin_browser_test.js', |
| 141 'webapp/browser_test/scrollbar_browser_test.js', |
141 'webapp/browser_test/update_pin_browser_test.js', | 142 'webapp/browser_test/update_pin_browser_test.js', |
142 ], | 143 ], |
143 # These product files are excluded from our JavaScript unittest | 144 # These product files are excluded from our JavaScript unittest |
144 'remoting_webapp_unittest_exclude_files': [ | 145 'remoting_webapp_unittest_exclude_files': [ |
145 # background.js is where the onLoad handler is defined, which | 146 # background.js is where the onLoad handler is defined, which |
146 # makes it the entry point of the background page. | 147 # makes it the entry point of the background page. |
147 'webapp/background/background.js', | 148 'webapp/background/background.js', |
148 # event_handlers.js is where the onLoad handler is defined, which | 149 # event_handlers.js is where the onLoad handler is defined, which |
149 # makes it the entry point of the webapp. | 150 # makes it the entry point of the webapp. |
150 'webapp/event_handlers.js', | 151 'webapp/event_handlers.js', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
302 'webapp/html/dialog_token_refresh_failed.html', | 303 'webapp/html/dialog_token_refresh_failed.html', |
303 'webapp/html/toolbar.html', | 304 'webapp/html/toolbar.html', |
304 'webapp/html/ui_header.html', | 305 'webapp/html/ui_header.html', |
305 'webapp/html/ui_it2me.html', | 306 'webapp/html/ui_it2me.html', |
306 'webapp/html/ui_me2me.html', | 307 'webapp/html/ui_me2me.html', |
307 'webapp/html/window_frame.html', | 308 'webapp/html/window_frame.html', |
308 ], | 309 ], |
309 | 310 |
310 }, | 311 }, |
311 } | 312 } |
OLD | NEW |