summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)