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

Side by Side 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/keyed_service", 2 "+components/keyed_service",
3 "+components/user_prefs", 3 "+components/user_prefs",
4 "+content/public/browser", 4 "+content/public/browser",
5 "+net", 5 "+content/public/test",
6 "+sync", 6 "+net/base",
7 "+third_party/leveldatabase", 7 "+net/url_request",
8 "+third_party/skia/include", 8 "+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.
9 ] 9 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698