blob: 50c563285a988f4d47a0162fcb038fcf25626c2d [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",
"//third_party/protobuf/src",
]
generate_python = false
cc_generator_options = "lite"
extra_configs = [ "//third_party/googleapis:googleapis_config" ]
}