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

Unified Diff: components/offline_pages/content/DEPS

Issue 2811813002: [Offline Pages] Set up the initial prefetching service. (Closed)
Patch Set: Move observer and prefetch service factory to components. Created 3 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/offline_pages/content/DEPS
diff --git a/components/offline_pages/content/DEPS b/components/offline_pages/content/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..44e8d2628ea8c99b99a25be5c2d6ef7cc6cb9f30
--- /dev/null
+++ b/components/offline_pages/content/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "+components/keyed_service/content",
+ "+components/ntp_snippets",
+ "+content/public",
jochen (gone - plz use gerrit) 2017/04/21 08:40:10 please restrict this to content/public/browser
dewittj 2017/04/21 21:59:04 Done.
+]

Powered by Google App Engine
This is Rietveld 408576698