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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1097133002: [Webapp Refactor] Remove remoting.SessionConnector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge conflicts Created 5 years, 8 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
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/js/app_remoting_activity.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # Keep in sync with remoting/webapp/files.gni. 5 # Keep in sync with remoting/webapp/files.gni.
6 6
7 { 7 {
8 'variables': { 8 'variables': {
9 9
10 # Jscompile proto files. 10 # Jscompile proto files.
(...skipping 21 matching lines...) Expand all
32 'webapp/browser_test/timeout_waiter.js', 32 'webapp/browser_test/timeout_waiter.js',
33 'webapp/browser_test/unauthenticated_browser_test.js', 33 'webapp/browser_test/unauthenticated_browser_test.js',
34 'webapp/browser_test/update_pin_browser_test.js', 34 'webapp/browser_test/update_pin_browser_test.js',
35 ], 35 ],
36 # Browser test files. 36 # Browser test files.
37 'remoting_webapp_browsertest_js_mock_files': [ 37 'remoting_webapp_browsertest_js_mock_files': [
38 'webapp/crd/js/mock_client_plugin.js', 38 'webapp/crd/js/mock_client_plugin.js',
39 'webapp/crd/js/mock_host_list_api.js', 39 'webapp/crd/js/mock_host_list_api.js',
40 'webapp/crd/js/mock_identity.js', 40 'webapp/crd/js/mock_identity.js',
41 'webapp/crd/js/mock_oauth2_api.js', 41 'webapp/crd/js/mock_oauth2_api.js',
42 'webapp/crd/js/mock_session_connector.js',
43 'webapp/crd/js/mock_signal_strategy.js', 42 'webapp/crd/js/mock_signal_strategy.js',
44 ], 43 ],
45 'remoting_webapp_browsertest_js_proto_files': [ 44 'remoting_webapp_browsertest_js_proto_files': [
46 'webapp/js_proto/sinon_proto.js', 45 'webapp/js_proto/sinon_proto.js',
47 'webapp/js_proto/test_proto.js', 46 'webapp/js_proto/test_proto.js',
48 '<@(remoting_webapp_js_proto_files)', 47 '<@(remoting_webapp_js_proto_files)',
49 ], 48 ],
50 'remoting_webapp_browsertest_all_js_files': [ 49 'remoting_webapp_browsertest_all_js_files': [
51 '<@(remoting_webapp_browsertest_js_files)', 50 '<@(remoting_webapp_browsertest_js_files)',
52 '<@(remoting_webapp_browsertest_js_mock_files)', 51 '<@(remoting_webapp_browsertest_js_mock_files)',
(...skipping 14 matching lines...) Expand all
67 # TODO(jrw): Move spy_promise to base. 66 # TODO(jrw): Move spy_promise to base.
68 'webapp/unittests/spy_promise.js', 67 'webapp/unittests/spy_promise.js',
69 'webapp/unittests/spy_promise_unittest.js', 68 'webapp/unittests/spy_promise_unittest.js',
70 'webapp/base/js/base_unittest.js', 69 'webapp/base/js/base_unittest.js',
71 'webapp/base/js/base_event_hook_unittest.js', 70 'webapp/base/js/base_event_hook_unittest.js',
72 'webapp/base/js/base_inherits_unittest.js', 71 'webapp/base/js/base_inherits_unittest.js',
73 'webapp/base/js/ipc_unittest.js', 72 'webapp/base/js/ipc_unittest.js',
74 'webapp/base/js/protocol_extension_manager_unittest.js', 73 'webapp/base/js/protocol_extension_manager_unittest.js',
75 'webapp/crd/js/apps_v2_migration_unittest.js', 74 'webapp/crd/js/apps_v2_migration_unittest.js',
76 'webapp/crd/js/desktop_viewport_unittest.js', 75 'webapp/crd/js/desktop_viewport_unittest.js',
76 'webapp/crd/js/client_session_factory_unittest.js',
77 'webapp/crd/js/dns_blackhole_checker_unittest.js', 77 'webapp/crd/js/dns_blackhole_checker_unittest.js',
78 'webapp/crd/js/error_unittest.js', 78 'webapp/crd/js/error_unittest.js',
79 'webapp/crd/js/fallback_signal_strategy_unittest.js', 79 'webapp/crd/js/fallback_signal_strategy_unittest.js',
80 'webapp/crd/js/gcd_client_unittest.js', 80 'webapp/crd/js/gcd_client_unittest.js',
81 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', 81 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
82 'webapp/crd/js/host_controller_unittest.js', 82 'webapp/crd/js/host_controller_unittest.js',
83 'webapp/crd/js/host_daemon_facade_unittest.js', 83 'webapp/crd/js/host_daemon_facade_unittest.js',
84 'webapp/crd/js/host_list_api_impl_unittest.js', 84 'webapp/crd/js/host_list_api_impl_unittest.js',
85 'webapp/crd/js/host_table_entry_unittest.js', 85 'webapp/crd/js/host_table_entry_unittest.js',
86 'webapp/crd/js/identity_unittest.js', 86 'webapp/crd/js/identity_unittest.js',
87 'webapp/crd/js/l10n_unittest.js', 87 'webapp/crd/js/l10n_unittest.js',
88 'webapp/crd/js/menu_button_unittest.js', 88 'webapp/crd/js/menu_button_unittest.js',
89 'webapp/crd/js/mock_xhr_unittest.js', 89 'webapp/crd/js/mock_xhr_unittest.js',
90 'webapp/crd/js/typecheck_unittest.js', 90 'webapp/crd/js/typecheck_unittest.js',
91 'webapp/crd/js/xhr_unittest.js', 91 'webapp/crd/js/xhr_unittest.js',
92 'webapp/crd/js/xmpp_connection_unittest.js', 92 'webapp/crd/js/xmpp_connection_unittest.js',
93 'webapp/crd/js/xmpp_login_handler_unittest.js', 93 'webapp/crd/js/xmpp_login_handler_unittest.js',
94 'webapp/crd/js/xmpp_stream_parser_unittest.js', 94 'webapp/crd/js/xmpp_stream_parser_unittest.js',
95 ], 95 ],
96 'remoting_webapp_unittests_js_mock_files': [ 96 'remoting_webapp_unittests_js_mock_files': [
97 # Some proto files can be repurposed as simple mocks for the unittests. 97 # Some proto files can be repurposed as simple mocks for the unittests.
98 # Note that some defs in chrome_proto are overwritten by chrome_mocks. 98 # Note that some defs in chrome_proto are overwritten by chrome_mocks.
99 'webapp/crd/js/mock_client_plugin.js',
99 'webapp/crd/js/mock_host_daemon_facade.js', 100 'webapp/crd/js/mock_host_daemon_facade.js',
100 'webapp/crd/js/mock_host_list_api.js', 101 'webapp/crd/js/mock_host_list_api.js',
101 'webapp/crd/js/mock_identity.js', 102 'webapp/crd/js/mock_identity.js',
102 'webapp/crd/js/mock_signal_strategy.js', 103 'webapp/crd/js/mock_signal_strategy.js',
103 'webapp/js_proto/chrome_proto.js', 104 'webapp/js_proto/chrome_proto.js',
104 'webapp/js_proto/chrome_mocks.js', 105 'webapp/js_proto/chrome_mocks.js',
105 'webapp/unittests/sinon_helpers.js', 106 'webapp/unittests/sinon_helpers.js',
106 'webapp/crd/js/mock_xhr.js', 107 'webapp/crd/js/mock_xhr.js',
107 ], 108 ],
108 # Prototypes for objects that are not mocked. 109 # Prototypes for objects that are not mocked.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'remoting_webapp_js_cast_extension_files': [ 154 'remoting_webapp_js_cast_extension_files': [
154 'webapp/crd/js/cast_extension_handler.js', 155 'webapp/crd/js/cast_extension_handler.js',
155 ], 156 ],
156 # Client JavaScript files. 157 # Client JavaScript files.
157 'remoting_webapp_js_client_files': [ 158 'remoting_webapp_js_client_files': [
158 'webapp/crd/js/activity.js', 159 'webapp/crd/js/activity.js',
159 'webapp/crd/js/client_plugin.js', 160 'webapp/crd/js/client_plugin.js',
160 'webapp/crd/js/client_plugin_impl.js', 161 'webapp/crd/js/client_plugin_impl.js',
161 'webapp/crd/js/client_plugin_host_desktop_impl.js', 162 'webapp/crd/js/client_plugin_host_desktop_impl.js',
162 'webapp/crd/js/client_session.js', 163 'webapp/crd/js/client_session.js',
164 'webapp/crd/js/client_session_factory.js',
163 'webapp/crd/js/clipboard.js', 165 'webapp/crd/js/clipboard.js',
164 'webapp/crd/js/connected_view.js', 166 'webapp/crd/js/connected_view.js',
165 'webapp/crd/js/connection_info.js', 167 'webapp/crd/js/connection_info.js',
166 'webapp/crd/js/credentials_provider.js', 168 'webapp/crd/js/credentials_provider.js',
167 'webapp/crd/js/desktop_connected_view.js', 169 'webapp/crd/js/desktop_connected_view.js',
168 'webapp/crd/js/host_desktop.js', 170 'webapp/crd/js/host_desktop.js',
169 'webapp/crd/js/session_connector.js',
170 'webapp/crd/js/session_connector_impl.js',
171 'webapp/crd/js/smart_reconnector.js', 171 'webapp/crd/js/smart_reconnector.js',
172 'webapp/crd/js/video_frame_recorder.js', 172 'webapp/crd/js/video_frame_recorder.js',
173 ], 173 ],
174 # Remoting core JavaScript files. 174 # Remoting core JavaScript files.
175 'remoting_webapp_js_core_files': [ 175 'remoting_webapp_js_core_files': [
176 'webapp/base/js/app_capabilities.js', 176 'webapp/base/js/app_capabilities.js',
177 'webapp/base/js/application.js', 177 'webapp/base/js/application.js',
178 'webapp/base/js/base.js', 178 'webapp/base/js/base.js',
179 'webapp/base/js/ipc.js', 179 'webapp/base/js/ipc.js',
180 'webapp/base/js/modal_dialogs.js', 180 'webapp/base/js/modal_dialogs.js',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 '<(remoting_webapp_template_background)', 476 '<(remoting_webapp_template_background)',
477 '<(remoting_webapp_template_main)', 477 '<(remoting_webapp_template_main)',
478 '<(remoting_webapp_template_message_window)', 478 '<(remoting_webapp_template_message_window)',
479 '<(remoting_webapp_template_wcs_sandbox)', 479 '<(remoting_webapp_template_wcs_sandbox)',
480 '<@(remoting_webapp_template_files)', 480 '<@(remoting_webapp_template_files)',
481 '<@(remoting_webapp_crd_js_files)', 481 '<@(remoting_webapp_crd_js_files)',
482 ], 482 ],
483 483
484 }, 484 },
485 } 485 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/js/app_remoting_activity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698