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",
22 static_library("test_support") {
24 "resource_request_allowed_notifier_test_util.cc",
25 "resource_request_allowed_notifier_test_util.h",
34 source_set("unit_tests") {
37 "eula_accepted_notifier_unittest.cc",
38 "resource_request_allowed_notifier_unittest.cc",
45 "//base:prefs_test_support",