[M120 Migration][Gamepad]Add gamepad event latency Test code
[platform/framework/web/chromium-efl.git] / components / back_forward_cache / BUILD.gn
1 # Copyright 2021 The Chromium Authors
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 static_library("back_forward_cache") {
6   sources = [
7     "back_forward_cache_disable.cc",
8     "back_forward_cache_disable.h",
9   ]
10
11   public_deps = [
12     ":enum",
13     "//content/public/browser",
14   ]
15 }
16
17 source_set("enum") {
18   sources = [ "disabled_reason_id.h" ]
19 }