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

Unified Diff: components/web_cache/browser/DEPS

Issue 528363002: Move webCacheManager to //components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove an unnecessary dependency in web_cache.gypi. Created 6 years, 3 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/web_cache/browser/DEPS
diff --git a/components/web_modal/DEPS b/components/web_cache/browser/DEPS
similarity index 67%
copy from components/web_modal/DEPS
copy to components/web_cache/browser/DEPS
index 3539cc439134891e656897f888f72d62ceba8186..157d61f528cd7fbf26e303dc1983b7de47905374 100644
--- a/components/web_modal/DEPS
+++ b/components/web_cache/browser/DEPS
@@ -1,6 +1,5 @@
include_rules = [
"+content/public/browser",
"+content/public/test",
- "+net/base",
- "+ui/gfx",
+ '+third_party/WebKit/public/web',
]

Powered by Google App Engine
This is Rietveld 408576698