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

Side by Side Diff: components/plugins/renderer/DEPS

Issue 23606022: Move renderer plugin code into a new component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move renderer plugin code into a new component - reply to comments and add namespace Created 7 years, 3 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 "+jni",
3 "+net", 2 "+net",
4 3
5 "+content/public/browser", 4 "+content/public/renderer",
6 "+content/public/common", 5 "+content/public/common",
7 "+content/public/test", 6 "+content/public/test",
7 "+third_party/WebKit/public",
8 "+third_party/re2",
9 "+third_party/widevine",
xhwang1 2013/09/19 19:45:07 could you please point to me where this is needed?
aberent 2013/09/20 17:12:53 It isn't. New patch coming that removes it. Origin
10 "+skia",
11 "+webkit/common",
12 "+webkit/renderer",
13 "+ui/webui",
8 ] 14 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698