chromium/ios/chrome/test/providers/text_zoom/BUILD.gn

# 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("text_zoom") {
  testonly = true
  sources = [ "test_text_zoom.mm" ]
  deps = [
    "//ios/chrome/browser/web/model/font_size",
    "//ios/public/provider/chrome/browser/text_zoom:text_zoom_api",
  ]
}