blob: 7e2c19f248a00db02701be11559f397509c0f037 [file] [log] [blame]
# Copyright 2017 The Chromium 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("optimization_guide_proto") {
sources = [
"common_types.proto",
"hint_cache.proto",
"hints.proto",
"models.proto",
"previews_metadata.proto",
]
}