# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/android/rules.gni")
import("//third_party/protobuf/proto_library.gni")
source_set("services") {
sources = [
"long_screenshots_tab_service.cc",
"long_screenshots_tab_service.h",
]
deps = [
"//chrome/android:chrome_jni_headers",
"//components/google/core/common:common",
"//components/keyed_service/core",
"//components/paint_preview/browser",
"//components/paint_preview/common",
"//content/public/browser",
"//third_party/re2",
"//url",
]
}
java_cpp_enum("long_screenshots_tab_service_status_enum") {
sources = [ "long_screenshots_tab_service.h" ]
}