aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp_skia
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-15 17:04:51 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-08-15 17:04:51 +0000
commit3f0254da5494b585e19fe95b9769d8b6a84cdb04 (patch)
tree09229e69e9f318b0282fe140355aa5ac25eb756c /gyp_skia
parent60157927e37fcf427617027306b9395a1371f98a (diff)
Update gyp so that we no longer need msvs_abspath_output generator flag.
Review URL: http://codereview.appspot.com/4905044 git-svn-id: http://skia.googlecode.com/svn/trunk@2110 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp_skia')
-rwxr-xr-xgyp_skia1
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp_skia b/gyp_skia
index f44d99148c..75a3a21d98 100755
--- a/gyp_skia
+++ b/gyp_skia
@@ -86,7 +86,6 @@ if __name__ == '__main__':
# - msvs_abspath_output is a workaround for
# http://code.google.com/p/gyp/issues/detail?id=201
args.extend(['-Gmsvs_version=2010'])
- args.extend(['-Gmsvs_abspath_output'])
print 'Updating projects from gyp files...'
sys.stdout.flush()