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

Side by Side Diff: chrome/browser/DEPS

Issue 2771823002: Implement updateViaCache flag and no-cache by default for main service worker scripts
Patch Set: fix IPC Created 3 years, 4 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 "+cc/paint", 3 "+cc/paint",
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/util", 8 "+chrome/installer/util",
9 "+chrome_elf/blacklist", 9 "+chrome_elf/blacklist",
10 "+chrome_elf/chrome_elf_constants.h", 10 "+chrome_elf/chrome_elf_constants.h",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ", 130 "+third_party/WebKit/public/platform/modules/installation/installation.mojom.h ",
131 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h", 131 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h",
132 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 132 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
133 "+third_party/WebKit/public/platform/modules/payments/payment_app.mojom.h", 133 "+third_party/WebKit/public/platform/modules/payments/payment_app.mojom.h",
134 "+third_party/WebKit/public/platform/modules/payments/payment_request.mojom.h" , 134 "+third_party/WebKit/public/platform/modules/payments/payment_request.mojom.h" ,
135 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 135 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
136 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h ", 136 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h ",
137 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 137 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
138 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", 138 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
139 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 139 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
140 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerUpd ateViaCache.h",
140 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h", 141 "+third_party/WebKit/public/platform/modules/webshare/webshare.mojom.h",
141 "+third_party/WebKit/public/platform/site_engagement.mojom.h", 142 "+third_party/WebKit/public/platform/site_engagement.mojom.h",
142 "+third_party/WebKit/public/public_features.h", 143 "+third_party/WebKit/public/public_features.h",
143 "+third_party/WebKit/public/web/WebContextMenuData.h", 144 "+third_party/WebKit/public/web/WebContextMenuData.h",
144 "+third_party/WebKit/public/web/WebFindOptions.h", 145 "+third_party/WebKit/public/web/WebFindOptions.h",
145 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 146 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
146 "+third_party/WebKit/public/web/WebPluginAction.h", 147 "+third_party/WebKit/public/web/WebPluginAction.h",
147 "+third_party/WebKit/public/web/WebTextDirection.h", 148 "+third_party/WebKit/public/web/WebTextDirection.h",
148 "+third_party/WebKit/public/web/window_features.mojom.h", 149 "+third_party/WebKit/public/web/window_features.mojom.h",
149 150
150 # Unlike other WebKit directories WebKit/common is for the files that 151 # Unlike other WebKit directories WebKit/common is for the files that
151 # are commonly referenced by renderer-side and browser-side code, and 152 # are commonly referenced by renderer-side and browser-side code, and
152 # does not use Blink types like WTF. 153 # does not use Blink types like WTF.
153 "+third_party/WebKit/common", 154 "+third_party/WebKit/common",
154 ] 155 ]
155 specific_include_rules = { 156 specific_include_rules = {
156 # TODO(mash): Remove. http://crbug.com/678705 157 # TODO(mash): Remove. http://crbug.com/678705
157 "fullscreen_chromeos\.cc": [ 158 "fullscreen_chromeos\.cc": [
158 "+ash/root_window_controller.h", 159 "+ash/root_window_controller.h",
159 "+ash/shell.h", 160 "+ash/shell.h",
160 ] 161 ]
161 } 162 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698