diff options
author | kelvinp@chromium.org <kelvinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 22:47:14 +0000 |
---|---|---|
committer | kelvinp@chromium.org <kelvinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 22:49:05 +0000 |
commit | f34acc690bbeb3d0ebd3cb8be1b254dd9f8d86ee (patch) | |
tree | e28fb0e4b04cb7865189c9e6c342a3d7e54f5a72 /remoting/remoting_test.gypi | |
parent | 2e84223764658781fc704ebf6f4ba8dcaca989f2 (diff) | |
download | chromium_src-f34acc690bbeb3d0ebd3cb8be1b254dd9f8d86ee.zip chromium_src-f34acc690bbeb3d0ebd3cb8be1b254dd9f8d86ee.tar.gz chromium_src-f34acc690bbeb3d0ebd3cb8be1b254dd9f8d86ee.tar.bz2 |
Hangout remote desktop part II - background.html and AppLauncher
This CL:
- Moves background.js to background.html
- Introduces remoting.appLauncher that allows the caller to launch and close the webapp without knowing the implementation difference between a v1 app and a v2 app.
NOTRY=true
R=jamiewalch@chromium.org
Review URL: https://codereview.chromium.org/450383003
Cr-Commit-Position: refs/heads/master@{#289096}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index 70d5f9f..03292a4 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -297,6 +297,7 @@ 'webapp_js_files': [ '<@(remoting_webapp_main_html_js_files)', '<@(remoting_webapp_js_wcs_sandbox_files)', + '<@(remoting_webapp_background_js_files)', ] }, 'copies': [ |