diff options
author | anthonyvd <anthonyvd@chromium.org> | 2015-11-03 12:55:31 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-03 20:56:35 +0000 |
commit | 2f55a00bd0579af12adbb36db87d1e756e6cacde (patch) | |
tree | d01a576706d2949a78094605c0fd3f12b3896f32 /media/cast/cast_testing.gypi | |
parent | 572ddc44f19fa37f00a3525e953cb4380656a6c0 (diff) | |
download | chromium_src-2f55a00bd0579af12adbb36db87d1e756e6cacde.zip chromium_src-2f55a00bd0579af12adbb36db87d1e756e6cacde.tar.gz chromium_src-2f55a00bd0579af12adbb36db87d1e756e6cacde.tar.bz2 |
Revert of [Cast] Thread-safe LogEventDispatcher for packet/frame event logging. (patchset #3 id:100001 of https://codereview.chromium.org/1418583003/ )
Reason for revert:
Reverting because this CL appears to be breaking one of the Windows Bots here: http://build.chromium.org/p/chromium/builders/Win/builds/37023
Original issue's description:
> [Cast] Thread-safe LogEventDispatcher for packet/frame event logging.
>
> Removed LoggingImpl and LoggingRaw, and replaced with a thread-safe
> LogEventDispatcher. Interface changes were made to allow passing
> logging event data without extra copying.
>
> BUG=530841
>
> Committed: https://crrev.com/00b4e5f928016ad89286843b3b92c2dec35c78ac
> Cr-Commit-Position: refs/heads/master@{#357590}
TBR=imcheng@chromium.org,miu@chromium.org
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=530841
Review URL: https://codereview.chromium.org/1426293004
Cr-Commit-Position: refs/heads/master@{#357615}
Diffstat (limited to 'media/cast/cast_testing.gypi')
-rw-r--r-- | media/cast/cast_testing.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi index 461bedd..116727e 100644 --- a/media/cast/cast_testing.gypi +++ b/media/cast/cast_testing.gypi @@ -76,6 +76,8 @@ 'sources': [ '<(DEPTH)/media/base/run_all_unittests.cc', 'logging/encoding_event_subscriber_unittest.cc', + 'logging/logging_impl_unittest.cc', + 'logging/logging_raw_unittest.cc', 'logging/receiver_time_offset_estimator_impl_unittest.cc', 'logging/serialize_deserialize_test.cc', 'logging/simple_event_subscriber_unittest.cc', |