diff options
author | thakis@chromium.org <thakis@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-09 13:57:45 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-04-09 13:57:45 +0000 |
commit | 0379ea275f3d5b416a8fce5c9ca9aa7d88f6ba37 (patch) | |
tree | 49c258b2f132ca45740e8c94d95c117dbe73e83f /DEPS | |
parent | 1195925b05ee9d666ea8a8f68fde5d8ca7e49b04 (diff) |
Update skia's gyp to r1320.
Allows buildilng skia with make on OS X.
BUG=chromium:102033
Review URL: https://codereview.appspot.com/5985066
git-svn-id: http://skia.googlecode.com/svn/trunk@3628 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@1284", + "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1320", "third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third_party/libjpeg@125399", } |