diff options
Diffstat (limited to 'components/data_reduction_proxy/proto/BUILD.gn')
-rw-r--r-- | components/data_reduction_proxy/proto/BUILD.gn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/components/data_reduction_proxy/proto/BUILD.gn b/components/data_reduction_proxy/proto/BUILD.gn new file mode 100644 index 0000000..889c106 --- /dev/null +++ b/components/data_reduction_proxy/proto/BUILD.gn @@ -0,0 +1,11 @@ +# Copyright 2015 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") + +proto_library("data_reduction_proxy_proto") { + sources = [ + "client_config.proto", + ] +} |