epoger@google.com | fc06856 | 2011-06-13 16:04:25 +0000 | [diff] [blame^] | 1 | hooks = [ |
| 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 | ] |