Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Unified Diff: components/webdata.gypi

Issue 13839013: Webdata Component tryjobs NOT FOR REVIEW (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: After WD/AF merge Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/webdata.gypi
diff --git a/components/webdata.gypi b/components/webdata.gypi
index 321438d869ec16740fb87594f59f2ef9c47569a3..ef99c61b2199bf9110ab12426a28823f721db10e 100644
--- a/components/webdata.gypi
+++ b/components/webdata.gypi
@@ -30,5 +30,37 @@
}],
],
},
+ {
+ 'target_name': 'webdata_common',
+ 'type': '<(component)',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ '../sql/sql.gyp:sql',
+ ],
+ 'defines': [
+ 'WEBDATA_IMPLEMENTATION',
+ ],
+ 'sources': [
+ 'webdata/common/web_database.cc',
+ 'webdata/common/web_database.h',
+ 'webdata/common/web_database_service.cc',
+ 'webdata/common/web_database_service.h',
+ 'webdata/common/web_database_table.cc',
+ 'webdata/common/web_database_table.h',
+ 'webdata/common/web_data_request_manager.cc',
+ 'webdata/common/web_data_request_manager.h',
+ 'webdata/common/web_data_results.h',
+ 'webdata/common/web_data_service_base.cc',
+ 'webdata/common/web_data_service_base.h',
+ 'webdata/common/web_data_service_consumer.h',
+ 'webdata/common/webdata_constants.cc',
+ 'webdata/common/webdata_constants.h',
+ 'webdata/common/webdata_export.h'
+ ],
+ },
],
}
« no previous file with comments | « components/autofill/browser/webdata/web_data_service_unittest.cc ('k') | components/webdata/autofill/autofill_change.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698