blob: 119c3ef7084a84142c95e904820387d514437566 [file] [log] [blame]
# 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("chromium_ui_utils") {
sources = [ "chromium_ui_utils.mm" ]
deps = [ "//ios/public/provider/chrome/browser/ui_utils:ui_utils_api" ]
frameworks = [ "CoreGraphics.framework" ]
}