# Copyright 2022 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_utils") {
testonly = true
sources = [ "test_ui_utils.mm" ]
deps = [ "//ios/public/provider/chrome/browser/ui_utils:ui_utils_api" ]
frameworks = [ "CoreGraphics.framework" ]
}