blob: e299e3ce50040a23301acb0352dc21cf269f489f [file] [log] [blame]
# 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.
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 = "/chrome/browser/resource_coordinator"
}
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",
]
}