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

Unified Diff: components/rappor/DEPS

Issue 1014543003: Add an IPC method for Blink to call RapporService::RecordSample() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments and cleanup Created 5 years, 9 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/rappor/DEPS
diff --git a/components/rappor/DEPS b/components/rappor/DEPS
index 14115d97545fd63c18d57196cc8e49f2a7a0aad9..8150f6e7883862ef4f08f8f6e30d356de24659f7 100644
--- a/components/rappor/DEPS
+++ b/components/rappor/DEPS
@@ -1,7 +1,9 @@
include_rules = [
"+components/metrics",
"+components/variations",
+ "+content/public/browser",
"+crypto",
+ "+ipc",
"+net",
"+third_party/smhasher",
]

Powered by Google App Engine
This is Rietveld 408576698