# Copyright 2014 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("proto") { sources = [ "call_stack_profile.proto", "cast_logs.proto", "chrome_user_metrics_extension.proto", "execution_context.proto", "extension_install.proto", "histogram_event.proto", "memory_leak_report.proto", "omnibox_event.proto", "omnibox_input_type.proto", "perf_data.proto", "perf_stat.proto", "printer_event.proto", "reporting_info.proto", "sampled_profile.proto", "system_profile.proto", "translate_event.proto", "ukm/entry.proto", "ukm/report.proto", "ukm/source.proto", "user_action_event.proto", ] proto_in_dir = "." }