summaryrefslogtreecommitdiffstats
path: root/components/browser_context_keyed_service.gypi
blob: 03bd8f23ae305b59eee50ed9f966514cfefe48b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Copyright 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

{
  'targets': [
    {
      'target_name': 'browser_context_keyed_service',
      'type': 'static_library',
      'include_dirs': [
        '..',
      ],
      'dependencies': [
        '../base/base.gyp:base',
        '../base/base.gyp:base_prefs',
        '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
        '../content/content.gyp:content_common',
        'user_prefs',
      ],
      'sources': [
        'browser_context_keyed_service/browser_context_dependency_manager.cc',
        'browser_context_keyed_service/browser_context_dependency_manager.h',
        'browser_context_keyed_service/browser_context_keyed_base_factory.h',
        'browser_context_keyed_service/browser_context_keyed_base_factory.cc',
        'browser_context_keyed_service/browser_context_keyed_service.h',
        'browser_context_keyed_service/browser_context_keyed_service_factory.cc',
        'browser_context_keyed_service/browser_context_keyed_service_factory.h',
        'browser_context_keyed_service/dependency_graph.cc',
        'browser_context_keyed_service/dependency_graph.h',
        'browser_context_keyed_service/dependency_node.h',
        'browser_context_keyed_service/refcounted_browser_context_keyed_service.cc',
        'browser_context_keyed_service/refcounted_browser_context_keyed_service.h',
        'browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.cc',
        'browser_context_keyed_service/refcounted_browser_context_keyed_service_factory.h',
      ],
    },
  ],
}