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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 552403004: Interfaceify ClientPlugin in preparation for mocking it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Renamed interfaces. Created 6 years, 3 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/client_plugin.js » ('j') | remoting/webapp/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 08c885a08de43a01472016b3fe3ff9fa3e1cf9fb..e9f5872d666d01d7f1bd5464ffdcddf4fcab8d2f 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -40,6 +40,7 @@
# Client JavaScript files.
'remoting_webapp_js_client_files': [
'webapp/client_plugin.js',
+ 'webapp/client_plugin_impl.js',
# TODO(garykac) For client_screen:
# * Split out pin/access code stuff into separate file.
# * Move client logic into session_connector
@@ -49,6 +50,7 @@
'webapp/hangout_session.js',
'webapp/media_source_renderer.js',
'webapp/session_connector.js',
+ 'webapp/session_connector_impl.js',
'webapp/smart_reconnector.js',
'webapp/video_frame_recorder.js',
],
« no previous file with comments | « no previous file | remoting/webapp/client_plugin.js » ('j') | remoting/webapp/client_plugin.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698