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
This commit is contained in:
epoger@google.com 2011-08-15 17:04:51 +00:00
parent 60157927e3
commit 3f0254da54
2 changed files with 1 additions and 2 deletions

2
DEPS
View File

@ -8,7 +8,7 @@ use_relative_paths = True
# See third_party/externals/README
#
deps = {
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@940",
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@995",
}
#hooks = [

View File

@ -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()