diff options
author | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-03 03:01:18 +0000 |
---|---|---|
committer | hclam@chromium.org <hclam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-03 03:01:18 +0000 |
commit | c6206e51a3e587f7eebb3867f835b3e0588055b6 (patch) | |
tree | 77a37c71cba678a9414f3d1bec5ead1045a9e308 /media/cast/DEPS | |
parent | 9ff38235dcea4a3a95e25b602c347f5646bdf4bb (diff) | |
download | chromium_src-c6206e51a3e587f7eebb3867f835b3e0588055b6.zip chromium_src-c6206e51a3e587f7eebb3867f835b3e0588055b6.tar.gz chromium_src-c6206e51a3e587f7eebb3867f835b3e0588055b6.tar.bz2 |
Cast: Implement cast simulator tool
This is the tool for running a simulated streaming session. The tool
runs a cast sender and receiver through a fake network pipe with fake
clock and fake task runner. This tool is used for simulation
and benchmarking.
Also implemented an interrupted poisson process to simulate packet
delivery on WiFi.
Added a new dependency on the MT19937 library for fast pseudo random
number generation.
BUG=390682
Review URL: https://codereview.chromium.org/358943003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@281135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'media/cast/DEPS')
-rw-r--r-- | media/cast/DEPS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/media/cast/DEPS b/media/cast/DEPS index abee286..e44afe0 100644 --- a/media/cast/DEPS +++ b/media/cast/DEPS @@ -3,6 +3,7 @@ include_rules = [ "+media", "+net", "+third_party/libyuv", + "+third_party/mt19937ar", "+third_party/zlib", "+ui/gfx", ] |