diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-07-13 21:30:14 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2011-07-13 21:30:14 +0000 |
commit | 0fb212581440a63edcc695a34302e96605989a11 (patch) | |
tree | 68753818d07bb52d194426b14fd43fbf6304506a /DEPS | |
parent | ba7983e55ce15ddcd5534011935178760164fb9d (diff) |
enable "make XXX" command-line builds on Windows
http://codereview.appspot.com/4717044/
git-svn-id: http://skia.googlecode.com/svn/trunk@1853 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 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@907", + "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@940", } #hooks = [ |