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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1143453007: remoting.WindowShape clean up. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedback 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 | « no previous file | remoting/webapp/app_remoting/js/app_connected_view.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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'webapp/base/js/client_session_factory_unittest.js', 86 'webapp/base/js/client_session_factory_unittest.js',
87 'webapp/base/js/dns_blackhole_checker_unittest.js', 87 'webapp/base/js/dns_blackhole_checker_unittest.js',
88 'webapp/base/js/error_unittest.js', 88 'webapp/base/js/error_unittest.js',
89 'webapp/base/js/fallback_signal_strategy_unittest.js', 89 'webapp/base/js/fallback_signal_strategy_unittest.js',
90 'webapp/base/js/identity_unittest.js', 90 'webapp/base/js/identity_unittest.js',
91 'webapp/base/js/ipc_unittest.js', 91 'webapp/base/js/ipc_unittest.js',
92 'webapp/base/js/l10n_unittest.js', 92 'webapp/base/js/l10n_unittest.js',
93 'webapp/base/js/protocol_extension_manager_unittest.js', 93 'webapp/base/js/protocol_extension_manager_unittest.js',
94 'webapp/base/js/typecheck_unittest.js', 94 'webapp/base/js/typecheck_unittest.js',
95 'webapp/base/js/viewport_unittest.js', 95 'webapp/base/js/viewport_unittest.js',
96 'webapp/base/js/window_shape_unittest.js',
96 'webapp/base/js/xhr_unittest.js', 97 'webapp/base/js/xhr_unittest.js',
97 'webapp/base/js/xmpp_connection_unittest.js', 98 'webapp/base/js/xmpp_connection_unittest.js',
98 'webapp/base/js/xmpp_login_handler_unittest.js', 99 'webapp/base/js/xmpp_login_handler_unittest.js',
99 'webapp/base/js/xmpp_stream_parser_unittest.js', 100 'webapp/base/js/xmpp_stream_parser_unittest.js',
100 'webapp/crd/js/apps_v2_migration_unittest.js', 101 'webapp/crd/js/apps_v2_migration_unittest.js',
101 'webapp/crd/js/gcd_client_unittest.js', 102 'webapp/crd/js/gcd_client_unittest.js',
102 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', 103 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
103 'webapp/crd/js/host_controller_unittest.js', 104 'webapp/crd/js/host_controller_unittest.js',
104 'webapp/crd/js/host_daemon_facade_unittest.js', 105 'webapp/crd/js/host_daemon_facade_unittest.js',
105 'webapp/crd/js/host_list_api_impl_unittest.js', 106 'webapp/crd/js/host_list_api_impl_unittest.js',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
509 '<(remoting_webapp_template_background)', 510 '<(remoting_webapp_template_background)',
510 '<(remoting_webapp_template_main)', 511 '<(remoting_webapp_template_main)',
511 '<(remoting_webapp_template_message_window)', 512 '<(remoting_webapp_template_message_window)',
512 '<(remoting_webapp_template_wcs_sandbox)', 513 '<(remoting_webapp_template_wcs_sandbox)',
513 '<@(remoting_webapp_template_files)', 514 '<@(remoting_webapp_template_files)',
514 '<@(remoting_webapp_crd_js_files)', 515 '<@(remoting_webapp_crd_js_files)',
515 ], 516 ],
516 517
517 }, 518 },
518 } 519 }
OLDNEW
« no previous file with comments | « no previous file | remoting/webapp/app_remoting/js/app_connected_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698