1 # Copyright (c) 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': 'webdata_common',
9 'type': '<(component)',
14 '../base/base.gyp:base',
15 '../content/content.gyp:content_browser',
19 'WEBDATA_IMPLEMENTATION',
22 'webdata/common/web_data_request_manager.cc',
23 'webdata/common/web_data_request_manager.h',
24 'webdata/common/web_data_results.h',
25 'webdata/common/web_data_service_base.cc',
26 'webdata/common/web_data_service_base.h',
27 'webdata/common/web_data_service_consumer.h',
28 'webdata/common/web_database.cc',
29 'webdata/common/web_database.h',
30 'webdata/common/web_database_backend.cc',
31 'webdata/common/web_database_backend.h',
32 'webdata/common/web_database_service.cc',
33 'webdata/common/web_database_service.h',
34 'webdata/common/web_database_table.cc',
35 'webdata/common/web_database_table.h',
36 'webdata/common/webdata_constants.cc',
37 'webdata/common/webdata_constants.h',
38 'webdata/common/webdata_export.h'