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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 918783002: CRD Viewport Management refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implementation Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/webapp/base/js/base.js » ('j') | remoting/webapp/browser_test/mock_client_plugin.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | remoting/webapp/base/js/base.js » ('j') | remoting/webapp/browser_test/mock_client_plugin.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698