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

Unified Diff: components/feedback/DEPS

Issue 225183018: Move feedback files into src/components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: change to moving all of feedback (except syslog collection) Created 6 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/feedback/DEPS
diff --git a/components/feedback/DEPS b/components/feedback/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..7c8468a8728ee46b99d37516225a4baa8eea8543
--- /dev/null
+++ b/components/feedback/DEPS
@@ -0,0 +1,15 @@
+include_rules = [
+ "+chrome/browser/browser_process.h",
jochen (gone - plz use gerrit) 2014/04/10 07:42:49 no chrome
achaulk 2014/04/10 17:32:30 Done.
+ "+chrome/browser/chrome_notification_types.h",
+ "+chrome/browser/profiles/profile.h",
+ "+chrome/browser/profiles/incognito_helpers.h",
+ "+chrome/common/chrome_content_client.h",
+ "+chrome/common/chrome_switches.h",
+ "+components/keyed_service",
+ "+components/user_prefs",
+ "+content/public/browser",
+ "+content/public/test",
+ "+net/base",
+ "+net/url_request",
+ "+third_party/zlib/google/zip.h",
+]

Powered by Google App Engine
This is Rietveld 408576698