aboutsummaryrefslogtreecommitdiff
path: root/default.xml
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 /default.xml
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 'default.xml')
-rw-r--r--default.xml53
1 files changed, 53 insertions, 0 deletions
diff --git a/default.xml b/default.xml
new file mode 100644
index 00000000..77aea228
--- /dev/null
+++ b/default.xml
@@ -0,0 +1,53 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!-- AUTOGENERATED BY deps-to-manifest.py; DO NOT EDIT -->
+<manifest>
+
+ <default revision='refs/heads/master'
+ remote='chromium'
+ sync-c='true'
+ sync-j='8' />
+
+ <remote name='github'
+ fetch='https://github.com/'
+ review='' />
+
+ <remote name='chromium'
+ fetch='https://chromium.googlesource.com/'
+ review='https://chromium-review.googlesource.com' />
+
+ <project path='src'
+ name='breakpad/breakpad'
+ revision='refs/heads/master'
+ remote='chromium' />
+
+ <project path='src/src/tools/gyp'
+ name='external/gyp/'
+ revision='e8ab0833a42691cd2184bd4c45d779e43821d3e0'
+ remote='chromium' />
+
+ <project path='src/src/testing/gtest'
+ name='google/googletest.git'
+ revision='refs/tags/release-1.7.0'
+ remote='github' />
+
+ <project path='src/src/third_party/protobuf/protobuf'
+ name='google/protobuf.git'
+ revision='cb6dd4ef5f82e41e06179dcd57d3b1d9246ad6ac'
+ remote='github' />
+
+ <project path='src/src/third_party/lss'
+ name='linux-syscall-support/'
+ revision='3f6478ac95edf86cd3da300c2c0d34a438f5dbeb'
+ remote='chromium' />
+
+ <project path='src/src/third_party/glog'
+ name='google/glog.git'
+ revision='refs/tags/v0.3.4'
+ remote='github' />
+
+ <project path='src/src/testing'
+ name='google/googlemock.git'
+ revision='refs/tags/release-1.7.0'
+ remote='github' />
+
+</manifest>