| # 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", | |
| ] | |
| } |