Commit fe9521dd authored by mark@chromium.org's avatar mark@chromium.org

Update Breakpad to r1270.

r1263: Run svn propdel svn:executable on source code files.
r1264: Fix warnings from the Windows build.
r1265: Switch scoped_ptr.h to a compatible google3 implementation.
r1266: Use a proper ignore_result() to fix a warn_unused_result warning.
r1267: Windows: Fix remaining level 4 warnings.
r1268: Fix build with Mac OS X 10.9 SDK.
r1269: Fix #include order from r1268.
r1270: Don't do work inside assert(). Ever.

BUG=331268
R=thestig@chromium.org

Review URL: https://codereview.chromium.org/131833003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244238 0039d316-1c4b-4281-b951-d872f2087c98
parent 19423f96
......@@ -68,7 +68,7 @@ vars = {
deps = {
"src/breakpad/src":
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1262",
(Var("googlecode_url") % "google-breakpad") + "/trunk/src@1270",
"src/sdch/open-vcdiff":
(Var("googlecode_url") % "open-vcdiff") + "/trunk@42",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment