aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-08 15:34:21 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-08 15:34:21 +0000
commite7ccdb3befa08c9db6542a0c7e7e75363098cec0 (patch)
tree6ba812c4a07e7b5426dbd3114ab25470a687af2f /gyp
parentddab2276cb09d0c74018af45184ae93138e3230b (diff)
revert to manually imported gyp source (from SVN externals)
git-svn-id: http://skia.googlecode.com/svn/trunk@1541 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rwxr-xr-xgyp/gyp_skia2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/gyp_skia b/gyp/gyp_skia
index 58fab82571..b71757b70b 100755
--- a/gyp/gyp_skia
+++ b/gyp/gyp_skia
@@ -40,7 +40,7 @@ script_dir = os.path.dirname(__file__)
gyp_dir = os.path.normpath(os.path.join(script_dir, os.pardir, 'third_party'))
-sys.path.append(os.path.join(gyp_dir, 'externals', 'gyp', 'pylib'))
+sys.path.append(os.path.join(gyp_dir, 'gyp', 'pylib'))
import gyp
def additional_include_files(args=[]):