blob: 61350d7fd1cd8f6c5ada90a51d3b0791ed531bf9 [file] [log] [blame]
# 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",
]
}