blob: 28567356f8277ef2ffd95a9ca8bee2e5683063fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 2020 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.
source_set("services") {
sources = [
"long_screenshots_tab_service.cc",
"long_screenshots_tab_service.h",
"long_screenshots_tab_service_factory.cc",
"long_screenshots_tab_service_factory.h",
]
deps = [
"//components/keyed_service/core",
"//components/paint_preview/browser",
]
}
|