| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index 9754ddf2b1a401c33d33e758c9e74b0a5cde12f3..e11797762b5ddfdbe282a9c3abcfe5d375d9d67e 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -116,6 +116,7 @@
|
| '../third_party/protobuf2/protobuf.gyp:protobuf_lite',
|
| '../third_party/zlib/zlib.gyp:zlib',
|
| 'base/protocol/chromotocol.gyp:chromotocol_proto_lib',
|
| + 'base/protocol/chromotocol.gyp:trace_proto_lib',
|
| 'chromoting_jingle_glue',
|
| # TODO(hclam): Enable VP8 in the build.
|
| #'third_party/on2/on2.gyp:vp8',
|
| @@ -158,6 +159,8 @@
|
| 'base/protocol_decoder.h',
|
| 'base/protocol_util.cc',
|
| 'base/protocol_util.h',
|
| + 'base/tracer.cc',
|
| + 'base/tracer.h',
|
| 'base/types.h',
|
| ],
|
| }, # end of target 'chromoting_base'
|
|
|