Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(827)

Unified Diff: media/cast/cast.gyp

Issue 161593002: Cast: an app to generate log data and do (de)serailization and (de)compression. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@encoding-event-subscriber
Patch Set: Rewrote the encode/decode logic without using internal protobuf APIs, so don't need to add protobuf… Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/cast/DEPS ('k') | media/cast/test/fake_single_thread_task_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/cast/cast.gyp
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp
index 29ba29aab37eb795fbb32a6be2780d25e5eaf074..5a9470f9c4607bf7ebcaf5edc7b1fe9073d15d08 100644
--- a/media/cast/cast.gyp
+++ b/media/cast/cast.gyp
@@ -116,6 +116,27 @@
], # source
},
{
+ 'target_name': 'log_encoding_app',
+ 'type': 'executable',
+ 'include_dirs': [
+ '<(DEPTH)/',
+ ],
+ 'dependencies': [
+ '<(DEPTH)/base/base.gyp:base',
+ '<(DEPTH)/base/base.gyp:test_support_base',
+ '<(DEPTH)/net/net.gyp:net',
+ 'cast_config',
+ 'cast_logging_proto_lib',
+ ],
+ 'sources': [
+ '<(DEPTH)/media/cast/test/log_encoder.cc',
+ '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
+ # TODO(imcheng): Don't do this
+ 'test/fake_single_thread_task_runner.cc',
+ 'test/fake_single_thread_task_runner.h',
+ ],
+ },
+ {
'target_name': 'cast_sender_app',
'type': 'executable',
'include_dirs': [
« no previous file with comments | « media/cast/DEPS ('k') | media/cast/test/fake_single_thread_task_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698