diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 02:23:03 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-07 02:23:03 +0000 |
commit | 134acbf8b30f5797eed8bdb344f7425b706a8144 (patch) | |
tree | b0710cbfefe282f5b8dac1aaf7e8f6555b31251e /remoting/remoting.gyp | |
parent | 5272ff3b41be1ff32138375791e8296095ab964d (diff) | |
download | chromium_src-134acbf8b30f5797eed8bdb344f7425b706a8144.zip chromium_src-134acbf8b30f5797eed8bdb344f7425b706a8144.tar.gz chromium_src-134acbf8b30f5797eed8bdb344f7425b706a8144.tar.bz2 |
Remove the background page, and majorly refactor Javascript + Webapp.
This removes remoting_session.html, puts the "in-session" UI into the same page, uses classes to hide/display elements, and redefines what we mean by the <section> tag.
Also takes a bunch of the javascript logic and makes classes out of it as well as detangling a bit of the UI manipulation from the behavior functions.
BUG=none
TEST=manual
Review URL: http://codereview.chromium.org/7277020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91658 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 1442876..66d23fc 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -34,8 +34,6 @@ ], 'remoting_it2me_files': [ 'resources/chromoting128.png', - 'webapp/me2mom/background.html', - 'webapp/me2mom/background.js', 'webapp/me2mom/choice.css', 'webapp/me2mom/choice.html', 'webapp/me2mom/cs_oauth2_trampoline.js', @@ -49,11 +47,9 @@ 'webapp/me2mom/oauth2_callback.html', 'webapp/me2mom/plugin_settings.js', 'webapp/me2mom/remoting.js', - 'webapp/me2mom/remoting_session.css', - 'webapp/me2mom/remoting_session.html', - 'webapp/me2mom/remoting_session.js', + 'webapp/me2mom/client_session.js', 'webapp/me2mom/spinner.gif', - 'webapp/me2mom/storage.js', + 'webapp/me2mom/xhr.js', ], }, |