1 # Copyright 2013 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.
8 'target_name': 'precache_content',
9 'type': 'static_library',
12 '../base/base.gyp:base',
13 '../content/content.gyp:content_browser',
14 '../url/url.gyp:url_lib',
20 'precache/content/precache_manager.cc',
21 'precache/content/precache_manager.h',
22 'precache/content/precache_manager_factory.cc',
23 'precache/content/precache_manager_factory.h',
27 'target_name': 'precache_core',
28 'type': 'static_library',
30 'precache_core_proto',
31 '../base/base.gyp:base',
32 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
33 '../url/url.gyp:url_lib',
39 'precache/core/precache_database.cc',
40 'precache/core/precache_database.h',
41 'precache/core/precache_fetcher.cc',
42 'precache/core/precache_fetcher.h',
43 'precache/core/precache_switches.cc',
44 'precache/core/precache_switches.h',
45 'precache/core/precache_url_table.cc',
46 'precache/core/precache_url_table.h',
47 'precache/core/url_list_provider.h',
49 'includes': [ 'precache/precache_defines.gypi', ],
50 'direct_dependent_settings': {
51 # Make direct dependents also include the precache defines. This allows
52 # the unit tests to use these defines.
53 'includes': [ 'precache/precache_defines.gypi', ],
57 'target_name': 'precache_core_proto',
58 'type': 'static_library',
60 'precache/core/proto/precache.proto',
63 'proto_in_dir': 'precache/core/proto',
64 'proto_out_dir': 'components/precache/core/proto',
66 'includes': [ '../build/protoc.gypi', ],