| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+apps", | 2 "+apps", |
| 3 "+ash", | 3 "+ash", |
| 4 "+chrome/app", | 4 "+chrome/app", |
| 5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
| 6 "+chrome/grit", | 6 "+chrome/grit", |
| 7 "+chrome/install_static", | 7 "+chrome/install_static", |
| 8 "+chrome/installer", | 8 "+chrome/installer", |
| 9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
| 10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 "+third_party/re2", | 88 "+third_party/re2", |
| 89 "+third_party/smhasher", | 89 "+third_party/smhasher", |
| 90 "+third_party/sqlite", | 90 "+third_party/sqlite", |
| 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/WebDisplayMode.h", | 96 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| 97 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", | 97 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", |
| 98 "+third_party/WebKit/public/platform/WebGestureEvent.h", |
| 99 "+third_party/WebKit/public/platform/WebInputEvent.h", |
| 98 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 100 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 99 "+third_party/WebKit/public/platform/WebSecurityStyle.h", | 101 "+third_party/WebKit/public/platform/WebSecurityStyle.h", |
| 100 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h", | 102 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h", |
| 101 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj
om.h", | 103 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj
om.h", |
| 102 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons
tants.h", | 104 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons
tants.h", |
| 103 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 105 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 104 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA
vailability.h", | 106 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA
vailability.h", |
| 105 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 107 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
| 106 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", | 108 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj
om.h", |
| 107 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", | 109 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", |
| 108 "+third_party/WebKit/public/public_features.h", | 110 "+third_party/WebKit/public/public_features.h", |
| 109 "+third_party/WebKit/public/web/WebCache.h", | 111 "+third_party/WebKit/public/web/WebCache.h", |
| 110 "+third_party/WebKit/public/web/WebContextMenuData.h", | 112 "+third_party/WebKit/public/web/WebContextMenuData.h", |
| 111 "+third_party/WebKit/public/web/WebFindOptions.h", | 113 "+third_party/WebKit/public/web/WebFindOptions.h", |
| 112 "+third_party/WebKit/public/web/WebInputEvent.h", | |
| 113 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 114 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
| 114 "+third_party/WebKit/public/web/WebPluginAction.h", | 115 "+third_party/WebKit/public/web/WebPluginAction.h", |
| 115 "+third_party/WebKit/public/web/WebTextDirection.h", | 116 "+third_party/WebKit/public/web/WebTextDirection.h", |
| 116 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 117 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
| 117 ] | 118 ] |
| 118 | 119 |
| 119 specific_include_rules = { | 120 specific_include_rules = { |
| 120 # Exploits don't abide by DEPS; so all IPC message definitions are fair game | 121 # Exploits don't abide by DEPS; so all IPC message definitions are fair game |
| 121 # in this type of test. | 122 # in this type of test. |
| 122 'chrome_security_exploit_browsertest\.cc' : [ | 123 'chrome_security_exploit_browsertest\.cc' : [ |
| 123 '+content/common', | 124 '+content/common', |
| 124 ], | 125 ], |
| 125 } | 126 } |
| OLD | NEW |