# Use of this source code is governed by a BSD-style license that can be
# Copyright 2018 The Chromium Authors
# found in the LICENSE file.

import("//chrome/browser/buildflags.gni")

source_set("ui_manager") {
  public = [ "update_dialog_types.h" ]
  sources = [ "update_dialog_types.cc" ]
  public_deps = [
    "//base",
    "//ui/gfx",
    "//url",
  ]
}
