1 # Copyright (c) 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.
8 'target_name': 'web_cache_common',
9 'type': 'static_library',
11 '<(DEPTH)/ipc/ipc.gyp:ipc',
14 'web_cache/common/web_cache_message_generator.cc',
15 'web_cache/common/web_cache_message_generator.h',
16 'web_cache/common/web_cache_messages.h',
20 'target_name': 'web_cache_browser',
21 'type': 'static_library',
23 '<(DEPTH)/base/base.gyp:base',
24 '<(DEPTH)/content/content.gyp:content_browser',
25 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
29 'web_cache/browser/web_cache_manager.cc',
30 'web_cache/browser/web_cache_manager.h',
32 # Disable c4267 warnings until we fix size_t to int truncations.
33 'msvs_disabled_warnings': [ 4267, ],
35 ['OS=="win" and win_use_allocator_shim==1', {
37 '../base/allocator/allocator.gyp:allocator',
43 'target_name': 'web_cache_renderer',
44 'type': 'static_library',
46 '<(DEPTH)/base/base.gyp:base',
47 '<(DEPTH)/content/content.gyp:content_renderer',
48 '<(DEPTH)/third_party/WebKit/public/blink.gyp:blink',
52 'web_cache/renderer/web_cache_render_process_observer.cc',
53 'web_cache/renderer/web_cache_render_process_observer.h',