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

Side by Side Diff: remoting/webapp/files.gni

Issue 1281953002: Fix QUnitBrowserTestRunner.Remoting_Webapp_Js_Unittest for GN browser tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« remoting/webapp/build-html.py ('K') | « remoting/webapp/build-html.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # `7MM"""Mq. `7MM 5 # `7MM"""Mq. `7MM
6 # MM `MM. MM 6 # MM `MM. MM
7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya 7 # MM ,M9 .gP"Ya ,6"Yb. ,M""bMM `7MMpMMMb.pMMMb. .gP"Ya
8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb 8 # MMmmdM9 ,M' Yb 8) MM ,AP MM MM MM MM ,M' Yb
9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M"""""" 9 # MM YM. 8M"""""" ,pm9MM 8MI MM MM MM MM 8M""""""
10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. , 10 # MM `Mb.YM. , 8M MM `Mb MM MM MM MM YM. ,
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "base/js/typecheck_unittest.js", 100 "base/js/typecheck_unittest.js",
101 "base/js/viewport_unittest.js", 101 "base/js/viewport_unittest.js",
102 "base/js/window_shape_unittest.js", 102 "base/js/window_shape_unittest.js",
103 "base/js/window_message_dispatcher_unittest.js", 103 "base/js/window_message_dispatcher_unittest.js",
104 "base/js/xhr_event_writer_unittest.js", 104 "base/js/xhr_event_writer_unittest.js",
105 "base/js/xhr_unittest.js", 105 "base/js/xhr_unittest.js",
106 "base/js/xmpp_connection_unittest.js", 106 "base/js/xmpp_connection_unittest.js",
107 "base/js/xmpp_login_handler_unittest.js", 107 "base/js/xmpp_login_handler_unittest.js",
108 "base/js/xmpp_stream_parser_unittest.js", 108 "base/js/xmpp_stream_parser_unittest.js",
109 "crd/js/apps_v2_migration_unittest.js", 109 "crd/js/apps_v2_migration_unittest.js",
110 "crd/js/combined_host_list_api_unittest.js",
110 "crd/js/gcd_client_unittest.js", 111 "crd/js/gcd_client_unittest.js",
111 "crd/js/gcd_client_with_mock_xhr_unittest.js", 112 "crd/js/gcd_client_with_mock_xhr_unittest.js",
112 "crd/js/host_controller_unittest.js", 113 "crd/js/host_controller_unittest.js",
113 "crd/js/host_daemon_facade_unittest.js", 114 "crd/js/host_daemon_facade_unittest.js",
114 "crd/js/host_table_entry_unittest.js", 115 "crd/js/host_table_entry_unittest.js",
116 "crd/js/legacy_host_list_api_unittest.js",
115 "crd/js/menu_button_unittest.js", 117 "crd/js/menu_button_unittest.js",
116 "crd/js/mock_xhr_unittest.js", 118 "crd/js/mock_xhr_unittest.js",
117 ] 119 ]
118 remoting_webapp_unittests_js_mock_files = [ 120 remoting_webapp_unittests_js_mock_files = [
121 "crd/js/mock_client_plugin.js",
119 "crd/js/mock_host_daemon_facade.js", 122 "crd/js/mock_host_daemon_facade.js",
123 "crd/js/mock_host_list_api.js",
124 "crd/js/mock_identity.js",
120 "crd/js/mock_signal_strategy.js", 125 "crd/js/mock_signal_strategy.js",
121 "js_proto/chrome_mocks.js", 126 "js_proto/chrome_mocks.js",
122 "unittests/sinon_helpers.js", 127 "unittests/sinon_helpers.js",
123 "crd/js/mock_xhr.js", 128 "crd/js/mock_xhr.js",
124 ] 129 ]
125 130
126 # Prototypes for objects that are not mocked. 131 # Prototypes for objects that are not mocked.
127 remoting_webapp_unittests_js_proto_files = [ 132 remoting_webapp_unittests_js_proto_files = [
128 "js_proto/chrome_cast_proto.js", 133 "js_proto/chrome_cast_proto.js",
129 "js_proto/chrome_proto.js", 134 "js_proto/chrome_proto.js",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "base/js/modal_dialogs.js", 186 "base/js/modal_dialogs.js",
182 "base/js/platform.js", 187 "base/js/platform.js",
183 "base/js/protocol_extension_manager.js", 188 "base/js/protocol_extension_manager.js",
184 "base/js/protocol_extension.js", 189 "base/js/protocol_extension.js",
185 "base/js/error.js", 190 "base/js/error.js",
186 "base/js/plugin_settings.js", 191 "base/js/plugin_settings.js",
187 "base/js/suspend_detector.js", 192 "base/js/suspend_detector.js",
188 "base/js/typecheck.js", 193 "base/js/typecheck.js",
189 "base/js/window_message_dispatcher.js", 194 "base/js/window_message_dispatcher.js",
190 "base/js/xhr.js", 195 "base/js/xhr.js",
196 "base/js/xhr_event_writer.js",
191 ] 197 ]
192 198
193 # Host JavaScript files. 199 # Host JavaScript files.
194 remoting_webapp_shared_js_host_files = [ 200 remoting_webapp_shared_js_host_files = [
195 "base/js/host.js", 201 "base/js/host.js",
196 "base/js/host_settings.js", 202 "base/js/host_settings.js",
197 ] 203 ]
198 204
199 # Logging and stats JavaScript files. 205 # Logging and stats JavaScript files.
200 remoting_webapp_shared_js_logging_files = [ 206 remoting_webapp_shared_js_logging_files = [
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 remoting_webapp_js_host_display_files = [ 287 remoting_webapp_js_host_display_files = [
282 "crd/js/host_list.js", 288 "crd/js/host_list.js",
283 "crd/js/host_list_api.js", 289 "crd/js/host_list_api.js",
284 "crd/js/host_table_entry.js", 290 "crd/js/host_table_entry.js",
285 "crd/js/local_host_section.js", 291 "crd/js/local_host_section.js",
286 292
287 # Must come after host_list_api.js because of an issue with 293 # Must come after host_list_api.js because of an issue with
288 # JSCompiler. If an implementation of an interface occurs in a 294 # JSCompiler. If an implementation of an interface occurs in a
289 # file processed before the interface itself, the @override tag 295 # file processed before the interface itself, the @override tag
290 # doesn't always work correctly. 296 # doesn't always work correctly.
297 "crd/js/combined_host_list_api.js",
291 "crd/js/gcd_host_list_api.js", 298 "crd/js/gcd_host_list_api.js",
292 "crd/js/legacy_host_list_api.js", 299 "crd/js/legacy_host_list_api.js",
293 ] 300 ]
294 301
295 # The CRD-specific JavaScript files required by main.html. 302 # The CRD-specific JavaScript files required by main.html.
296 remoting_webapp_crd_js_ui_files = [ 303 remoting_webapp_crd_js_ui_files = [
297 "crd/js/bump_scroller.js", 304 "crd/js/bump_scroller.js",
298 "crd/js/butter_bar.js", 305 "crd/js/butter_bar.js",
299 "crd/js/crd_auth_dialog.js", 306 "crd/js/crd_auth_dialog.js",
300 "crd/js/crd_event_handlers.js", 307 "crd/js/crd_event_handlers.js",
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 663
657 # Files that contain localizable strings. 664 # Files that contain localizable strings.
658 app_remoting_webapp_localizable_files = 665 app_remoting_webapp_localizable_files =
659 [ 666 [
660 ar_main_template, 667 ar_main_template,
661 ar_feedback_consent_template, 668 ar_feedback_consent_template,
662 ar_loading_window_template, 669 ar_loading_window_template,
663 remoting_webapp_template_message_window, 670 remoting_webapp_template_message_window,
664 remoting_webapp_template_wcs_sandbox, 671 remoting_webapp_template_wcs_sandbox,
665 ] + ar_main_template_files + ar_all_js_files 672 ] + ar_main_template_files + ar_all_js_files
673
674 webapp_js_files = remoting_webapp_unittest_html_all_js_files +
675 remoting_webapp_wcs_sandbox_html_js_files +
676 remoting_webapp_background_html_js_files
OLDNEW
« remoting/webapp/build-html.py ('K') | « remoting/webapp/build-html.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698