aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-03 21:33:03 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-03 21:33:03 +0000
commitf8db093daaf35bf6eaf32cff980701b3acd1d9a2 (patch)
treedd4df170727710974a3efa3004e14603a85aa440
parentf01b7cb8d8a5b6339461875d38b0891d83056bc1 (diff)
Make gyp_skia script use third_party/externals/gyp instead of the deprecated
third_party/gyp git-svn-id: http://skia.googlecode.com/svn/trunk@1506 2bbb7eff-a529-9590-31e7-b0007b416f81
-rwxr-xr-xgyp/gyp_skia2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/gyp_skia b/gyp/gyp_skia
index f22b363073..bbdb3a7e07 100755
--- a/gyp/gyp_skia
+++ b/gyp/gyp_skia
@@ -27,7 +27,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, 'gyp', 'pylib'))
+sys.path.append(os.path.join(gyp_dir, 'externals', 'gyp', 'pylib'))
import gyp
def additional_include_files(args=[]):