summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/ui/app_list/search/logging/BUILD.gn
blob: d2fbed1f6948185d024e16641ceb255f58a6ed9a (plain)
1
2
3
4
5
6
7
8
9
10
11
# Copyright 2019 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("search_ranking_event_proto") {
  sources = [
    "search_ranking_event.proto",
  ]
}