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("web_resource") {
7 "eula_accepted_notifier.cc",
8 "eula_accepted_notifier.h",
9 "resource_request_allowed_notifier.cc",
10 "resource_request_allowed_notifier.h",
11 "web_resource_pref_names.cc",
12 "web_resource_pref_names.h",
13 "web_resource_service.cc",
14 "web_resource_service.h",
15 "web_resource_switches.cc",
16 "web_resource_switches.h",
26 static_library("test_support") {
28 "resource_request_allowed_notifier_test_util.cc",
29 "resource_request_allowed_notifier_test_util.h",
38 source_set("unit_tests") {
41 "eula_accepted_notifier_unittest.cc",
42 "resource_request_allowed_notifier_unittest.cc",
49 "//base:prefs_test_support",