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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1176693002: Add more host-side connection state logging for IT2Me. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. Created 5 years, 6 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/base/js/log_to_server.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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'webapp/crd/js/gcd_client.js', 244 'webapp/crd/js/gcd_client.js',
245 'webapp/crd/js/video_frame_recorder.js', 245 'webapp/crd/js/video_frame_recorder.js',
246 ], 246 ],
247 # Gnubby authentication JavaScript files. 247 # Gnubby authentication JavaScript files.
248 'remoting_webapp_js_gnubby_auth_files': [ 248 'remoting_webapp_js_gnubby_auth_files': [
249 'webapp/crd/js/gnubby_auth_handler.js', 249 'webapp/crd/js/gnubby_auth_handler.js',
250 ], 250 ],
251 # Files for controlling the local machine as a host. 251 # Files for controlling the local machine as a host.
252 # Includes both it2me and me2me files. 252 # Includes both it2me and me2me files.
253 'remoting_webapp_js_host_control_files': [ 253 'remoting_webapp_js_host_control_files': [
254 'webapp/crd/js/buffered_signal_strategy.js',
254 'webapp/crd/js/host_controller.js', 255 'webapp/crd/js/host_controller.js',
255 'webapp/crd/js/host_daemon_facade.js', 256 'webapp/crd/js/host_daemon_facade.js',
256 'webapp/crd/js/host_screen.js', 257 'webapp/crd/js/host_screen.js',
257 'webapp/crd/js/host_session.js', 258 'webapp/crd/js/host_session.js',
258 'webapp/crd/js/host_setup_dialog.js', 259 'webapp/crd/js/host_setup_dialog.js',
259 'webapp/crd/js/host_install_dialog.js', 260 'webapp/crd/js/host_install_dialog.js',
260 'webapp/crd/js/host_installer.js', 261 'webapp/crd/js/host_installer.js',
261 'webapp/crd/js/it2me_host_facade.js', 262 'webapp/crd/js/it2me_host_facade.js',
262 'webapp/crd/js/paired_client_manager.js', 263 'webapp/crd/js/paired_client_manager.js',
263 ], 264 ],
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
511 '<(remoting_webapp_template_background)', 512 '<(remoting_webapp_template_background)',
512 '<(remoting_webapp_template_main)', 513 '<(remoting_webapp_template_main)',
513 '<(remoting_webapp_template_message_window)', 514 '<(remoting_webapp_template_message_window)',
514 '<(remoting_webapp_template_wcs_sandbox)', 515 '<(remoting_webapp_template_wcs_sandbox)',
515 '<@(remoting_webapp_template_files)', 516 '<@(remoting_webapp_template_files)',
516 '<@(remoting_webapp_crd_js_files)', 517 '<@(remoting_webapp_crd_js_files)',
517 ], 518 ],
518 519
519 }, 520 },
520 } 521 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/base/js/log_to_server.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698