910e62b5创建于 1月15日历史提交
# 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.

assert(is_chromeos, "These utils are ChromeOS 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",
  ]
}