# Copyright 2026 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("ui") {
  sources = [
    "watermark_view.h",
    "watermark_view.mm",
    "watermark_view_utils.h",
    "watermark_view_utils.mm",
  ]
  deps = [ "//base" ]
}

source_set("unit_tests") {
  testonly = true
  sources = [ "watermark_view_unittest.mm" ]
  deps = [
    ":ui",
    "//testing/gtest",
  ]
}
