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

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: 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 170 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