blob: 0a425a78232f632b9b59b7c6e2145572c96cf07b [file] [log] [blame]
# Copyright 2021 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.
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" ]
}