aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp_skia
diff options
context:
space:
mode:
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 24d984aaa0..6a287730b5 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', 'gyp')
+gyp_source_dir = os.path.join(script_dir, 'third_party', 'externals', 'gyp')
# Directory within which we can find most of Skia's gyp configuration files.
gyp_config_dir = os.path.join(script_dir, 'gyp')