BUILD.gn 349 B

12345678910111213
  1. # 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. import("//third_party/protobuf/proto_library.gni")
  5. proto_library("proto") {
  6. sources = [ "revocation.proto" ]
  7. }
  8. proto_library("unittest_proto") {
  9. sources = [ "test_suite.proto" ]
  10. }