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

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: remove chrome/ from gyp files 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/extensions/browser/DEPS b/components/feedback/DEPS
similarity index 52%
copy from extensions/browser/DEPS
copy to components/feedback/DEPS
index 480ea1080c4211fefd93bcf491cac634d3fc9e40..6959795a7aff0a85a6f95d75bf678434850d39c2 100644
--- a/extensions/browser/DEPS
+++ b/components/feedback/DEPS
@@ -2,8 +2,8 @@ include_rules = [
"+components/keyed_service",
"+components/user_prefs",
"+content/public/browser",
- "+net",
- "+sync",
- "+third_party/leveldatabase",
- "+third_party/skia/include",
+ "+content/public/test",
+ "+net/base",
+ "+net/url_request",
+ "+third_party/zlib/google/zip.h",
jochen (gone - plz use gerrit) 2014/04/23 08:21:24 you shouldn't use stuff you don't also have a gyp
achaulk 2014/04/23 14:51:32 Done.
]

Powered by Google App Engine
This is Rietveld 408576698