blob: 01e9512773edea650fda1a1ae22c634417c892a0 [file] [log] [blame]
harkness883658b2016-07-18 11:37:531# Copyright 2016 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5import("//third_party/protobuf/proto_library.gni")
6
harkness883658b2016-07-18 11:37:537proto_library("budget_proto") {
Nico Weberd67204d2020-01-14 10:35:248 sources = [ "budget.proto" ]
harkness883658b2016-07-18 11:37:539}