Rolling the DEPS of Breakpad.

Rolling the DEPS of Breakpad in order to get the file descriptor support for
generating minidumps, it is needed on Android.

BUG=None
TEST=Breakpad unit-tests should compile and run.


Review URL: https://chromiumcodereview.appspot.com/10825329

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151612 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index 174a5d9a..67ace4c6 100644
--- a/DEPS
+++ b/DEPS
@@ -41,7 +41,7 @@
 
 deps = {
   "src/breakpad/src":
-    (Var("googlecode_url") % "google-breakpad") + "/trunk/src@999",
+    (Var("googlecode_url") % "google-breakpad") + "/trunk/src@1008",
 
   "src/googleurl":
     (Var("googlecode_url") % "google-url") + "/trunk@175",