aboutsummaryrefslogtreecommitdiff
path: root/DEPS
diff options
context:
space:
mode:
authorMike Frysinger <vapier@chromium.org>2016-09-01 13:27:16 -0400
committerMike Frysinger <vapier@chromium.org>2016-09-21 20:01:47 +0000
commit138886803c33e51e23103fe888a8252f9f33b3e0 (patch)
tree8e13e4cf9a7c840383565451b2872f91cc917e29 /DEPS
parentFix a win32 build error by moving a #include out of an #ifndef _WIN32 (diff)
downloadbreakpad-138886803c33e51e23103fe888a8252f9f33b3e0.tar.xz
generate a repo manifest from the DEPS file
This allows people to use repo to manage the checkout instead of gclient. This helps when you're used to the standard repo+gerrit workflow that the Android & Chromium OS projects use. Change-Id: I8b720e7995af2a1a8c9ce2ee9aa6c2638441b4a1 Reviewed-on: https://chromium-review.googlesource.com/379736 Reviewed-by: Mark Mentovai <mark@chromium.org>
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS5
1 files changed, 5 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 2de510a5..0a06f1bb 100644
--- a/DEPS
+++ b/DEPS
@@ -72,4 +72,9 @@ hooks = [
"--no-circular-check",
"src/src/client/windows/breakpad_client.gyp"],
},
+ {
+ # Keep the manifest up to date.
+ "action": ["python", "src/src/tools/python/deps-to-manifest.py",
+ "src/DEPS", "src/default.xml"],
+ },
]