| # Copyright 2021 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_text_zoom") { | |
| sources = [ "chromium_text_zoom.mm" ] | |
| deps = [ | |
| "//ios/chrome/browser/web/model:feature_flags", | |
| "//ios/chrome/browser/web/model/font_size", | |
| "//ios/public/provider/chrome/browser/text_zoom:text_zoom_api", | |
| "//ui/base", | |
| ] | |
| } |