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

Unified Diff: components/webdata_services/DEPS

Issue 777863002: Introduce new component webdata_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile as static_library instead of component Created 6 years 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
« no previous file with comments | « components/webdata_services/BUILD.gn ('k') | components/webdata_services/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata_services/DEPS
diff --git a/components/webdata_services/DEPS b/components/webdata_services/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..2fa1e61ded135cc333a5c0f527898ac76d863d29
--- /dev/null
+++ b/components/webdata_services/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+components/autofill/core/browser/webdata",
+ "+components/keyed_service/core",
+ "+components/password_manager/core/browser/webdata",
+ "+components/search_engines/keyword_table.h",
+ "+components/search_engines/keyword_web_data_service.h",
+ "+components/signin/core/browser/webdata",
+ "+components/webdata/common",
+ "+sql",
+]
« no previous file with comments | « components/webdata_services/BUILD.gn ('k') | components/webdata_services/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698