aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp_skia
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_skia
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_skia')
-rwxr-xr-xgyp_skia2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp_skia b/gyp_skia
index 6a287730b5..24d984aaa0 100755
--- a/gyp_skia
+++ b/gyp_skia
@@ -26,7 +26,7 @@ import sys
script_dir = os.path.dirname(__file__)
# Directory within which we can find the gyp source.
-gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp')
+gyp_source_dir = os.path.join(script_dir, 'third_party', 'gyp')
# Directory within which we can find most of Skia's gyp configuration files.
gyp_config_dir = os.path.join(script_dir, 'gyp')