blob: b569d2a2d1b5067a201638ce7f4d03ac9ca7ec8c [file] [log] [blame]
# Copyright 2017 The Fuchsia 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("latlng") {
sources = [ "latlng.proto" ]
proto_in_dir = "//third_party/googleapis"
import_dirs = [ "//third_party/googleapis" ]
generate_python = false
cc_generator_options = "lite"
import_protobuf_full = true
extra_configs = [ "//third_party/googleapis:googleapis_config" ]
}