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

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: Fix deps up for other OSes 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
« no previous file with comments | « components/feedback.gypi ('k') | components/feedback/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/feedback/DEPS
diff --git a/components/feedback/DEPS b/components/feedback/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..fba0249240bbe6d0ccd5ba33f6333ca47c5cd19e
--- /dev/null
+++ b/components/feedback/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "-content",
+ "+components/keyed_service",
+ "+components/user_prefs",
+ "+content/public/browser",
+ "+content/public/test",
+ "+net/base",
+ "+net/url_request",
+ "+third_party/zlib/google/zip.h",
+]
« no previous file with comments | « components/feedback.gypi ('k') | components/feedback/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698