From f34acc690bbeb3d0ebd3cb8be1b254dd9f8d86ee Mon Sep 17 00:00:00 2001 From: "kelvinp@chromium.org" Date: Tue, 12 Aug 2014 22:47:14 +0000 Subject: 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 --- remoting/remoting.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'remoting/remoting.gyp') diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index f197916..2a902d6 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -165,7 +165,7 @@ 'host/win/host_messages.mc.jinja2', 'host/win/version.rc.jinja2', 'resources/play_store_resources.cc', - 'webapp/background.js', + 'webapp/background/background.js', 'webapp/butter_bar.js', 'webapp/client_screen.js', 'webapp/error.js', -- cgit v1.1