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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1133913002: [Chromoting] Move shared webapp JS files from crd/js -> base/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « remoting/app_remoting_webapp_files.gypi ('k') | remoting/webapp/base/js/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 # `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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'webapp/crd/js/background.js', 74 'webapp/crd/js/background.js',
75 ], 75 ],
76 # The unit test cases for the webapp 76 # The unit test cases for the webapp
77 'remoting_webapp_unittests_js_files': [ 77 'remoting_webapp_unittests_js_files': [
78 # TODO(jrw): Move spy_promise to base. 78 # TODO(jrw): Move spy_promise to base.
79 'webapp/unittests/spy_promise.js', 79 'webapp/unittests/spy_promise.js',
80 'webapp/unittests/spy_promise_unittest.js', 80 'webapp/unittests/spy_promise_unittest.js',
81 'webapp/base/js/base_unittest.js', 81 'webapp/base/js/base_unittest.js',
82 'webapp/base/js/base_event_hook_unittest.js', 82 'webapp/base/js/base_event_hook_unittest.js',
83 'webapp/base/js/base_inherits_unittest.js', 83 'webapp/base/js/base_inherits_unittest.js',
84 'webapp/base/js/client_session_unittest.js',
85 'webapp/base/js/client_session_factory_unittest.js',
86 'webapp/base/js/dns_blackhole_checker_unittest.js',
87 'webapp/base/js/error_unittest.js',
88 'webapp/base/js/fallback_signal_strategy_unittest.js',
89 'webapp/base/js/identity_unittest.js',
84 'webapp/base/js/ipc_unittest.js', 90 'webapp/base/js/ipc_unittest.js',
91 'webapp/base/js/l10n_unittest.js',
85 'webapp/base/js/protocol_extension_manager_unittest.js', 92 'webapp/base/js/protocol_extension_manager_unittest.js',
93 'webapp/base/js/typecheck_unittest.js',
86 'webapp/base/js/viewport_unittest.js', 94 'webapp/base/js/viewport_unittest.js',
95 'webapp/base/js/xhr_unittest.js',
96 'webapp/base/js/xmpp_connection_unittest.js',
97 'webapp/base/js/xmpp_login_handler_unittest.js',
98 'webapp/base/js/xmpp_stream_parser_unittest.js',
87 'webapp/crd/js/apps_v2_migration_unittest.js', 99 'webapp/crd/js/apps_v2_migration_unittest.js',
88 'webapp/crd/js/client_session_unittest.js',
89 'webapp/crd/js/client_session_factory_unittest.js',
90 'webapp/crd/js/dns_blackhole_checker_unittest.js',
91 'webapp/crd/js/error_unittest.js',
92 'webapp/crd/js/fallback_signal_strategy_unittest.js',
93 'webapp/crd/js/gcd_client_unittest.js', 100 'webapp/crd/js/gcd_client_unittest.js',
94 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', 101 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
95 'webapp/crd/js/host_controller_unittest.js', 102 'webapp/crd/js/host_controller_unittest.js',
96 'webapp/crd/js/host_daemon_facade_unittest.js', 103 'webapp/crd/js/host_daemon_facade_unittest.js',
97 'webapp/crd/js/host_list_api_impl_unittest.js', 104 'webapp/crd/js/host_list_api_impl_unittest.js',
98 'webapp/crd/js/host_table_entry_unittest.js', 105 'webapp/crd/js/host_table_entry_unittest.js',
99 'webapp/crd/js/identity_unittest.js',
100 'webapp/crd/js/l10n_unittest.js',
101 'webapp/crd/js/menu_button_unittest.js', 106 'webapp/crd/js/menu_button_unittest.js',
102 'webapp/crd/js/mock_xhr_unittest.js', 107 'webapp/crd/js/mock_xhr_unittest.js',
103 'webapp/crd/js/typecheck_unittest.js',
104 'webapp/crd/js/xhr_unittest.js',
105 'webapp/crd/js/xmpp_connection_unittest.js',
106 'webapp/crd/js/xmpp_login_handler_unittest.js',
107 'webapp/crd/js/xmpp_stream_parser_unittest.js',
108 ], 108 ],
109 'remoting_webapp_unittests_js_mock_files': [ 109 'remoting_webapp_unittests_js_mock_files': [
110 # Some proto files can be repurposed as simple mocks for the unittests. 110 # Some proto files can be repurposed as simple mocks for the unittests.
111 # Note that some defs in chrome_proto are overwritten by chrome_mocks. 111 # Note that some defs in chrome_proto are overwritten by chrome_mocks.
112 'webapp/crd/js/mock_client_plugin.js', 112 'webapp/crd/js/mock_client_plugin.js',
113 'webapp/crd/js/mock_host_daemon_facade.js', 113 'webapp/crd/js/mock_host_daemon_facade.js',
114 'webapp/crd/js/mock_host_list_api.js', 114 'webapp/crd/js/mock_host_list_api.js',
115 'webapp/crd/js/mock_identity.js', 115 'webapp/crd/js/mock_identity.js',
116 'webapp/crd/js/mock_signal_strategy.js', 116 'webapp/crd/js/mock_signal_strategy.js',
117 'webapp/js_proto/chrome_proto.js', 117 'webapp/js_proto/chrome_proto.js',
(...skipping 15 matching lines...) Expand all
133 ], 133 ],
134 # All the files needed to run the unittests. 134 # All the files needed to run the unittests.
135 'remoting_webapp_unittests_all_files': [ 135 'remoting_webapp_unittests_all_files': [
136 'webapp/crd/html/menu_button.css', 136 'webapp/crd/html/menu_button.css',
137 '<@(remoting_webapp_unittests_all_js_files)', 137 '<@(remoting_webapp_unittests_all_js_files)',
138 ], 138 ],
139 'remoting_webapp_unittests_template_main': 139 'remoting_webapp_unittests_template_main':
140 'webapp/crd/html/template_unittests.html', 140 'webapp/crd/html/template_unittests.html',
141 141
142 # 142 #
143 # Webapp JavaScript file groups. 143 # Shared webapp JavaScript file groups.
144 #
145
146 # Auth (Google account) JavaScript files.
147 'remoting_webapp_shared_js_auth_google_files': [
148 'webapp/base/js/auth_init.js',
149 'webapp/base/js/identity.js',
150 'webapp/base/js/oauth2.js',
151 'webapp/base/js/oauth2_api.js',
152 'webapp/base/js/oauth2_api_impl.js',
153 ],
154 # Client JavaScript files.
155 'remoting_webapp_shared_js_client_files': [
156 'webapp/base/js/activity.js',
157 'webapp/base/js/client_plugin.js',
158 'webapp/base/js/client_plugin_host_desktop_impl.js',
159 'webapp/base/js/client_plugin_impl.js',
160 'webapp/base/js/client_session.js',
161 'webapp/base/js/client_session_factory.js',
162 'webapp/base/js/clipboard.js',
163 'webapp/base/js/connected_view.js',
164 'webapp/base/js/connection_info.js',
165 'webapp/base/js/credentials_provider.js',
166 'webapp/base/js/host_desktop.js',
167 'webapp/base/js/smart_reconnector.js',
168 ],
169 # Remoting core JavaScript files.
170 'remoting_webapp_shared_js_core_files': [
171 'webapp/base/js/app_capabilities.js',
172 'webapp/base/js/application.js',
173 'webapp/base/js/base.js',
174 'webapp/base/js/ipc.js',
175 'webapp/base/js/modal_dialogs.js',
176 'webapp/base/js/platform.js',
177 'webapp/base/js/protocol_extension_manager.js',
178 'webapp/base/js/protocol_extension.js',
179 'webapp/base/js/error.js',
180 'webapp/base/js/plugin_settings.js',
181 'webapp/base/js/typecheck.js',
182 'webapp/base/js/xhr.js',
183 ],
184 # Host JavaScript files.
185 'remoting_webapp_shared_js_host_files': [
186 'webapp/base/js/host.js',
187 'webapp/base/js/host_settings.js',
188 ],
189 # Logging and stats JavaScript files.
190 'remoting_webapp_shared_js_logging_files': [
191 'webapp/base/js/format_iq.js',
192 'webapp/base/js/log_to_server.js',
193 'webapp/base/js/server_log_entry.js',
194 'webapp/base/js/stats_accumulator.js',
195 ],
196 # Remoting signaling files.
197 'remoting_webapp_shared_js_signaling_files': [
198 'webapp/base/js/dns_blackhole_checker.js',
199 'webapp/base/js/fallback_signal_strategy.js',
200 'webapp/base/js/signal_strategy.js',
201 'webapp/base/js/tcp_socket.js',
202 'webapp/base/js/wcs_adapter.js',
203 'webapp/base/js/wcs_sandbox_container.js',
204 'webapp/base/js/xmpp_connection.js',
205 'webapp/base/js/xmpp_login_handler.js',
206 'webapp/base/js/xmpp_stream_parser.js',
207 ],
208 # Shared UI JavaScript files.
209 'remoting_webapp_shared_js_ui_files': [
210 'webapp/base/js/connection_stats.js',
211 'webapp/base/js/l10n.js',
212 'webapp/base/js/ui_mode.js',
213 'webapp/base/js/viewport.js',
214 'webapp/base/js/window_shape.js',
215 ],
216
217 #
218 # DesktopRemoting webapp JavaScript file groups.
144 # 219 #
145 220
146 # Auth (apps v1) JavaScript files. 221 # Auth (apps v1) JavaScript files.
147 # These files aren't included directly from main.html. They are 222 # These files aren't included directly from main.html. They are
148 # referenced from the manifest.json file (appsv1 only). 223 # referenced from the manifest.json file (appsv1 only).
149 'remoting_webapp_js_auth_v1_files': [ 224 'remoting_webapp_js_auth_v1_files': [
150 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host 225 'webapp/crd/js/cs_third_party_auth_trampoline.js', # client to host
151 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account 226 'webapp/crd/js/cs_oauth2_trampoline.js', # Google account
152 ], 227 ],
153 # Auth (client to host) JavaScript files. 228 # Auth (client to host) JavaScript files.
154 'remoting_webapp_js_auth_client2host_files': [ 229 'remoting_webapp_js_auth_client2host_files': [
155 'webapp/crd/js/third_party_host_permissions.js', 230 'webapp/crd/js/third_party_host_permissions.js',
156 'webapp/crd/js/third_party_token_fetcher.js', 231 'webapp/crd/js/third_party_token_fetcher.js',
157 ], 232 ],
158 # Auth (Google account) JavaScript files.
159 'remoting_webapp_js_auth_google_files': [
160 'webapp/base/js/auth_init.js',
161 'webapp/crd/js/identity.js',
162 'webapp/crd/js/oauth2.js',
163 'webapp/crd/js/oauth2_api.js',
164 'webapp/crd/js/oauth2_api_impl.js',
165 ],
166 # Cast extension handler JavaScript files. 233 # Cast extension handler JavaScript files.
167 'remoting_webapp_js_cast_extension_files': [ 234 'remoting_webapp_js_cast_extension_files': [
168 'webapp/crd/js/cast_extension_handler.js', 235 'webapp/crd/js/cast_extension_handler.js',
169 ], 236 ],
170 # Client JavaScript files. 237 # Client JavaScript files.
171 'remoting_webapp_js_client_files': [ 238 'remoting_webapp_js_client_files': [
172 'webapp/crd/js/activity.js', 239 'webapp/crd/js/apps_v2_migration.js',
173 'webapp/crd/js/client_plugin.js', 240 'webapp/crd/js/event_handlers.js',
174 'webapp/crd/js/client_plugin_impl.js', 241 'webapp/crd/js/gcd_client.js',
175 'webapp/crd/js/client_plugin_host_desktop_impl.js',
176 'webapp/crd/js/client_session.js',
177 'webapp/crd/js/client_session_factory.js',
178 'webapp/crd/js/clipboard.js',
179 'webapp/crd/js/connected_view.js',
180 'webapp/crd/js/connection_info.js',
181 'webapp/crd/js/credentials_provider.js',
182 'webapp/crd/js/host_desktop.js',
183 'webapp/crd/js/smart_reconnector.js',
184 'webapp/crd/js/video_frame_recorder.js', 242 'webapp/crd/js/video_frame_recorder.js',
185 ], 243 ],
186 # Remoting core JavaScript files.
187 'remoting_webapp_js_core_files': [
188 'webapp/base/js/app_capabilities.js',
189 'webapp/base/js/application.js',
190 'webapp/base/js/base.js',
191 'webapp/base/js/ipc.js',
192 'webapp/base/js/modal_dialogs.js',
193 'webapp/base/js/platform.js',
194 'webapp/base/js/protocol_extension_manager.js',
195 'webapp/base/js/protocol_extension.js',
196 'webapp/crd/js/apps_v2_migration.js',
197 'webapp/crd/js/error.js',
198 'webapp/crd/js/event_handlers.js',
199 'webapp/crd/js/plugin_settings.js',
200 'webapp/crd/js/typecheck.js',
201 'webapp/crd/js/xhr.js',
202 'webapp/crd/js/gcd_client.js',
203 ],
204 # Gnubby authentication JavaScript files. 244 # Gnubby authentication JavaScript files.
205 'remoting_webapp_js_gnubby_auth_files': [ 245 'remoting_webapp_js_gnubby_auth_files': [
206 'webapp/crd/js/gnubby_auth_handler.js', 246 'webapp/crd/js/gnubby_auth_handler.js',
207 ], 247 ],
208 # Host JavaScript files.
209 'remoting_webapp_js_host_files': [
210 'webapp/crd/js/host.js',
211 'webapp/crd/js/host_settings.js',
212 ],
213 # Files for controlling the local machine as a host. 248 # Files for controlling the local machine as a host.
214 # Includes both it2me and me2me files. 249 # Includes both it2me and me2me files.
215 'remoting_webapp_js_host_control_files': [ 250 'remoting_webapp_js_host_control_files': [
216 'webapp/crd/js/host_controller.js', 251 'webapp/crd/js/host_controller.js',
217 'webapp/crd/js/host_daemon_facade.js', 252 'webapp/crd/js/host_daemon_facade.js',
218 'webapp/crd/js/host_screen.js', 253 'webapp/crd/js/host_screen.js',
219 'webapp/crd/js/host_session.js', 254 'webapp/crd/js/host_session.js',
220 'webapp/crd/js/host_setup_dialog.js', 255 'webapp/crd/js/host_setup_dialog.js',
221 'webapp/crd/js/host_install_dialog.js', 256 'webapp/crd/js/host_install_dialog.js',
222 'webapp/crd/js/host_installer.js', 257 'webapp/crd/js/host_installer.js',
223 'webapp/crd/js/it2me_host_facade.js', 258 'webapp/crd/js/it2me_host_facade.js',
224 'webapp/crd/js/paired_client_manager.js', 259 'webapp/crd/js/paired_client_manager.js',
225 ], 260 ],
226 # Files for displaying (in the client) info about available hosts. 261 # Files for displaying (in the client) info about available hosts.
227 'remoting_webapp_js_host_display_files': [ 262 'remoting_webapp_js_host_display_files': [
228 'webapp/crd/js/host_list.js', 263 'webapp/crd/js/host_list.js',
229 'webapp/crd/js/host_list_api.js', 264 'webapp/crd/js/host_list_api.js',
230 'webapp/crd/js/host_list_api_gcd_impl.js', 265 'webapp/crd/js/host_list_api_gcd_impl.js',
231 'webapp/crd/js/host_list_api_impl.js', 266 'webapp/crd/js/host_list_api_impl.js',
232 'webapp/crd/js/host_table_entry.js', 267 'webapp/crd/js/host_table_entry.js',
233 'webapp/crd/js/local_host_section.js', 268 'webapp/crd/js/local_host_section.js',
234 ], 269 ],
235 # Logging and stats JavaScript files.
236 'remoting_webapp_js_logging_files': [
237 'webapp/crd/js/format_iq.js',
238 'webapp/crd/js/log_to_server.js',
239 'webapp/crd/js/server_log_entry.js',
240 'webapp/crd/js/stats_accumulator.js',
241 ],
242 # Remoting signaling files.
243 'remoting_webapp_js_signaling_files': [
244 'webapp/crd/js/dns_blackhole_checker.js',
245 'webapp/crd/js/fallback_signal_strategy.js',
246 'webapp/crd/js/signal_strategy.js',
247 'webapp/crd/js/tcp_socket.js',
248 'webapp/crd/js/wcs_adapter.js',
249 'webapp/crd/js/wcs_sandbox_container.js',
250 'webapp/crd/js/xmpp_connection.js',
251 'webapp/crd/js/xmpp_login_handler.js',
252 'webapp/crd/js/xmpp_stream_parser.js',
253 ],
254 # Shared UI JavaScript files.
255 'remoting_webapp_js_ui_files': [
256 'webapp/base/js/viewport.js',
257 'webapp/base/js/window_shape.js',
258 'webapp/crd/js/connection_stats.js',
259 'webapp/crd/js/feedback.js',
260 'webapp/crd/js/l10n.js',
261 'webapp/crd/js/ui_mode.js',
262 ],
263
264 #
265 # DesktopRemoting-specific JS files.
266 #
267
268 # The CRD-specific JavaScript files required by main.html. 270 # The CRD-specific JavaScript files required by main.html.
269 'remoting_webapp_crd_js_ui_files': [ 271 'remoting_webapp_crd_js_ui_files': [
270 'webapp/crd/js/bump_scroller.js', 272 'webapp/crd/js/bump_scroller.js',
271 'webapp/crd/js/butter_bar.js', 273 'webapp/crd/js/butter_bar.js',
272 'webapp/crd/js/crd_auth_dialog.js', 274 'webapp/crd/js/crd_auth_dialog.js',
273 'webapp/crd/js/crd_event_handlers.js', 275 'webapp/crd/js/crd_event_handlers.js',
274 'webapp/crd/js/crd_experimental.js', 276 'webapp/crd/js/crd_experimental.js',
275 'webapp/crd/js/desktop_connected_view.js', 277 'webapp/crd/js/desktop_connected_view.js',
276 'webapp/crd/js/desktop_remoting.js', 278 'webapp/crd/js/desktop_remoting.js',
277 'webapp/crd/js/desktop_remoting_activity.js', 279 'webapp/crd/js/desktop_remoting_activity.js',
278 'webapp/crd/js/desktop_viewport.js', 280 'webapp/crd/js/desktop_viewport.js',
281 'webapp/crd/js/feedback.js',
279 'webapp/crd/js/fullscreen.js', 282 'webapp/crd/js/fullscreen.js',
280 'webapp/crd/js/fullscreen_v1.js', 283 'webapp/crd/js/fullscreen_v1.js',
281 'webapp/crd/js/fullscreen_v2.js', 284 'webapp/crd/js/fullscreen_v2.js',
282 'webapp/crd/js/it2me_activity.js', 285 'webapp/crd/js/it2me_activity.js',
283 'webapp/crd/js/me2me_activity.js', 286 'webapp/crd/js/me2me_activity.js',
284 'webapp/crd/js/menu_button.js', 287 'webapp/crd/js/menu_button.js',
285 'webapp/crd/js/options_menu.js', 288 'webapp/crd/js/options_menu.js',
286 'webapp/crd/js/toolbar.js', 289 'webapp/crd/js/toolbar.js',
287 'webapp/crd/js/window_frame.js', 290 'webapp/crd/js/window_frame.js',
288 ], 291 ],
289 292
290 # 293 #
291 # DesktopRemoting main.html generation files. 294 # DesktopRemoting main.html generation files.
292 # 295 #
293 296
294 'remoting_webapp_template_main': 297 'remoting_webapp_template_main':
295 '<(DEPTH)/remoting/webapp/crd/html/template_main.html', 298 '<(DEPTH)/remoting/webapp/crd/html/template_main.html',
296 299
297 # The shared JavaScript files required by main.html. 300 # The shared JavaScript files required by main.html.
301 # These files are shared with the unittest target.
298 'remoting_webapp_shared_main_html_js_files': [ 302 'remoting_webapp_shared_main_html_js_files': [
299 # Include the core files first as it is required by the other files. 303 # Include the core files first as it is required by the other files.
300 # Otherwise, Jscompile will complain. 304 # Otherwise, Jscompile will complain.
301 '<@(remoting_webapp_js_core_files)', 305 '<@(remoting_webapp_shared_js_core_files)',
306 '<@(remoting_webapp_shared_js_auth_google_files)',
307 '<@(remoting_webapp_shared_js_client_files)',
308 '<@(remoting_webapp_shared_js_host_files)',
309 '<@(remoting_webapp_shared_js_logging_files)',
310 '<@(remoting_webapp_shared_js_signaling_files)',
311 '<@(remoting_webapp_shared_js_ui_files)',
302 '<@(remoting_webapp_js_auth_client2host_files)', 312 '<@(remoting_webapp_js_auth_client2host_files)',
303 '<@(remoting_webapp_js_auth_google_files)',
304 '<@(remoting_webapp_js_client_files)', 313 '<@(remoting_webapp_js_client_files)',
305 '<@(remoting_webapp_js_gnubby_auth_files)', 314 '<@(remoting_webapp_js_gnubby_auth_files)',
306 '<@(remoting_webapp_js_cast_extension_files)', 315 '<@(remoting_webapp_js_cast_extension_files)',
307 '<@(remoting_webapp_js_host_files)',
308 '<@(remoting_webapp_js_host_control_files)', 316 '<@(remoting_webapp_js_host_control_files)',
309 '<@(remoting_webapp_js_host_display_files)', 317 '<@(remoting_webapp_js_host_display_files)',
310 '<@(remoting_webapp_js_logging_files)',
311 '<@(remoting_webapp_js_ui_files)',
312 '<@(remoting_webapp_js_signaling_files)',
313 ], 318 ],
314 319
315 # The JS files required by unittest.html. 320 # The JS files required by unittest.html.
316 'remoting_webapp_unittest_html_all_js_files': [ 321 'remoting_webapp_unittest_html_all_js_files': [
317 '<@(remoting_webapp_shared_main_html_js_files)', 322 '<@(remoting_webapp_shared_main_html_js_files)',
318 '<@(remoting_webapp_crd_js_ui_files)', 323 '<@(remoting_webapp_crd_js_ui_files)',
319 ], 324 ],
320 325
321 # The CRD-specific JavaScript files required by main.html. 326 # The CRD-specific JavaScript files required by main.html.
322 'remoting_webapp_crd_main_html_all_js_files': [ 327 'remoting_webapp_crd_main_html_all_js_files': [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'webapp/base/js/message_window_manager.js', 370 'webapp/base/js/message_window_manager.js',
366 'webapp/crd/js/activation_handler.js', 371 'webapp/crd/js/activation_handler.js',
367 'webapp/crd/js/app_launcher.js', 372 'webapp/crd/js/app_launcher.js',
368 'webapp/crd/js/background.js', 373 'webapp/crd/js/background.js',
369 ], 374 ],
370 375
371 # All the JavaScript files required by background.html. 376 # All the JavaScript files required by background.html.
372 'remoting_webapp_background_html_all_js_files': [ 377 'remoting_webapp_background_html_all_js_files': [
373 '<@(remoting_webapp_background_html_js_files)', 378 '<@(remoting_webapp_background_html_js_files)',
374 'webapp/base/js/base.js', 379 'webapp/base/js/base.js',
380 'webapp/base/js/client_session.js',
381 'webapp/base/js/error.js',
382 'webapp/base/js/identity.js',
375 'webapp/base/js/ipc.js', 383 'webapp/base/js/ipc.js',
376 'webapp/crd/js/client_session.js', 384 'webapp/base/js/l10n.js',
377 'webapp/crd/js/error.js', 385 'webapp/base/js/oauth2.js',
386 'webapp/base/js/oauth2_api.js',
387 'webapp/base/js/oauth2_api_impl.js',
388 'webapp/base/js/plugin_settings.js',
389 'webapp/base/js/typecheck.js',
390 'webapp/base/js/xhr.js',
378 'webapp/crd/js/host_installer.js', 391 'webapp/crd/js/host_installer.js',
379 'webapp/crd/js/host_session.js', 392 'webapp/crd/js/host_session.js',
380 'webapp/crd/js/identity.js',
381 'webapp/crd/js/it2me_host_facade.js', 393 'webapp/crd/js/it2me_host_facade.js',
382 'webapp/crd/js/l10n.js',
383 'webapp/crd/js/oauth2.js',
384 'webapp/crd/js/oauth2_api.js',
385 'webapp/crd/js/oauth2_api_impl.js',
386 'webapp/crd/js/plugin_settings.js',
387 'webapp/crd/js/typecheck.js',
388 'webapp/crd/js/xhr.js',
389 ], 394 ],
390 395
391 # 396 #
392 # Webapp wcs_sandbox.html generation files. 397 # Webapp wcs_sandbox.html generation files.
393 # 398 #
394 399
395 'remoting_webapp_template_wcs_sandbox': 400 'remoting_webapp_template_wcs_sandbox':
396 '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html', 401 '<(DEPTH)/remoting/webapp/base/html/template_wcs_sandbox.html',
397 402
398 # These JS files are specific to the WCS sandbox page and are not part of 403 # These JS files are specific to the WCS sandbox page and are not part of
399 # the main JS files. 404 # the main JS files.
400 'remoting_webapp_wcs_sandbox_html_js_files': [ 405 'remoting_webapp_wcs_sandbox_html_js_files': [
401 'webapp/crd/js/wcs.js', 406 'webapp/crd/js/wcs.js',
402 'webapp/crd/js/wcs_loader.js', 407 'webapp/crd/js/wcs_loader.js',
403 'webapp/crd/js/wcs_sandbox_content.js', 408 'webapp/crd/js/wcs_sandbox_content.js',
404 'webapp/crd/js/xhr_proxy.js', 409 'webapp/crd/js/xhr_proxy.js',
405 ], 410 ],
406 411
407 # All the JavaScript files required by wcs_sandbox.html. 412 # All the JavaScript files required by wcs_sandbox.html.
408 'remoting_webapp_wcs_sandbox_html_all_js_files': [ 413 'remoting_webapp_wcs_sandbox_html_all_js_files': [
409 '<@(remoting_webapp_wcs_sandbox_html_js_files)', 414 '<@(remoting_webapp_wcs_sandbox_html_js_files)',
410 'webapp/crd/js/error.js', 415 'webapp/base/js/error.js',
411 'webapp/crd/js/plugin_settings.js', 416 'webapp/base/js/plugin_settings.js',
412 ], 417 ],
413 418
414 # 419 #
415 # Webapp message_window.html generation files. 420 # Webapp message_window.html generation files.
416 # 421 #
417 422
418 'remoting_webapp_template_message_window': 423 'remoting_webapp_template_message_window':
419 '<(DEPTH)/remoting/webapp/base/html/template_message_window.html', 424 '<(DEPTH)/remoting/webapp/base/html/template_message_window.html',
420 425
421 # These JS files are specific to the message window page and are not part of 426 # These JS files are specific to the message window page and are not part of
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 '<(remoting_webapp_template_background)', 508 '<(remoting_webapp_template_background)',
504 '<(remoting_webapp_template_main)', 509 '<(remoting_webapp_template_main)',
505 '<(remoting_webapp_template_message_window)', 510 '<(remoting_webapp_template_message_window)',
506 '<(remoting_webapp_template_wcs_sandbox)', 511 '<(remoting_webapp_template_wcs_sandbox)',
507 '<@(remoting_webapp_template_files)', 512 '<@(remoting_webapp_template_files)',
508 '<@(remoting_webapp_crd_js_files)', 513 '<@(remoting_webapp_crd_js_files)',
509 ], 514 ],
510 515
511 }, 516 },
512 } 517 }
OLDNEW
« no previous file with comments | « remoting/app_remoting_webapp_files.gypi ('k') | remoting/webapp/base/js/activity.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698