Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Unified Diff: DEPS

Issue 1227333002: Add breakpad support to mojo shell apk. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Reuse chromium breakpad infrastructure. Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | breakpad/BUILD.gn » ('j') | breakpad/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 166bc2ced77b374eb107f193da522c52cae073f6..c1cd8bc7f78b4dd9564b297aa885617cd77fa4a4 100644
--- a/DEPS
+++ b/DEPS
@@ -28,7 +28,7 @@ vars = {
'dart_observatory_packages_revision': '45565',
'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0',
'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec',
- 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e',
+ 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3',
'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63',
'nacl_revision': '87d5dd90911a0657c27574f78e86b7dfc4ad8b29',
'archive_dart_revision': '07ffd98c5403b7f9ae067b57dc9487611be420f5',
@@ -55,6 +55,9 @@ allowed_hosts = [
]
deps = {
+ 'src/breakpad/src':
tonyg 2015/07/09 15:41:03 I take it that something is hardcoded about this p
qsr 2015/07/27 14:06:52 Nope, just that I followed what chromium is doing.
+ Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '0bccfcc38087bf8b71c04befe6cd83c683db980a', # from svn revision 1465
+
'src/buildtools':
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
@@ -148,6 +151,9 @@ deps = {
'src/third_party/dart-pkg/yaml':
Var('chromium_git') + '/external/github.com/dart-lang/yaml.git' + '@' + Var('yaml_dart_revision'),
+
+ 'src/third_party/lss':
+ Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var('lss_revision'),
}
deps_os = {
« no previous file with comments | « .gitignore ('k') | breakpad/BUILD.gn » ('j') | breakpad/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698