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

Unified Diff: components/webdata/DEPS

Issue 16124006: Remove dependency of WebData on notifications (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Create README file Created 7 years, 6 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/DEPS
diff --git a/components/webdata/DEPS b/components/webdata/DEPS
index 5353917f8b4f6cb19498a89c009c252fb86384ed..fffcbae306b951a069b39df4968f2051c1723849 100644
--- a/components/webdata/DEPS
+++ b/components/webdata/DEPS
@@ -1,8 +1,12 @@
include_rules = [
"+components/encryptor",
- "+content/public/browser",
+ # WebData is used by iOS, which does not use content.
+ "-content",
"+sql",
"+ui",
+
+ # TODO(droger): Remove these rules.
+ "+content/public/browser/browser_thread.h",
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698