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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1095203010: [Chromoting] Remove CRD-specific JS files from AppRemoting build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@_viewport
Patch Set: Move crd_main.js out of shared 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 | « remoting/remoting_test.gypi ('k') | remoting/webapp/files.gni » ('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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'webapp/crd/js/activity.js', 160 'webapp/crd/js/activity.js',
161 'webapp/crd/js/client_plugin.js', 161 'webapp/crd/js/client_plugin.js',
162 'webapp/crd/js/client_plugin_impl.js', 162 'webapp/crd/js/client_plugin_impl.js',
163 'webapp/crd/js/client_plugin_host_desktop_impl.js', 163 'webapp/crd/js/client_plugin_host_desktop_impl.js',
164 'webapp/crd/js/client_session.js', 164 'webapp/crd/js/client_session.js',
165 'webapp/crd/js/client_session_factory.js', 165 'webapp/crd/js/client_session_factory.js',
166 'webapp/crd/js/clipboard.js', 166 'webapp/crd/js/clipboard.js',
167 'webapp/crd/js/connected_view.js', 167 'webapp/crd/js/connected_view.js',
168 'webapp/crd/js/connection_info.js', 168 'webapp/crd/js/connection_info.js',
169 'webapp/crd/js/credentials_provider.js', 169 'webapp/crd/js/credentials_provider.js',
170 'webapp/crd/js/desktop_connected_view.js',
171 'webapp/crd/js/host_desktop.js', 170 'webapp/crd/js/host_desktop.js',
172 'webapp/crd/js/smart_reconnector.js', 171 'webapp/crd/js/smart_reconnector.js',
173 'webapp/crd/js/video_frame_recorder.js', 172 'webapp/crd/js/video_frame_recorder.js',
174 ], 173 ],
175 # Remoting core JavaScript files. 174 # Remoting core JavaScript files.
176 'remoting_webapp_js_core_files': [ 175 'remoting_webapp_js_core_files': [
177 'webapp/base/js/app_capabilities.js', 176 'webapp/base/js/app_capabilities.js',
178 'webapp/base/js/application.js', 177 'webapp/base/js/application.js',
179 'webapp/base/js/base.js', 178 'webapp/base/js/base.js',
180 'webapp/base/js/ipc.js', 179 'webapp/base/js/ipc.js',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'webapp/crd/js/dns_blackhole_checker.js', 231 'webapp/crd/js/dns_blackhole_checker.js',
233 'webapp/crd/js/fallback_signal_strategy.js', 232 'webapp/crd/js/fallback_signal_strategy.js',
234 'webapp/crd/js/signal_strategy.js', 233 'webapp/crd/js/signal_strategy.js',
235 'webapp/crd/js/tcp_socket.js', 234 'webapp/crd/js/tcp_socket.js',
236 'webapp/crd/js/wcs_adapter.js', 235 'webapp/crd/js/wcs_adapter.js',
237 'webapp/crd/js/wcs_sandbox_container.js', 236 'webapp/crd/js/wcs_sandbox_container.js',
238 'webapp/crd/js/xmpp_connection.js', 237 'webapp/crd/js/xmpp_connection.js',
239 'webapp/crd/js/xmpp_login_handler.js', 238 'webapp/crd/js/xmpp_login_handler.js',
240 'webapp/crd/js/xmpp_stream_parser.js', 239 'webapp/crd/js/xmpp_stream_parser.js',
241 ], 240 ],
242 # UI JavaScript files. 241 # Shared UI JavaScript files.
243 'remoting_webapp_js_ui_files': [ 242 'remoting_webapp_js_ui_files': [
244 'webapp/base/js/viewport.js', 243 'webapp/base/js/viewport.js',
245 'webapp/base/js/window_shape.js', 244 'webapp/base/js/window_shape.js',
245 'webapp/crd/js/connection_stats.js',
246 'webapp/crd/js/feedback.js',
247 'webapp/crd/js/l10n.js',
248 'webapp/crd/js/ui_mode.js',
249 ],
250
251 #
252 # DesktopRemoting-specific JS files.
253 #
254
255 # The CRD-specific JavaScript files required by main.html.
256 'remoting_webapp_crd_js_ui_files': [
246 'webapp/crd/js/bump_scroller.js', 257 'webapp/crd/js/bump_scroller.js',
247 'webapp/crd/js/butter_bar.js', 258 'webapp/crd/js/butter_bar.js',
248 'webapp/crd/js/connection_stats.js', 259 'webapp/crd/js/crd_auth_dialog.js',
260 'webapp/crd/js/crd_event_handlers.js',
261 'webapp/crd/js/crd_experimental.js',
262 'webapp/crd/js/desktop_connected_view.js',
263 'webapp/crd/js/desktop_remoting.js',
264 'webapp/crd/js/desktop_remoting_activity.js',
249 'webapp/crd/js/desktop_viewport.js', 265 'webapp/crd/js/desktop_viewport.js',
250 'webapp/crd/js/feedback.js',
251 'webapp/crd/js/fullscreen.js', 266 'webapp/crd/js/fullscreen.js',
252 'webapp/crd/js/fullscreen_v1.js', 267 'webapp/crd/js/fullscreen_v1.js',
253 'webapp/crd/js/fullscreen_v2.js', 268 'webapp/crd/js/fullscreen_v2.js',
254 'webapp/crd/js/l10n.js', 269 'webapp/crd/js/it2me_activity.js',
270 'webapp/crd/js/me2me_activity.js',
255 'webapp/crd/js/menu_button.js', 271 'webapp/crd/js/menu_button.js',
256 'webapp/crd/js/options_menu.js', 272 'webapp/crd/js/options_menu.js',
257 'webapp/crd/js/ui_mode.js',
258 'webapp/crd/js/toolbar.js', 273 'webapp/crd/js/toolbar.js',
259 'webapp/crd/js/window_frame.js', 274 'webapp/crd/js/window_frame.js',
260 ], 275 ],
261 276
262 # 277 #
263 # DesktopRemoting main.html generation files. 278 # DesktopRemoting main.html generation files.
264 # 279 #
265 280
266 'remoting_webapp_template_main': 281 'remoting_webapp_template_main':
267 '<(DEPTH)/remoting/webapp/crd/html/template_main.html', 282 '<(DEPTH)/remoting/webapp/crd/html/template_main.html',
(...skipping 12 matching lines...) Expand all
280 '<@(remoting_webapp_js_host_control_files)', 295 '<@(remoting_webapp_js_host_control_files)',
281 '<@(remoting_webapp_js_host_display_files)', 296 '<@(remoting_webapp_js_host_display_files)',
282 '<@(remoting_webapp_js_logging_files)', 297 '<@(remoting_webapp_js_logging_files)',
283 '<@(remoting_webapp_js_ui_files)', 298 '<@(remoting_webapp_js_ui_files)',
284 '<@(remoting_webapp_js_signaling_files)', 299 '<@(remoting_webapp_js_signaling_files)',
285 # Uncomment this line to include browser test files in the web app 300 # Uncomment this line to include browser test files in the web app
286 # to expedite debugging or local development. 301 # to expedite debugging or local development.
287 #'<@(remoting_webapp_browsertest_all_js_files)', 302 #'<@(remoting_webapp_browsertest_all_js_files)',
288 ], 303 ],
289 304
305 # The JS files required by unittest.html.
306 'remoting_webapp_unittest_html_all_js_files': [
307 '<@(remoting_webapp_shared_main_html_js_files)',
308 '<@(remoting_webapp_crd_js_ui_files)',
309 ],
310
290 # The CRD-specific JavaScript files required by main.html. 311 # The CRD-specific JavaScript files required by main.html.
291 'remoting_webapp_crd_main_html_all_js_files': [ 312 'remoting_webapp_crd_main_html_all_js_files': [
292 '<@(remoting_webapp_shared_main_html_js_files)', 313 '<@(remoting_webapp_shared_main_html_js_files)',
293 'webapp/crd/js/crd_auth_dialog.js', 314 '<@(remoting_webapp_crd_js_ui_files)',
294 'webapp/crd/js/crd_event_handlers.js',
295 'webapp/crd/js/crd_experimental.js',
296 'webapp/crd/js/crd_main.js', 315 'webapp/crd/js/crd_main.js',
297 'webapp/crd/js/desktop_remoting.js',
298 'webapp/crd/js/desktop_remoting_activity.js',
299 'webapp/crd/js/it2me_activity.js',
300 'webapp/crd/js/me2me_activity.js',
301 ], 316 ],
302 317
303 # These template files are used to construct main.html. 318 # These template files are used to construct main.html.
304 'remoting_webapp_template_files': [ 319 'remoting_webapp_template_files': [
305 'webapp/base/html/client_plugin.html', 320 'webapp/base/html/client_plugin.html',
306 'webapp/crd/html/butter_bar.html', 321 'webapp/crd/html/butter_bar.html',
307 'webapp/crd/html/dialog_auth.html', 322 'webapp/crd/html/dialog_auth.html',
308 'webapp/crd/html/dialog_client_connect_failed.html', 323 'webapp/crd/html/dialog_client_connect_failed.html',
309 'webapp/crd/html/dialog_client_connecting.html', 324 'webapp/crd/html/dialog_client_connecting.html',
310 'webapp/crd/html/dialog_client_host_needs_upgrade.html', 325 'webapp/crd/html/dialog_client_host_needs_upgrade.html',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 '<(remoting_webapp_template_background)', 493 '<(remoting_webapp_template_background)',
479 '<(remoting_webapp_template_main)', 494 '<(remoting_webapp_template_main)',
480 '<(remoting_webapp_template_message_window)', 495 '<(remoting_webapp_template_message_window)',
481 '<(remoting_webapp_template_wcs_sandbox)', 496 '<(remoting_webapp_template_wcs_sandbox)',
482 '<@(remoting_webapp_template_files)', 497 '<@(remoting_webapp_template_files)',
483 '<@(remoting_webapp_crd_js_files)', 498 '<@(remoting_webapp_crd_js_files)',
484 ], 499 ],
485 500
486 }, 501 },
487 } 502 }
OLDNEW
« no previous file with comments | « remoting/remoting_test.gypi ('k') | remoting/webapp/files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698