# Copyright 2017 The Chromium Authors | |
# 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", | |
] | |
} | |
} |