Index: components/reporting/content/browser/DEPS |
diff --git a/components/reporting/content/browser/DEPS b/components/reporting/content/browser/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c0575d5bcc38199bab6ece6bc64c1e9ad5a2b2ba |
--- /dev/null |
+++ b/components/reporting/content/browser/DEPS |
@@ -0,0 +1,14 @@ |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+include_rules = [ |
+ "+components/keyed_service/core", |
+ "+components/keyed_service/content", |
+ "+components/reporting/core/browser", |
+ "+components/reporting/core/common", |
+ "+components/reporting/core/public/interfaces", |
+ "+content/public/browser", |
+ "+content/public/common", |
+ "+net", |
+] |