BUILD.gn 593 B

1234567891011121314151617181920
  1. # Copyright 2018 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("//build/config/android/rules.gni")
  5. import("//third_party/protobuf/proto_library.gni")
  6. proto_library("aw_variations_seed_proto") {
  7. sources = [ "aw_variations_seed.proto" ]
  8. }
  9. proto_java_library("aw_variations_seed_proto_java") {
  10. proto_path = "."
  11. sources = [ "aw_variations_seed.proto" ]
  12. }
  13. proto_java_library("metrics_bridge_records_proto_java") {
  14. proto_path = "."
  15. sources = [ "metrics_bridge_records.proto" ]
  16. }