| 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',
|
| ],
|
| },
|
|
|