OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "-storage/browser", | 2 "-storage/browser", |
3 | 3 |
4 "+components/discardable_memory/common", | 4 "+components/discardable_memory/common", |
5 "+device/base/synchronization", | 5 "+device/base/synchronization", |
6 "+services/service_manager/public/cpp", | 6 "+services/service_manager/public/cpp", |
7 "+services/video_capture/public/interfaces", | 7 "+services/video_capture/public/interfaces", |
8 | 8 |
9 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 9 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
10 # header-only types, and some selected common code. | 10 # header-only types, and some selected common code. |
11 "-third_party/WebKit", | 11 "-third_party/WebKit", |
12 "+third_party/WebKit/public/platform/CoalescedWebInputEvent.h", | |
Navid Zolghadr
2016/11/16 17:17:38
Dave, is this okay to include such a object like C
jbroman
2016/11/22 15:27:37
Is there a lot of value to doing this, as opposed
Navid Zolghadr
2016/11/22 15:38:04
So you are suggesting something like what I had in
jbroman
2016/11/22 16:02:39
Discussed offline. It'd be nice not to expand this
Navid Zolghadr
2016/11/22 16:59:54
esprehn@, jochen@ what do you think about this?
We
| |
12 "+third_party/WebKit/public/platform/WebAddressSpace.h", | 13 "+third_party/WebKit/public/platform/WebAddressSpace.h", |
13 "+third_party/WebKit/public/platform/WebCString.h", | 14 "+third_party/WebKit/public/platform/WebCString.h", |
14 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 15 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
15 "+third_party/WebKit/public/platform/WebDragOperation.h", | 16 "+third_party/WebKit/public/platform/WebDragOperation.h", |
16 "+third_party/WebKit/public/platform/WebFloatPoint.h", | 17 "+third_party/WebKit/public/platform/WebFloatPoint.h", |
17 "+third_party/WebKit/public/platform/WebFloatRect.h", | 18 "+third_party/WebKit/public/platform/WebFloatRect.h", |
18 "+third_party/WebKit/public/platform/WebFocusType.h", | 19 "+third_party/WebKit/public/platform/WebFocusType.h", |
19 "+third_party/WebKit/public/platform/WebGamepad.h", | 20 "+third_party/WebKit/public/platform/WebGamepad.h", |
20 "+third_party/WebKit/public/platform/WebGamepads.h", | 21 "+third_party/WebKit/public/platform/WebGamepads.h", |
21 "+third_party/WebKit/public/platform/WebGestureEvent.h", | 22 "+third_party/WebKit/public/platform/WebGestureEvent.h", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
65 "+third_party/WebKit/public/web/WebPopupType.h", | 66 "+third_party/WebKit/public/web/WebPopupType.h", |
66 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 67 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
67 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 68 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
68 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 69 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
69 "+third_party/WebKit/public/web/WebTextDirection.h", | 70 "+third_party/WebKit/public/web/WebTextDirection.h", |
70 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 71 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
71 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 72 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
72 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 73 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
73 "+third_party/WebKit/public/web/win/WebFontRendering.h" | 74 "+third_party/WebKit/public/web/win/WebFontRendering.h" |
74 ] | 75 ] |
OLD | NEW |