Add an OWNERS file for //chrome/browser/chromeos/login/easy_unlock
[chromium-blink-merge.git] / components / web_resource.gypi
blobd89095f49b707029a0e3422fd2aed6d0e87e6bfe
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.
6   'targets': [
7     {
8       # GN version: //components/web_resource
9       'target_name': 'web_resource',
10       'type': 'static_library',
11       'include_dirs': [
12         '..',
13       ],
14       'dependencies': [
15         '../base/base.gyp:base',
16         '../net/net.gyp:net',
17       ],
18       'sources': [
19         'web_resource/eula_accepted_notifier.cc',
20         'web_resource/eula_accepted_notifier.h',
21         'web_resource/resource_request_allowed_notifier.cc',
22         'web_resource/resource_request_allowed_notifier.h',
23         'web_resource/web_resource_pref_names.cc',
24         'web_resource/web_resource_pref_names.h',
25         'web_resource/web_resource_service.cc',
26         'web_resource/web_resource_service.h',
27       ],
28     },
29     {
30       # GN version: //components/web_resources:test_support
31       'target_name': 'web_resource_test_support',
32       'type': 'static_library',
33       'include_dirs': [
34         '..',
35       ],
36       'dependencies': [
37         'web_resource',
38       ],
39       'sources': [
40         'web_resource/resource_request_allowed_notifier_test_util.cc',
41         'web_resource/resource_request_allowed_notifier_test_util.h',
42       ],
43     },
44   ],