Don't preload rarely seen large images
[chromium-blink-merge.git] / components / error_page / renderer / BUILD.gn
blobe47fd699b3c4f7d840802d4e5f517b8af92c89e7
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 static_library("renderer") {
6   sources = [
7     "net_error_helper_core.cc",
8     "net_error_helper_core.h",
9   ]
11   deps = [
12     "//base",
13     "//components/error_page/common",
14     "//components/strings",
15     "//content/public/common",
16     "//net",
17     "//third_party/WebKit/public:blink",
18     "//ui/base",
19     "//url",
20   ]