[go: nahoru, domu]

blob: 72f78fd7d1d2db6e2d2308da1569d6a370720a9a [file] [log] [blame]
# 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_android)
static_library("android_system_error_page") {
sources = [
"error_page_populator.cc",
"error_page_populator.h",
]
deps = [
"//base",
"//base:i18n",
"//components/resources",
"//components/strings",
"//net",
"//third_party/blink/public:blink",
"//ui/base",
"//url",
]
}