Index: remoting/remoting_webapp_files.gypi |
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi |
index c98a8b3a112d3656540dd98229fbdfe80a04d8ac..c0e978ab4119262ec9c508cd62010aa08067e2fc 100644 |
--- a/remoting/remoting_webapp_files.gypi |
+++ b/remoting/remoting_webapp_files.gypi |
@@ -42,6 +42,7 @@ |
# Client JavaScript files. |
'remoting_webapp_js_client_files': [ |
'webapp/crd/js/client_plugin.js', |
+ 'webapp/crd/js/client_plugin_host_desktop_impl.js', |
garykac
2015/02/12 18:18:22
An _impl file without a non-_impl file feels odd..
kelvinp
2015/02/12 23:26:41
Done.
|
'webapp/crd/js/client_plugin_impl.js', |
# TODO(garykac) For client_screen: |
# * Split out pin/access code stuff into separate file. |
@@ -106,8 +107,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', |