Add Platform Verification Mojo Services.
[chromium-blink-merge.git] / components / web_resource.gypi
blobb300556ebd929ec80be4f5a6ba538c0ab7bf22b5
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         'web_resource/web_resource_switches.cc',
28         'web_resource/web_resource_switches.h',
29       ],
30     },
31     {
32       # GN version: //components/web_resources:test_support
33       'target_name': 'web_resource_test_support',
34       'type': 'static_library',
35       'include_dirs': [
36         '..',
37       ],
38       'dependencies': [
39         'web_resource',
40       ],
41       'sources': [
42         'web_resource/resource_request_allowed_notifier_test_util.cc',
43         'web_resource/resource_request_allowed_notifier_test_util.h',
44       ],
45     },
46   ],