# Copyright 2024 The Chromium Authors # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. static_library("content") { configs += [ "//components/enterprise:extra_warnings" ] sources = [ "watermark_text_container.cc", "watermark_text_container.h", ] public_deps = [ "//components/enterprise/watermarking/mojom" ] deps = [ "//base", "//content/public/browser", ] }