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/gyp@1506 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp_skia b/gyp_skia
index f22b363..bbdb3a7 100755
--- a/gyp_skia
+++ b/gyp_skia
@@ -27,7 +27,7 @@
 
 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=[]):