skia2/DEPS
epoger@google.com 72798e4808 Roll gyp version from 907 to 936
git-svn-id: http://skia.googlecode.com/svn/trunk@1768 2bbb7eff-a529-9590-31e7-b0007b416f81
2011-06-30 16:51:49 +00:00

21 lines
571 B
Python

use_relative_paths = True
# Dependencies on outside packages, as needed for developers/bots that use
# "gclient" instead of raw SVN access.
#
# For now, this must be maintained in parallel with "SVN externals"
# dependencies for developers who use raw SVN instead of "gclient".
# See third_party/externals/README
#
deps = {
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@936",
}
#hooks = [
# {
# # A change to a .gyp, .gypi, or to GYP itself should run the generator.
# "pattern": ".",
# "action": ["python", "trunk/gyp_skia"],
# },
#]