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

Unified Diff: components/doodle/DEPS

Issue 2660883002: Introduce a Doodle Fetcher for NTP (Closed)
Patch Set: Removed unnecessary constructor. Created 3 years, 10 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/doodle/DEPS
diff --git a/components/doodle/DEPS b/components/doodle/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..07c5fc1b8d7d8327fe7838f747c0a0e114bd52a0
--- /dev/null
+++ b/components/doodle/DEPS
@@ -0,0 +1,4 @@
+include_rules = [
+ "+components/google/core/browser",
+ "+net",
mattm 2017/02/14 22:37:14 Prefer to keep include rules more focused, eg: +ne
fhorschig 2017/02/15 10:49:51 Done.
+]

Powered by Google App Engine
This is Rietveld 408576698