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': [ |