diff options
-rw-r--r-- | DEPS | 2 | ||||
-rwxr-xr-x | gyp_skia | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -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 = [ @@ -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() |