Reland "Added ACM_dump protobuf, class for reading/writing and...", commit e9bdfd859c.

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 7a75415419.

BUG=webrtc:4741
R=henrik.lundin@webrtc.org

Review URL: https://codereview.webrtc.org/1200833002.

Cr-Commit-Position: refs/heads/master@{#9489}
This commit is contained in:
Ivo Creusen
2015-06-23 10:08:11 +02:00
parent 97c9f8d198
commit 747d5f6268
8 changed files with 539 additions and 1 deletions

1
DEPS
View File

@@ -34,6 +34,7 @@ include_rules = [
# WebRTC production code.
'-base',
'-chromium',
'+external/webrtc/webrtc', # Android platform build.
'+gflags',
'+libyuv',
'+net',