blob: d6353658da02679f47fb93bd39917feef9091f18 [file] [log] [blame]
import("//chrome/common/features.gni")
assert(enable_glic)
source_set("shared") {
sources = [
"webui_shared.cc",
"webui_shared.h",
]
deps = [
"//base/version_info",
"//chrome/common:channel_info",
"//chrome/common:chrome_features",
"//chrome/common:non_code_constants",
"//content/public/browser",
"//ui/webui",
]
}