Update gyp so that we no longer need msvs_abspath_output generator flag.
authorepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 15 Aug 2011 17:04:51 +0000 (17:04 +0000)
committerepoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 15 Aug 2011 17:04:51 +0000 (17:04 +0000)
Review URL: http://codereview.appspot.com/4905044

git-svn-id: http://skia.googlecode.com/svn/trunk@2110 2bbb7eff-a529-9590-31e7-b0007b416f81

DEPS
gyp_skia

diff --git a/DEPS b/DEPS
index f5dcd708bfc969d2a8404a6873fbd291a39af79e..1148bcf69635c393d6ebbf873a0e1b171428f145 100644 (file)
--- a/DEPS
+++ b/DEPS
@@ -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 = [
index f44d99148c281dec7699ec487418b8735a121fe2..75a3a21d981d4fe5535c94e6c0220a21a71e89d9 100755 (executable)
--- 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()