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 "+chromeos", | 6 "+chromeos", |
7 "+components/autofill/content/browser", | 7 "+components/autofill/content/browser", |
8 "+components/autofill/core/browser", | 8 "+components/autofill/core/browser", |
9 "+components/autofill/core/common", | 9 "+components/autofill/core/common", |
10 "+components/breakpad", | 10 "+components/breakpad", |
(...skipping 65 matching lines...) Loading... |
76 "+third_party/icu/source/i18n/unicode", | 76 "+third_party/icu/source/i18n/unicode", |
77 "+third_party/leveldatabase", | 77 "+third_party/leveldatabase", |
78 "+third_party/protobuf/src/google/protobuf", | 78 "+third_party/protobuf/src/google/protobuf", |
79 "+third_party/re2", | 79 "+third_party/re2", |
80 "+third_party/sqlite", | 80 "+third_party/sqlite", |
81 "+third_party/zlib", | 81 "+third_party/zlib", |
82 | 82 |
83 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 83 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
84 # header-only types, and some selected common code. | 84 # header-only types, and some selected common code. |
85 "-third_party/WebKit", | 85 "-third_party/WebKit", |
| 86 "+third_party/WebKit/public/platform/WebCursorInfo.h", |
86 "+third_party/WebKit/public/platform/WebRect.h", | 87 "+third_party/WebKit/public/platform/WebRect.h", |
87 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 88 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
88 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 89 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
| 90 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
89 "+third_party/WebKit/public/web/WebAutofillClient.h", | 91 "+third_party/WebKit/public/web/WebAutofillClient.h", |
90 "+third_party/WebKit/public/web/WebCache.h", | 92 "+third_party/WebKit/public/web/WebCache.h", |
91 "+third_party/WebKit/public/web/WebContextMenuData.h", | 93 "+third_party/WebKit/public/web/WebContextMenuData.h", |
92 "+third_party/WebKit/public/web/WebCursorInfo.h", | |
93 "+third_party/WebKit/public/web/WebFindOptions.h", | 94 "+third_party/WebKit/public/web/WebFindOptions.h", |
94 "+third_party/WebKit/public/web/WebInputEvent.h", | 95 "+third_party/WebKit/public/web/WebInputEvent.h", |
95 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 96 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
96 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 97 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
97 "+third_party/WebKit/public/web/WebPluginAction.h", | 98 "+third_party/WebKit/public/web/WebPluginAction.h", |
98 "+third_party/WebKit/public/web/WebScreenInfo.h", | |
99 "+third_party/WebKit/public/web/WebTextDirection.h", | 99 "+third_party/WebKit/public/web/WebTextDirection.h", |
100 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 100 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
101 ] | 101 ] |
OLD | NEW |