Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(255)

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 838543002: Implement browser test for It2Me (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address CL feedback Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 # cast extension handler JavaScript files. 137 # cast extension handler JavaScript files.
138 'remoting_webapp_js_cast_extension_files': [ 138 'remoting_webapp_js_cast_extension_files': [
139 'webapp/crd/js/cast_extension_handler.js', 139 'webapp/crd/js/cast_extension_handler.js',
140 ], 140 ],
141 # browser test JavaScript files. 141 # browser test JavaScript files.
142 'remoting_webapp_js_browser_test_files': [ 142 'remoting_webapp_js_browser_test_files': [
143 'webapp/browser_test/browser_test.js', 143 'webapp/browser_test/browser_test.js',
144 'webapp/browser_test/bump_scroll_browser_test.js', 144 'webapp/browser_test/bump_scroll_browser_test.js',
145 'webapp/browser_test/cancel_pin_browser_test.js', 145 'webapp/browser_test/cancel_pin_browser_test.js',
146 'webapp/browser_test/invalid_pin_browser_test.js', 146 'webapp/browser_test/invalid_pin_browser_test.js',
147 'webapp/browser_test/it2me_browser_test.js',
147 'webapp/browser_test/mock_client_plugin.js', 148 'webapp/browser_test/mock_client_plugin.js',
148 'webapp/browser_test/mock_session_connector.js', 149 'webapp/browser_test/mock_session_connector.js',
149 'webapp/browser_test/mock_signal_strategy.js', 150 'webapp/browser_test/mock_signal_strategy.js',
150 'webapp/browser_test/scrollbar_browser_test.js', 151 'webapp/browser_test/scrollbar_browser_test.js',
151 'webapp/browser_test/update_pin_browser_test.js', 152 'webapp/browser_test/update_pin_browser_test.js',
152 ], 153 ],
153 # These product files are excluded from our JavaScript unittest 154 # These product files are excluded from our JavaScript unittest
154 'remoting_webapp_unittest_exclude_files': [ 155 'remoting_webapp_unittest_exclude_files': [
155 # background.js is where the onLoad handler is defined, which 156 # background.js is where the onLoad handler is defined, which
156 # makes it the entry point of the background page. 157 # makes it the entry point of the background page.
(...skipping 30 matching lines...) Expand all
187 '<@(remoting_webapp_js_gnubby_auth_files)', 188 '<@(remoting_webapp_js_gnubby_auth_files)',
188 '<@(remoting_webapp_js_cast_extension_files)', 189 '<@(remoting_webapp_js_cast_extension_files)',
189 '<@(remoting_webapp_js_host_files)', 190 '<@(remoting_webapp_js_host_files)',
190 '<@(remoting_webapp_js_host_control_files)', 191 '<@(remoting_webapp_js_host_control_files)',
191 '<@(remoting_webapp_js_host_display_files)', 192 '<@(remoting_webapp_js_host_display_files)',
192 '<@(remoting_webapp_js_logging_files)', 193 '<@(remoting_webapp_js_logging_files)',
193 '<@(remoting_webapp_js_ui_files)', 194 '<@(remoting_webapp_js_ui_files)',
194 '<@(remoting_webapp_js_signaling_files)', 195 '<@(remoting_webapp_js_signaling_files)',
195 # Uncomment this line to include browser test files in the web app 196 # Uncomment this line to include browser test files in the web app
196 # to expedite debugging or local development. 197 # to expedite debugging or local development.
197 # '<@(remoting_webapp_js_browser_test_files)' 198 '<@(remoting_webapp_js_browser_test_files)'
Jamie 2015/01/10 00:14:24 I don't think you meant to leave this in for revie
kelvinp 2015/01/12 21:15:24 Done.
198 ], 199 ],
199 200
200 # The CRD-specific JavaScript files required by main.html. 201 # The CRD-specific JavaScript files required by main.html.
201 'remoting_webapp_crd_main_html_js_files': [ 202 'remoting_webapp_crd_main_html_js_files': [
202 'webapp/crd/js/crd_connect.js', 203 'webapp/crd/js/crd_connect.js',
203 'webapp/crd/js/crd_event_handlers.js', 204 'webapp/crd/js/crd_event_handlers.js',
204 'webapp/crd/js/crd_main.js', 205 'webapp/crd/js/crd_main.js',
205 'webapp/crd/js/desktop_remoting.js', 206 'webapp/crd/js/desktop_remoting.js',
206 ], 207 ],
207 208
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 'webapp/crd/html/dialog_token_refresh_failed.html', 328 'webapp/crd/html/dialog_token_refresh_failed.html',
328 'webapp/crd/html/toolbar.html', 329 'webapp/crd/html/toolbar.html',
329 'webapp/crd/html/ui_header.html', 330 'webapp/crd/html/ui_header.html',
330 'webapp/crd/html/ui_it2me.html', 331 'webapp/crd/html/ui_it2me.html',
331 'webapp/crd/html/ui_me2me.html', 332 'webapp/crd/html/ui_me2me.html',
332 'webapp/crd/html/window_frame.html', 333 'webapp/crd/html/window_frame.html',
333 ], 334 ],
334 335
335 }, 336 },
336 } 337 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698