Unreviewed, Chromium-linux build fix.
* gyp_webkit: Fix a relative path to the top directory.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@75922
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-01-16 Kent Tamura <tkent@chromium.org>
+
+ Unreviewed, Chromium-linux build fix.
+
+ * gyp_webkit: Fix a relative path to the top directory.
+
2011-01-16 Adam Barth <abarth@webkit.org>
Roll Chromium DEPS to pick up the changes reflecting the new location
if sys.platform == 'linux2':
args.extend(['-fmake',
'--suffix=.chromium',
- '--toplevel-dir=../..',
+ '--toplevel-dir=../../..',
# auto_regeneration doesn't work with toplevel-dir
'-Gauto_regeneration=0'])