chromium/components/error_page/common/BUILD.gn

# Copyright 2014 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

static_library("common") {
  sources = [
    "alt_game_images.cc",
    "alt_game_images.h",
    "error.cc",
    "error.h",
    "error_page_switches.cc",
    "error_page_switches.h",
    "localized_error.cc",
    "localized_error.h",
    "net_error_info.cc",
    "net_error_info.h",
  ]

  deps = [
    "//base",
    "//base:i18n",
    "//build:chromeos_buildflags",
    "//components/offline_pages/core:switches",
    "//components/strings",
    "//components/url_formatter",
    "//net",
    "//ui/base",
    "//url",
  ]
}