diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 17:53:39 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-23 17:53:39 +0000 |
commit | b70a2a5e9acb924cc9ac700616f6b25852132fa5 (patch) | |
tree | 074b1a29f9624593c8f2ec3cd6782292f9f74433 /remoting/remoting.gyp | |
parent | 17c38e072b83cf5d97ba00b5df194e09a949c4c4 (diff) | |
download | chromium_src-b70a2a5e9acb924cc9ac700616f6b25852132fa5.zip chromium_src-b70a2a5e9acb924cc9ac700616f6b25852132fa5.tar.gz chromium_src-b70a2a5e9acb924cc9ac700616f6b25852132fa5.tar.bz2 |
Paired client revocation UI.
This CL implements the HTML UI for displaying and revoking pairings. It was
previously part of https://chromiumcodereview.appspot.com/18225004, but most
of that has now been landed as separate CLs.
BUG=156182
Review URL: https://chromiumcodereview.appspot.com/19824003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213161 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index c649f90..fb52c13 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -2169,6 +2169,7 @@ 'webapp/host_setup_dialog.js', 'webapp/main.html', 'webapp/manifest.json', + 'webapp/paired_client_manager.js', 'webapp/remoting.js', ], }, |