OLD | NEW |
---|---|
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 ] |
OLD | NEW |