summaryrefslogtreecommitdiff
path: root/chromium/components/ui_metrics/BUILD.gn
blob: 71f721e3c8850c7fc393e9358ae560bf561a9528 (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
# 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.

if (is_android) {
  import("//build/config/android/config.gni")
  import("//build/config/android/rules.gni")
}

source_set("ui_metrics") {
  sources = [
    "canonical_url_share_metrics_types.h",
    "sadtab_metrics_types.h",
  ]
}

if (is_android) {
  java_cpp_enum("ui_metrics_enums_java") {
    sources = [
      "canonical_url_share_metrics_types.h",
      "sadtab_metrics_types.h",
    ]
  }
}