OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+content/public/test", | 2 "+content/public/test", |
3 "+ipc", | 3 "+ipc", |
4 | 4 |
5 "-components/page_load_metrics", | 5 "-components/page_load_metrics", |
6 "+components/page_load_metrics/common", | 6 "+components/page_load_metrics/common", |
7 | 7 |
8 # No inclusion of WebKit from the browser, other than strictly enum/POD, heade r-only types. | 8 # No inclusion of WebKit from the browser, other than strictly enum/POD, heade r-only types. |
9 "-third_party/WebKit", | 9 "-third_party/WebKit", |
10 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", | 10 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", |
11 "+third_party/WebKit/public/web/WebInputEvent.h", | |
Bryan McQuade
2016/05/28 12:23:29
since we only depend on this in browser code, and
mushan1
2016/05/31 20:16:56
Done.
| |
11 ] | 12 ] |
OLD | NEW |