# 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" ] | |
} |