| Index: DEPS
|
| diff --git a/DEPS b/DEPS
|
| index 1a4f0e8c7d976580763287824b623c771a2db2a7..93d62ab174198d5e5464044db923aafd2b5f1a71 100644
|
| --- a/DEPS
|
| +++ b/DEPS
|
| @@ -607,6 +607,17 @@ hooks = [
|
| "-o", "src/build/util/LASTCHANGE.blink"],
|
| },
|
| {
|
| + # Pull GN binaries. This needs to be before running GYP below.
|
| + "name": "gn",
|
| + "pattern": "\\.sha1$",
|
| + "action": [ "download_from_google_storage",
|
| + "--directory",
|
| + "--recursive",
|
| + "--bucket", "chromium-gn",
|
| + "src/tools/gn/bin",
|
| + ],
|
| + },
|
| + {
|
| # A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
| "name": "gyp",
|
| "pattern": ".",
|
|
|