Chromium Code Reviews| Index: DEPS |
| diff --git a/DEPS b/DEPS |
| index f0d337ccf926393446a085e6f549c1751a6137e5..506004d8c315ad07d1a89b247acdb12c35caee05 100644 |
| --- a/DEPS |
| +++ b/DEPS |
| @@ -97,7 +97,7 @@ allowed_hosts = [ |
| deps = { |
| 'src/breakpad/src': |
| - Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + 'e100989d3776aa1a6bfa9453edca227a679e3a0c', # from svn revision 1495 |
| + Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + '00915090d0511189d2d41818cbf617e7cc1426f9', # from svn revision 1495 |
|
Primiano Tucci (use gerrit)
2015/08/24 22:51:21
At this point the "from svn revision" doesn't make
Mark Mentovai
2015/09/01 19:05:02
Remove “from svn revision”
Vadim Sh.
2015/09/01 19:11:38
Done.
|
| 'src/buildtools': |
| Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'), |