From d850a792b1bdaf09145880f44e9629da945d568d Mon Sep 17 00:00:00 2001 From: "ojan@google.com" Date: Mon, 24 Nov 2008 21:30:09 +0000 Subject: Update scons for the unforking of the inspector resource files. I didn't actually build this and see if it works, but I'll at least make sure it passes the trybots. Review URL: http://codereview.chromium.org/11378 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5934 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome') diff --git a/chrome/SConscript b/chrome/SConscript index 848f0e6..8ef589e 100644 --- a/chrome/SConscript +++ b/chrome/SConscript @@ -416,6 +416,6 @@ if env['PLATFORM'] == 'win32': env.Install('$DESTINATION_ROOT/plugins/gears', gears_plugins) env.Command('$DESTINATION_ROOT/resources/inspector', - '$CHROME_SRC_DIR/webkit/port/page/inspector', + '$CHROME_SRC_DIR/third_party/WebKit/WebCore/inspector/front-end', Copy('$TARGET', '$SOURCE'), source_scanner=DirScanner) -- cgit v1.1