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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 868203002: Handle authentication failures in the v2 app by restarting the app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/base/js/remote_methods.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 bc0aba74a64edc95a9df3c4238c1a7447e396283..1be8c382ab2ee482b85128d1a54f91ef5867717f 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -60,6 +60,8 @@
'webapp/base/js/application.js',
'webapp/base/js/base.js',
'webapp/base/js/platform.js',
+ 'webapp/base/js/remote_methods.js',
Jamie 2015/01/23 23:33:26 Communicating between the main and background page
+ 'webapp/crd/js/activation_handler.js',
'webapp/crd/js/apps_v2_migration.js',
'webapp/crd/js/error.js',
'webapp/crd/js/event_handlers.js',
@@ -228,6 +230,8 @@
'webapp/base/js/base.js',
'webapp/base/js/message_window_helper.js',
'webapp/base/js/message_window_manager.js',
+ 'webapp/base/js/remote_methods.js',
+ 'webapp/crd/js/activation_handler.js',
'webapp/crd/js/app_launcher.js',
'webapp/crd/js/background.js',
'webapp/crd/js/client_session.js',
« no previous file with comments | « no previous file | remoting/webapp/base/js/base.js » ('j') | remoting/webapp/base/js/remote_methods.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698