blob: a9a2d870f3ff11a9a848aa19143c22b0b1008e6c [file] [log] [blame]
# Copyright 2023 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_unit_conversion") {
sources = [ "chromium_unit_conversion.mm" ]
deps = [
"//base",
"//ios/public/provider/chrome/browser/unit_conversion:unit_conversion_api",
]
}