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

Side by Side Diff: content/common/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 "-storage/browser", 2 "-storage/browser",
3 3
4 "+components/discardable_memory/common", 4 "+components/discardable_memory/common",
5 "+components/viz/common", 5 "+components/viz/common",
6 "+components/payments", 6 "+components/payments",
7 "+device/base/synchronization", 7 "+device/base/synchronization",
8 "+services/resource_coordinator/public/interfaces", 8 "+services/resource_coordinator/public/interfaces",
9 "+services/service_manager/public/cpp", 9 "+services/service_manager/public/cpp",
10 "+services/video_capture/public/interfaces", 10 "+services/video_capture/public/interfaces",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 55 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
56 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 56 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
57 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 57 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
58 "+third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h", 58 "+third_party/WebKit/public/platform/modules/payments/WebPaymentAppRequest.h",
59 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 59 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
60 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h", 60 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h",
61 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 61 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
62 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h", 62 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h",
63 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 63 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
64 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 64 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
65 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerUpd ateViaCache.h",
65 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", 66 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h",
66 "+third_party/WebKit/public/web/WebAXEnums.h", 67 "+third_party/WebKit/public/web/WebAXEnums.h",
67 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 68 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
68 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 69 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
69 "+third_party/WebKit/public/web/WebDragStatus.h", 70 "+third_party/WebKit/public/web/WebDragStatus.h",
70 "+third_party/WebKit/public/web/WebFindOptions.h", 71 "+third_party/WebKit/public/web/WebFindOptions.h",
71 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", 72 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
72 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", 73 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
73 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 74 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
74 "+third_party/WebKit/public/web/WebPluginAction.h", 75 "+third_party/WebKit/public/web/WebPluginAction.h",
75 "+third_party/WebKit/public/web/WebPopupType.h", 76 "+third_party/WebKit/public/web/WebPopupType.h",
76 "+third_party/WebKit/public/web/WebSandboxFlags.h", 77 "+third_party/WebKit/public/web/WebSandboxFlags.h",
77 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 78 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
78 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 79 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
79 "+third_party/WebKit/public/web/WebTextDirection.h", 80 "+third_party/WebKit/public/web/WebTextDirection.h",
80 "+third_party/WebKit/public/web/WebTreeScopeType.h", 81 "+third_party/WebKit/public/web/WebTreeScopeType.h",
81 "+third_party/WebKit/public/web/WebTriggeringEventInfo.h", 82 "+third_party/WebKit/public/web/WebTriggeringEventInfo.h",
82 "+third_party/WebKit/public/web/win/WebFontRendering.h" 83 "+third_party/WebKit/public/web/win/WebFontRendering.h"
83 ] 84 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698