blob: 0fc50b78df8b1cce79dd022bc07657fe612916e5 [file] [log] [blame]
# 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.
import("//chrome/common/features.gni")
import("//mojo/public/tools/bindings/mojom.gni")
import("//third_party/protobuf/proto_library.gni")
proto_library("tab_metrics_event_proto") {
sources = [ "tab_metrics_event.proto" ]
}
mojom("mojo_bindings") {
sources = [ "lifecycle_unit_state.mojom" ]
webui_module_path = "/"
use_typescript_sources = true
}
proto_library("intervention_policy_database_proto") {
sources = [ "intervention_policy_database.proto" ]
}
source_set("tab_manager_features") {
public = [ "tab_manager_features.h" ]
sources = [ "tab_manager_features.cc" ]
deps = [
"//base",
"//chrome/common:chrome_features",
]
}