diff options
author | miu <miu@chromium.org> | 2015-11-03 11:58:04 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-03 19:58:37 +0000 |
commit | 00b4e5f928016ad89286843b3b92c2dec35c78ac (patch) | |
tree | 634d780c3dd5509573a53f6974b75f464be31bec /media/cast/cast_testing.gypi | |
parent | 000d05653a229d733c419492b2a188f37f5d1454 (diff) | |
download | chromium_src-00b4e5f928016ad89286843b3b92c2dec35c78ac.zip chromium_src-00b4e5f928016ad89286843b3b92c2dec35c78ac.tar.gz chromium_src-00b4e5f928016ad89286843b3b92c2dec35c78ac.tar.bz2 |
[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
Review URL: https://codereview.chromium.org/1418583003
Cr-Commit-Position: refs/heads/master@{#357590}
Diffstat (limited to 'media/cast/cast_testing.gypi')
-rw-r--r-- | media/cast/cast_testing.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/media/cast/cast_testing.gypi b/media/cast/cast_testing.gypi index 116727e..461bedd 100644 --- a/media/cast/cast_testing.gypi +++ b/media/cast/cast_testing.gypi @@ -76,8 +76,6 @@ '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', |