summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/browser/ui/app_list/search/search_result_ranker/BUILD.gn
blob: f3737af729b77b329391f7599f7c9cdcdf0d5ca1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 2018 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("app_launch_event_logger_proto") {
  sources = [
    "app_launch_event_logger.proto",
  ]
}

proto_library("app_launch_predictor_proto") {
  sources = [
    "app_launch_predictor.proto",
  ]
}

proto_library("app_list_launch_recorder_proto") {
  sources = [
    "app_list_launch_recorder_state.proto",
  ]
}

proto_library("recurrence_ranker_proto") {
  sources = [
    "frecency_store.proto",
    "recurrence_predictor.proto",
    "recurrence_ranker.proto",
    "recurrence_ranker_config.proto",
  ]
}

proto_library("search_ranking_event_proto") {
  sources = [
    "search_ranking_event.proto",
  ]
}