Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(979)

Side by Side Diff: chrome/browser/DEPS

Issue 2393513004: Convert app banners to use Mojo. (Closed)
Patch Set: Rebase. init() can cause frames to detach Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 "+third_party/sqlite", 84 "+third_party/sqlite",
85 "+third_party/zlib", 85 "+third_party/zlib",
86 86
87 # No inclusion of WebKit from the browser, other than strictly enum/POD, 87 # No inclusion of WebKit from the browser, other than strictly enum/POD,
88 # header-only types, and some selected common code. 88 # header-only types, and some selected common code.
89 "-third_party/WebKit", 89 "-third_party/WebKit",
90 "+third_party/WebKit/public/platform/WebDisplayMode.h", 90 "+third_party/WebKit/public/platform/WebDisplayMode.h",
91 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h", 91 "+third_party/WebKit/public/platform/WebLoadingBehaviorFlag.h",
92 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 92 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
93 "+third_party/WebKit/public/platform/WebSecurityStyle.h", 93 "+third_party/WebKit/public/platform/WebSecurityStyle.h",
94 "+third_party/WebKit/public/platform/modules/app_banner/WebAppBannerPromptRepl y.h", 94 "+third_party/WebKit/public/platform/modules/app_banner/app_banner.mojom.h",
95 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h", 95 "+third_party/WebKit/public/platform/modules/budget_service/budget_service.moj om.h",
96 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 96 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
97 "+third_party/WebKit/public/platform/modules/payments/payment_request.mojom.h" , 97 "+third_party/WebKit/public/platform/modules/payments/payment_request.mojom.h" ,
98 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 98 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
99 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 99 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
100 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 100 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
101 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 101 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
102 "+third_party/WebKit/public/web/WebCache.h", 102 "+third_party/WebKit/public/web/WebCache.h",
103 "+third_party/WebKit/public/web/WebContextMenuData.h", 103 "+third_party/WebKit/public/web/WebContextMenuData.h",
104 "+third_party/WebKit/public/web/WebFindOptions.h", 104 "+third_party/WebKit/public/web/WebFindOptions.h",
105 "+third_party/WebKit/public/web/WebInputEvent.h", 105 "+third_party/WebKit/public/web/WebInputEvent.h",
106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 106 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
107 "+third_party/WebKit/public/web/WebPluginAction.h", 107 "+third_party/WebKit/public/web/WebPluginAction.h",
108 "+third_party/WebKit/public/web/WebTextDirection.h", 108 "+third_party/WebKit/public/web/WebTextDirection.h",
109 "+third_party/WebKit/public/web/WebWindowFeatures.h", 109 "+third_party/WebKit/public/web/WebWindowFeatures.h",
110 ] 110 ]
111 111
112 specific_include_rules = { 112 specific_include_rules = {
113 # Exploits don't abide by DEPS; so all IPC message definitions are fair game 113 # Exploits don't abide by DEPS; so all IPC message definitions are fair game
114 # in this type of test. 114 # in this type of test.
115 'chrome_security_exploit_browsertest\.cc' : [ 115 'chrome_security_exploit_browsertest\.cc' : [
116 '+content/common', 116 '+content/common',
117 ], 117 ],
118 } 118 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698