# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/chromeos/ui_mode.gni")
assert(is_chromeos_ash, "These utils are ash-chrome only")
static_library("web_applications") {
sources = [
"webui_test_prod_util.cc",
"webui_test_prod_util.h",
]
deps = [
"//ash/constants",
"//base",
"//base:i18n",
"//content/public/browser",
"//ui/base",
]
}