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

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, merge gyp targets, sync with latest 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..6959795a7aff0a85a6f95d75bf678434850d39c2
--- /dev/null
+++ b/components/feedback/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+ "+components/keyed_service",
+ "+components/user_prefs",
+ "+content/public/browser",
jochen (gone - plz use gerrit) 2014/04/29 08:00:46 the gyp target doesn't have dependencies on any of
achaulk 2014/04/30 17:12:34 I thought I had added them. Done.
+ "+content/public/test",
jochen (gone - plz use gerrit) 2014/04/29 08:00:46 Since you list individual content targets (which i
achaulk 2014/04/30 17:12:34 Done.
+ "+net/base",
+ "+net/url_request",
+ "+third_party/zlib/google/zip.h",
+]

Powered by Google App Engine
This is Rietveld 408576698