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

Side by Side Diff: remoting/remoting_webapp_files.gypi

Issue 1109453005: [Chromoting] Extract shared viewport code into viewport.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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_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 # 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 # The unit test cases for the webapp 64 # The unit test cases for the webapp
65 'remoting_webapp_unittests_js_files': [ 65 'remoting_webapp_unittests_js_files': [
66 # TODO(jrw): Move spy_promise to base. 66 # TODO(jrw): Move spy_promise to base.
67 'webapp/unittests/spy_promise.js', 67 'webapp/unittests/spy_promise.js',
68 'webapp/unittests/spy_promise_unittest.js', 68 'webapp/unittests/spy_promise_unittest.js',
69 'webapp/base/js/base_unittest.js', 69 'webapp/base/js/base_unittest.js',
70 'webapp/base/js/base_event_hook_unittest.js', 70 'webapp/base/js/base_event_hook_unittest.js',
71 'webapp/base/js/base_inherits_unittest.js', 71 'webapp/base/js/base_inherits_unittest.js',
72 'webapp/base/js/ipc_unittest.js', 72 'webapp/base/js/ipc_unittest.js',
73 'webapp/base/js/protocol_extension_manager_unittest.js', 73 'webapp/base/js/protocol_extension_manager_unittest.js',
74 'webapp/base/js/viewport_unittest.js',
74 'webapp/crd/js/apps_v2_migration_unittest.js', 75 'webapp/crd/js/apps_v2_migration_unittest.js',
75 'webapp/crd/js/client_session_unittest.js', 76 'webapp/crd/js/client_session_unittest.js',
76 'webapp/crd/js/desktop_viewport_unittest.js',
77 'webapp/crd/js/client_session_factory_unittest.js', 77 'webapp/crd/js/client_session_factory_unittest.js',
78 'webapp/crd/js/dns_blackhole_checker_unittest.js', 78 'webapp/crd/js/dns_blackhole_checker_unittest.js',
79 'webapp/crd/js/error_unittest.js', 79 'webapp/crd/js/error_unittest.js',
80 'webapp/crd/js/fallback_signal_strategy_unittest.js', 80 'webapp/crd/js/fallback_signal_strategy_unittest.js',
81 'webapp/crd/js/gcd_client_unittest.js', 81 'webapp/crd/js/gcd_client_unittest.js',
82 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js', 82 'webapp/crd/js/gcd_client_with_mock_xhr_unittest.js',
83 'webapp/crd/js/host_controller_unittest.js', 83 'webapp/crd/js/host_controller_unittest.js',
84 'webapp/crd/js/host_daemon_facade_unittest.js', 84 'webapp/crd/js/host_daemon_facade_unittest.js',
85 'webapp/crd/js/host_list_api_impl_unittest.js', 85 'webapp/crd/js/host_list_api_impl_unittest.js',
86 'webapp/crd/js/host_table_entry_unittest.js', 86 'webapp/crd/js/host_table_entry_unittest.js',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 'webapp/crd/js/signal_strategy.js', 234 'webapp/crd/js/signal_strategy.js',
235 'webapp/crd/js/tcp_socket.js', 235 'webapp/crd/js/tcp_socket.js',
236 'webapp/crd/js/wcs_adapter.js', 236 'webapp/crd/js/wcs_adapter.js',
237 'webapp/crd/js/wcs_sandbox_container.js', 237 'webapp/crd/js/wcs_sandbox_container.js',
238 'webapp/crd/js/xmpp_connection.js', 238 'webapp/crd/js/xmpp_connection.js',
239 'webapp/crd/js/xmpp_login_handler.js', 239 'webapp/crd/js/xmpp_login_handler.js',
240 'webapp/crd/js/xmpp_stream_parser.js', 240 'webapp/crd/js/xmpp_stream_parser.js',
241 ], 241 ],
242 # UI JavaScript files. 242 # UI JavaScript files.
243 'remoting_webapp_js_ui_files': [ 243 'remoting_webapp_js_ui_files': [
244 'webapp/base/js/viewport.js',
244 'webapp/base/js/window_shape.js', 245 'webapp/base/js/window_shape.js',
245 'webapp/crd/js/bump_scroller.js', 246 'webapp/crd/js/bump_scroller.js',
246 'webapp/crd/js/butter_bar.js', 247 'webapp/crd/js/butter_bar.js',
247 'webapp/crd/js/connection_stats.js', 248 'webapp/crd/js/connection_stats.js',
248 'webapp/crd/js/desktop_viewport.js', 249 'webapp/crd/js/desktop_viewport.js',
249 'webapp/crd/js/feedback.js', 250 'webapp/crd/js/feedback.js',
250 'webapp/crd/js/fullscreen.js', 251 'webapp/crd/js/fullscreen.js',
251 'webapp/crd/js/fullscreen_v1.js', 252 'webapp/crd/js/fullscreen_v1.js',
252 'webapp/crd/js/fullscreen_v2.js', 253 'webapp/crd/js/fullscreen_v2.js',
253 'webapp/crd/js/l10n.js', 254 'webapp/crd/js/l10n.js',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 '<(remoting_webapp_template_background)', 478 '<(remoting_webapp_template_background)',
478 '<(remoting_webapp_template_main)', 479 '<(remoting_webapp_template_main)',
479 '<(remoting_webapp_template_message_window)', 480 '<(remoting_webapp_template_message_window)',
480 '<(remoting_webapp_template_wcs_sandbox)', 481 '<(remoting_webapp_template_wcs_sandbox)',
481 '<@(remoting_webapp_template_files)', 482 '<@(remoting_webapp_template_files)',
482 '<@(remoting_webapp_crd_js_files)', 483 '<@(remoting_webapp_crd_js_files)',
483 ], 484 ],
484 485
485 }, 486 },
486 } 487 }
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