blob: c20c62ee7d45db858c66d5ecd991d81353e9cc88 [file] [log] [blame]
# 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_image_data.cc",
"alt_game_image_data.h",
"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",
"//components/offline_pages/core:switches",
"//components/strings",
"//components/url_formatter",
"//net",
"//ui/base",
"//url",
]
}