OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+breakpad", | 3 "+breakpad", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome/tools/profiles", # For history unit tests. | 6 "+chrome/tools/profiles", # For history unit tests. |
7 "+chromeos", | 7 "+chromeos", |
8 "+components/autofill/content/browser", | 8 "+components/autofill/content/browser", |
9 "+components/autofill/core/browser", | 9 "+components/autofill/core/browser", |
10 "+components/autofill/core/common", | 10 "+components/autofill/core/common", |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 "+third_party/WebKit/public/web/WebInputEvent.h", | 108 "+third_party/WebKit/public/web/WebInputEvent.h", |
109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 109 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
110 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 110 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
111 "+third_party/WebKit/public/web/WebPluginAction.h", | 111 "+third_party/WebKit/public/web/WebPluginAction.h", |
112 "+third_party/WebKit/public/web/WebScreenInfo.h", | 112 "+third_party/WebKit/public/web/WebScreenInfo.h", |
113 "+third_party/WebKit/public/web/WebTextDirection.h", | 113 "+third_party/WebKit/public/web/WebTextDirection.h", |
114 | 114 |
115 # These should be burned down. http://crbug.com/237267 | 115 # These should be burned down. http://crbug.com/237267 |
116 "!third_party/WebKit/public/platform/WebData.h", | 116 "!third_party/WebKit/public/platform/WebData.h", |
117 "!third_party/WebKit/public/platform/WebHTTPBody.h", | 117 "!third_party/WebKit/public/platform/WebHTTPBody.h", |
118 "!third_party/WebKit/public/web/WebHistoryItem.h", | |
119 "!third_party/WebKit/public/web/WebKit.h", | 118 "!third_party/WebKit/public/web/WebKit.h", |
120 "!third_party/WebKit/public/web/WebSecurityOrigin.h", | 119 "!third_party/WebKit/public/web/WebSecurityOrigin.h", |
121 "!third_party/WebKit/public/web/WebSecurityPolicy.h", | 120 "!third_party/WebKit/public/web/WebSecurityPolicy.h", |
122 "!third_party/WebKit/public/web/WebView.h", | 121 "!third_party/WebKit/public/web/WebView.h", |
123 ] | 122 ] |
OLD | NEW |