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

Unified Diff: components/predictor/renderer/DEPS

Issue 644123002: Componentize renderer side of DNS prefetching. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix IPC message Created 6 years, 2 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/predictor/renderer/DEPS
diff --git a/components/autofill/content/renderer/DEPS b/components/predictor/renderer/DEPS
similarity index 59%
copy from components/autofill/content/renderer/DEPS
copy to components/predictor/renderer/DEPS
index dbd28cf1ed03c0ec8c213ad1fe10158f95953ba2..feebab666624e6b77a0848f05b118be0d631574c 100644
--- a/components/autofill/content/renderer/DEPS
+++ b/components/predictor/renderer/DEPS
@@ -1,4 +1,4 @@
include_rules = [
- "+content/public/common",
+ "+components/predictor/common",
"+content/public/renderer",
]

Powered by Google App Engine
This is Rietveld 408576698