diff options
Diffstat (limited to 'WebKit/chromium/gyp_webkit')
-rwxr-xr-x | WebKit/chromium/gyp_webkit | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/WebKit/chromium/gyp_webkit b/WebKit/chromium/gyp_webkit index 812ed27..1ca6133 100755 --- a/WebKit/chromium/gyp_webkit +++ b/WebKit/chromium/gyp_webkit @@ -91,8 +91,7 @@ if __name__ == '__main__': '--depth=./', # gyp files to execute. - 'WebKit.gyp', - '../../WebKitTools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp']) + 'WebKit.gyp']) print 'Updating webkit projects from gyp files...' sys.stdout.flush() |