blob: 6a17506c4a378dd6f3f7fd0ed85fe7d6742e83f8 [file] [log] [blame]
# Copyright 2021 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
static_library("back_forward_cache") {
sources = [
"back_forward_cache_disable.cc",
"back_forward_cache_disable.h",
]
public_deps = [
":enum",
"//content/public/browser",
]
}
source_set("enum") {
sources = [ "disabled_reason_id.h" ]
}