summaryrefslogtreecommitdiffstats
path: root/chrome/SConscript
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-24 21:30:09 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-24 21:30:09 +0000
commitd850a792b1bdaf09145880f44e9629da945d568d (patch)
tree03c7e46185fb17ac2db979e37ae2047f3d76a627 /chrome/SConscript
parent388df8dc8379a4c9df3f127a95e9c36e408002a6 (diff)
downloadchromium_src-d850a792b1bdaf09145880f44e9629da945d568d.zip
chromium_src-d850a792b1bdaf09145880f44e9629da945d568d.tar.gz
chromium_src-d850a792b1bdaf09145880f44e9629da945d568d.tar.bz2
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
Diffstat (limited to 'chrome/SConscript')
-rw-r--r--chrome/SConscript2
1 files changed, 1 insertions, 1 deletions
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)