OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome_elf/blacklist", | 6 "+chrome_elf/blacklist", |
7 "+chromeos", | 7 "+chromeos", |
8 "+components/autofill/content/browser", | 8 "+components/autofill/content/browser", |
9 "+components/autofill/content/common", | 9 "+components/autofill/content/common", |
10 "+components/autofill/core/browser", | 10 "+components/autofill/core/browser", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
91 "+third_party/zlib", | 91 "+third_party/zlib", |
92 | 92 |
93 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 93 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
94 # header-only types, and some selected common code. | 94 # header-only types, and some selected common code. |
95 "-third_party/WebKit", | 95 "-third_party/WebKit", |
96 "+third_party/WebKit/public/platform/WebCursorInfo.h", | 96 "+third_party/WebKit/public/platform/WebCursorInfo.h", |
97 "+third_party/WebKit/public/platform/WebRect.h", | 97 "+third_party/WebKit/public/platform/WebRect.h", |
98 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 98 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
99 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 99 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
100 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 100 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
101 "+third_party/WebKit/public/web/WebAutofillClient.h", | |
102 "+third_party/WebKit/public/web/WebCache.h", | 101 "+third_party/WebKit/public/web/WebCache.h", |
103 "+third_party/WebKit/public/web/WebContextMenuData.h", | 102 "+third_party/WebKit/public/web/WebContextMenuData.h", |
104 "+third_party/WebKit/public/web/WebFindOptions.h", | 103 "+third_party/WebKit/public/web/WebFindOptions.h", |
105 "+third_party/WebKit/public/web/WebInputEvent.h", | 104 "+third_party/WebKit/public/web/WebInputEvent.h", |
106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 105 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
107 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 106 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
108 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 107 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
109 "+third_party/WebKit/public/web/WebPluginAction.h", | 108 "+third_party/WebKit/public/web/WebPluginAction.h", |
110 "+third_party/WebKit/public/web/WebTextDirection.h", | 109 "+third_party/WebKit/public/web/WebTextDirection.h", |
111 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 110 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
112 ] | 111 ] |
OLD | NEW |