blob: 5524f39b87266d0f03512a0c2c6a54a43b4c7370 [file] [log] [blame]
epoger@google.comfc068562011-06-13 16:04:25 +00001hooks = [
2 {
3 # This is a hack to download the code in third_party/externals in gclient
4 # (it works fine without this hack when you use svn instead of gclient).
5 #
6 # Because gclient runs svn update with the --ignore_externals flag set,
7 # it will not pick up our external dependencies in third_party/externals.
8 # So run "svn update" again for these directories.
9 #
10 # See https://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/1f99541c2c5f6c6e
11 "pattern": ".*",
12 "action": ["svn", "update", "trunk/third_party/externals"],
13 },
14]