chromium/ios/chrome/browser/webui/ui_bundled/local_state/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("local_state") {
  sources = [
    "local_state_ui.h",
    "local_state_ui.mm",
  ]
  deps = [
    "//base",
    "//components/local_state",
    "//components/prefs",
    "//components/resources",
    "//ios/chrome/browser/shared/model/application_context",
    "//ios/chrome/browser/shared/model/browser_state",
    "//ios/chrome/browser/shared/model/profile",
    "//ios/chrome/browser/shared/model/url:constants",
    "//ios/web/public/webui",
  ]
}