Index: remoting/remoting_webapp_files.gypi |
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi |
index 0df75a24d3fb4fc37c06b4619c1364871586e938..73a8b8cdc3d22e912c61e06779708500978f8f08 100644 |
--- a/remoting/remoting_webapp_files.gypi |
+++ b/remoting/remoting_webapp_files.gypi |
@@ -43,6 +43,7 @@ |
'remoting_webapp_js_client_files': [ |
'webapp/crd/js/client_plugin.js', |
'webapp/crd/js/client_plugin_impl.js', |
+ 'webapp/crd/js/client_plugin_host_desktop_impl.js', |
# TODO(garykac) For client_screen: |
# * Split out pin/access code stuff into separate file. |
# * Move client logic into session_connector |
@@ -51,6 +52,7 @@ |
'webapp/crd/js/clipboard.js', |
'webapp/crd/js/desktop_connected_view.js', |
'webapp/crd/js/hangout_session.js', |
+ 'webapp/crd/js/host_desktop.js', |
'webapp/crd/js/session_connector.js', |
'webapp/crd/js/session_connector_impl.js', |
'webapp/crd/js/smart_reconnector.js', |
@@ -107,8 +109,10 @@ |
# UI JavaScript files. |
'remoting_webapp_js_ui_files': [ |
'webapp/base/js/window_shape.js', |
+ 'webapp/crd/js/bump_scroller.js', |
'webapp/crd/js/butter_bar.js', |
'webapp/crd/js/connection_stats.js', |
+ 'webapp/crd/js/desktop_viewport.js', |
'webapp/crd/js/feedback.js', |
'webapp/crd/js/fullscreen.js', |
'webapp/crd/js/fullscreen_v1.js', |
@@ -179,7 +183,7 @@ |
'webapp/js_proto/chrome_proto.js', |
'webapp/unittests/apps_v2_migration_unittest.js', |
'webapp/unittests/base_unittest.js', |
- 'webapp/unittests/desktop_connected_view_unittest.js', |
+ 'webapp/unittests/desktop_viewport_unittest.js', |
'webapp/unittests/dns_blackhole_checker_unittest.js', |
'webapp/unittests/event_hook_unittest.js', |
'webapp/unittests/fallback_signal_strategy_unittest.js', |