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 source_set("renderer") {
7 "net_error_helper_core.cc",
8 "net_error_helper_core.h",
13 "//components/error_page/common",
14 "//components/strings",
15 "//components/url_formatter",
16 "//content/public/common",
18 "//third_party/WebKit/public:blink",
24 source_set("unit_tests") {
27 "net_error_helper_core_unittest.cc",
30 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]