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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 1054273002: [Webapp Refactor] Implements remoting.Activity. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo 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
« no previous file with comments | « no previous file | remoting/webapp/base/js/input_dialog.js » ('j') | no next file with comments »
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 b84b0a224c7505fef82db5c6d235aee073fccc7a..b7ac6a7cd25035c52487b0f169e9c5b96b27b927 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -282,9 +282,10 @@
'webapp/crd/js/crd_event_handlers.js',
'webapp/crd/js/crd_experimental.js',
'webapp/crd/js/crd_main.js',
+ 'webapp/crd/js/activity.js',
'webapp/crd/js/desktop_remoting.js',
- 'webapp/crd/js/it2me_connect_flow.js',
- 'webapp/crd/js/me2me_connect_flow.js',
+ 'webapp/crd/js/it2me_activity.js',
+ 'webapp/crd/js/me2me_activity.js',
],
# These template files are used to construct main.html.
« no previous file with comments | « no previous file | remoting/webapp/base/js/input_dialog.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698