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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 1067133002: Move ProtocolExtensionManager from SessionConnector into its own class (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 side-by-side diff with in-line comments
Download patch
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index ca4e1f44b681da46f02a150ed1ced8c3cd45ed6d..81e0564327e4f4fcc317ca5845c72028badcb2e0 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -69,6 +69,7 @@
'webapp/base/js/base_event_hook_unittest.js',
'webapp/base/js/base_inherits_unittest.js',
'webapp/base/js/ipc_unittest.js',
+ 'webapp/base/js/protocol_extension_manager_unittest.js',
'webapp/crd/js/apps_v2_migration_unittest.js',
'webapp/crd/js/desktop_viewport_unittest.js',
'webapp/crd/js/dns_blackhole_checker_unittest.js',
@@ -166,6 +167,7 @@
'webapp/base/js/input_dialog.js',
'webapp/base/js/ipc.js',
'webapp/base/js/platform.js',
+ 'webapp/base/js/protocol_extension_manager.js',
'webapp/base/js/protocol_extension.js',
'webapp/crd/js/apps_v2_migration.js',
'webapp/crd/js/error.js',

Powered by Google App Engine
This is Rietveld 408576698