# 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 = [ "services/paint_preview_tab_service.cc", "services/paint_preview_tab_service.h", "services/paint_preview_tab_service_factory.cc", "services/paint_preview_tab_service_factory.h", ] deps = [ "//components/keyed_service/core", "//components/paint_preview/browser", "//components/paint_preview/common", "//content/public/browser", ] if (is_android) { sources += [ "paint_preview_compositor_utils.cc" ] deps += [ "//chrome/browser/paint_preview/android:jni_headers" ] } }