diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-02 18:20:00 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-02 18:20:00 +0000 |
commit | 3e860148b1ae068d4d90e8ed8f61661c130c93ec (patch) | |
tree | 2a6023a81469cc3d819235b1717954e3482402d9 /DEPS | |
parent | b7edcbc15d68a383255b4224c985bfeef44fd027 (diff) | |
download | chromium_src-3e860148b1ae068d4d90e8ed8f61661c130c93ec.zip chromium_src-3e860148b1ae068d4d90e8ed8f61661c130c93ec.tar.gz chromium_src-3e860148b1ae068d4d90e8ed8f61661c130c93ec.tar.bz2 |
roll breakpad 970:977
971: This is a fix for a stackwalker_x86 issue which has to do with FPO
972: Fix a race condition in AutoCriticalSection.
973: Fix Android build of client library
974: This change allows compiling the google-breakpad code using a global ::string class instead of std::string
975: Fixing a mem leak in test code
976: Remove 1 static initializer.
977: Change #imports that should have been #includes to #include.
BUG=94925
TEST=none
Review URL: https://chromiumcodereview.appspot.com/10696080
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145164 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ vars = { deps = { "src/breakpad/src": - (Var("googlecode_url") % "google-breakpad") + "/trunk/src@970", + (Var("googlecode_url") % "google-breakpad") + "/trunk/src@977", "src/googleurl": (Var("googlecode_url") % "google-url") + "/trunk@175", |