diff options
Diffstat (limited to 'media/cast/test/proto/BUILD.gn')
-rw-r--r-- | media/cast/test/proto/BUILD.gn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/media/cast/test/proto/BUILD.gn b/media/cast/test/proto/BUILD.gn new file mode 100644 index 0000000..7ac71d2 --- /dev/null +++ b/media/cast/test/proto/BUILD.gn @@ -0,0 +1,14 @@ +# Copyright 2014 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +import("//third_party/protobuf/proto_library.gni") + +# GYP version: media/cast/cast.gyp:cast_logging_proto +proto_library("cast_network_simulation_proto") { + visibility = ":proto" + sources = [ + "network_simulation_model.proto", + ] +} + |