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

Side by Side Diff: remoting/webapp/files.gni

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 | « remoting/webapp/crd/js/desktop_viewport_unittest.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/remoting_webapp_files.gypi. 5 # Keep in sync with remoting/remoting_webapp_files.gypi.
6 6
7 # Jscompile proto files. 7 # Jscompile proto files.
8 # These provide type information for jscompile. 8 # These provide type information for jscompile.
9 remoting_webapp_js_proto_files = [ 9 remoting_webapp_js_proto_files = [
10 "js_proto/chrome_proto.js", 10 "js_proto/chrome_proto.js",
(...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 "unittests/spy_promise.js", 67 "unittests/spy_promise.js",
68 "unittests/spy_promise_unittest.js", 68 "unittests/spy_promise_unittest.js",
69 "base/js/base_unittest.js", 69 "base/js/base_unittest.js",
70 "base/js/base_event_hook_unittest.js", 70 "base/js/base_event_hook_unittest.js",
71 "base/js/base_inherits_unittest.js", 71 "base/js/base_inherits_unittest.js",
72 "base/js/ipc_unittest.js", 72 "base/js/ipc_unittest.js",
73 "base/js/protocol_extension_manager_unittest.js", 73 "base/js/protocol_extension_manager_unittest.js",
74 "base/js/viewport_unittest.js",
74 "crd/js/apps_v2_migration_unittest.js", 75 "crd/js/apps_v2_migration_unittest.js",
75 "crd/js/client_session_unittest.js", 76 "crd/js/client_session_unittest.js",
76 "crd/js/desktop_viewport_unittest.js",
77 "crd/js/dns_blackhole_checker_unittest.js", 77 "crd/js/dns_blackhole_checker_unittest.js",
78 "crd/js/error_unittest.js", 78 "crd/js/error_unittest.js",
79 "crd/js/fallback_signal_strategy_unittest.js", 79 "crd/js/fallback_signal_strategy_unittest.js",
80 "crd/js/gcd_client_unittest.js", 80 "crd/js/gcd_client_unittest.js",
81 "crd/js/gcd_client_with_mock_xhr_unittest.js", 81 "crd/js/gcd_client_with_mock_xhr_unittest.js",
82 "crd/js/host_controller_unittest.js", 82 "crd/js/host_controller_unittest.js",
83 "crd/js/host_daemon_facade_unittest.js", 83 "crd/js/host_daemon_facade_unittest.js",
84 "crd/js/host_table_entry_unittest.js", 84 "crd/js/host_table_entry_unittest.js",
85 "crd/js/identity_unittest.js", 85 "crd/js/identity_unittest.js",
86 "crd/js/l10n_unittest.js", 86 "crd/js/l10n_unittest.js",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "crd/js/tcp_socket.js", 238 "crd/js/tcp_socket.js",
239 "crd/js/wcs_adapter.js", 239 "crd/js/wcs_adapter.js",
240 "crd/js/wcs_sandbox_container.js", 240 "crd/js/wcs_sandbox_container.js",
241 "crd/js/xmpp_connection.js", 241 "crd/js/xmpp_connection.js",
242 "crd/js/xmpp_login_handler.js", 242 "crd/js/xmpp_login_handler.js",
243 "crd/js/xmpp_stream_parser.js", 243 "crd/js/xmpp_stream_parser.js",
244 ] 244 ]
245 245
246 # UI JavaScript files. 246 # UI JavaScript files.
247 remoting_webapp_js_ui_files = [ 247 remoting_webapp_js_ui_files = [
248 "base/js/viewport.js",
248 "base/js/window_shape.js", 249 "base/js/window_shape.js",
249 "crd/js/bump_scroller.js", 250 "crd/js/bump_scroller.js",
250 "crd/js/butter_bar.js", 251 "crd/js/butter_bar.js",
251 "crd/js/connection_stats.js", 252 "crd/js/connection_stats.js",
252 "crd/js/desktop_viewport.js", 253 "crd/js/desktop_viewport.js",
253 "crd/js/feedback.js", 254 "crd/js/feedback.js",
254 "crd/js/fullscreen.js", 255 "crd/js/fullscreen.js",
255 "crd/js/fullscreen_v1.js", 256 "crd/js/fullscreen_v1.js",
256 "crd/js/fullscreen_v2.js", 257 "crd/js/fullscreen_v2.js",
257 "crd/js/l10n.js", 258 "crd/js/l10n.js",
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 # Files that contain localizable strings. 464 # Files that contain localizable strings.
464 desktop_remoting_webapp_localizable_files = [ 465 desktop_remoting_webapp_localizable_files = [
465 "webapp/crd/manifest.json.jinja2", 466 "webapp/crd/manifest.json.jinja2",
466 "<(remoting_webapp_template_background)", 467 "<(remoting_webapp_template_background)",
467 "<(remoting_webapp_template_main)", 468 "<(remoting_webapp_template_main)",
468 "<(remoting_webapp_template_message_window)", 469 "<(remoting_webapp_template_message_window)",
469 "<(remoting_webapp_template_wcs_sandbox)", 470 "<(remoting_webapp_template_wcs_sandbox)",
470 "<@(remoting_webapp_template_files)", 471 "<@(remoting_webapp_template_files)",
471 "<@(remoting_webapp_crd_js_files)", 472 "<@(remoting_webapp_crd_js_files)",
472 ] 473 ]
OLDNEW
« no previous file with comments | « remoting/webapp/crd/js/desktop_viewport_unittest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698