Reland "Added ACM_dump protobuf, class for reading/writing and...", commit e9bdfd859c309991b4ea759587f39eecdbd42bd4.
Changed the BUILD.gn file that was lacking some necessary items which caused Chromium to break.
Original review: https://webrtc-codereview.appspot.com/52059005/
The revert of the original CL was commit 7a75415419cbd52d798f9226010e9190e1cbad53.
BUG=webrtc:4741
R=henrik.lundin@webrtc.org
Review URL: https://codereview.webrtc.org/1200833002.
Cr-Commit-Position: refs/heads/master@{#9489}
diff --git a/DEPS b/DEPS
index 99b48af..e95ff42 100644
--- a/DEPS
+++ b/DEPS
@@ -34,6 +34,7 @@
# WebRTC production code.
'-base',
'-chromium',
+ '+external/webrtc/webrtc', # Android platform build.
'+gflags',
'+libyuv',
'+net',