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

Unified Diff: remoting/remoting.gyp

Issue 8416007: Refactored web-app (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 2 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 | « remoting/host/plugin/host_script_object.h ('k') | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index f6ad2ad93797c9cc4bdfec58d7cf549c75a8a27a..a454229ee2be1192e7909db56f51ae64672f7621 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -97,12 +97,15 @@
'resources/icon_warning.png',
'webapp/me2mom/choice.css',
'webapp/me2mom/choice.html',
+ 'webapp/me2mom/client_screen.js',
'webapp/me2mom/client_session.js',
'webapp/me2mom/cs_oauth2_trampoline.js',
'webapp/me2mom/debug_log.css',
'webapp/me2mom/debug_log.js',
'webapp/me2mom/dividerbottom.png',
'webapp/me2mom/dividertop.png',
+ 'webapp/me2mom/host_screen.js',
+ 'webapp/me2mom/host_session.js',
'webapp/me2mom/l10n.js',
'webapp/me2mom/main.css',
'webapp/me2mom/manifest.json',
@@ -113,6 +116,8 @@
'webapp/me2mom/scale-to-fit.png',
'webapp/me2mom/spinner.gif',
'webapp/me2mom/toolbar.css',
+ 'webapp/me2mom/ui_mode.js',
+ 'webapp/me2mom/util.js',
'webapp/me2mom/wcs.js',
'webapp/me2mom/wcs_loader.js',
'webapp/me2mom/xhr.js',
@@ -324,6 +329,8 @@
'webapp/me2mom/choice.html',
'webapp/me2mom/manifest.json',
'webapp/me2mom/remoting.js',
+ 'webapp/me2mom/client_screen.js',
+ 'webapp/me2mom/host_screen.js',
'host/plugin/host_script_object.cc',
],
'outputs': [
@@ -337,6 +344,8 @@
'webapp/me2mom/choice.html',
'webapp/me2mom/manifest.json',
'webapp/me2mom/remoting.js',
+ 'webapp/me2mom/client_screen.js',
+ 'webapp/me2mom/host_screen.js',
'host/plugin/host_script_object.cc',
],
},
« no previous file with comments | « remoting/host/plugin/host_script_object.h ('k') | remoting/webapp/me2mom/choice.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698