aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp_skia
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-14 16:01:04 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-14 16:01:04 +0000
commit0ae27e0911c2f22bf8a5001fa54c2346911b70ff (patch)
treedaed66663435f2857c80694d7f2613a9a40c57d1 /gyp_skia
parent3914958a49ee089ddeb04acc16373aae8bc2eaf7 (diff)
Use automatically imported third_party/externals/gyp instead of
manually imported third_party/gyp git-svn-id: http://skia.googlecode.com/svn/trunk@1576 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 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')