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

Side by Side Diff: content/common/DEPS

Issue 2612793002: Implement ContentSecurityPolicy on the browser-side. (Closed)
Patch Set: Add the TODO and bug ids that was forgotten. Created 3 years, 10 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/content_param_traits_macros.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/payments", 5 "+components/payments",
6 "+device/base/synchronization", 6 "+device/base/synchronization",
7 "+services/service_manager/public/cpp", 7 "+services/service_manager/public/cpp",
8 "+services/video_capture/public/interfaces", 8 "+services/video_capture/public/interfaces",
9 9
10 # No inclusion of WebKit from the browser, other than strictly enum/POD, 10 # No inclusion of WebKit from the browser, other than strictly enum/POD,
11 # header-only types, and some selected common code. 11 # header-only types, and some selected common code.
12 "-third_party/WebKit", 12 "-third_party/WebKit",
13 "+third_party/WebKit/public/platform/WebAddressSpace.h", 13 "+third_party/WebKit/public/platform/WebAddressSpace.h",
14 "+third_party/WebKit/public/platform/WebContentSecurityPolicy.h",
14 "+third_party/WebKit/public/platform/WebDisplayMode.h", 15 "+third_party/WebKit/public/platform/WebDisplayMode.h",
15 "+third_party/WebKit/public/platform/WebDragOperation.h", 16 "+third_party/WebKit/public/platform/WebDragOperation.h",
16 "+third_party/WebKit/public/platform/WebFeaturePolicy.h", 17 "+third_party/WebKit/public/platform/WebFeaturePolicy.h",
17 "+third_party/WebKit/public/platform/WebFloatPoint.h", 18 "+third_party/WebKit/public/platform/WebFloatPoint.h",
18 "+third_party/WebKit/public/platform/WebFloatRect.h", 19 "+third_party/WebKit/public/platform/WebFloatRect.h",
19 "+third_party/WebKit/public/platform/WebFocusType.h", 20 "+third_party/WebKit/public/platform/WebFocusType.h",
20 "+third_party/WebKit/public/platform/WebGamepad.h", 21 "+third_party/WebKit/public/platform/WebGamepad.h",
21 "+third_party/WebKit/public/platform/WebGamepads.h", 22 "+third_party/WebKit/public/platform/WebGamepads.h",
22 "+third_party/WebKit/public/platform/WebGestureEvent.h", 23 "+third_party/WebKit/public/platform/WebGestureEvent.h",
23 "+third_party/WebKit/public/platform/WebHTTPBody.h", 24 "+third_party/WebKit/public/platform/WebHTTPBody.h",
(...skipping 29 matching lines...) Expand all
53 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 54 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
54 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h", 55 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h",
55 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 56 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
56 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h", 57 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h",
57 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 58 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
58 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", 59 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
59 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 60 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
60 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", 61 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h",
61 "+third_party/WebKit/public/web/WebAXEnums.h", 62 "+third_party/WebKit/public/web/WebAXEnums.h",
62 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 63 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
63 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
64 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 64 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
65 "+third_party/WebKit/public/web/WebDragStatus.h", 65 "+third_party/WebKit/public/web/WebDragStatus.h",
66 "+third_party/WebKit/public/web/WebFindOptions.h", 66 "+third_party/WebKit/public/web/WebFindOptions.h",
67 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", 67 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
68 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", 68 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
69 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 69 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
70 "+third_party/WebKit/public/web/WebPluginAction.h", 70 "+third_party/WebKit/public/web/WebPluginAction.h",
71 "+third_party/WebKit/public/web/WebPopupType.h", 71 "+third_party/WebKit/public/web/WebPopupType.h",
72 "+third_party/WebKit/public/web/WebSandboxFlags.h", 72 "+third_party/WebKit/public/web/WebSandboxFlags.h",
73 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 73 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
74 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 74 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
75 "+third_party/WebKit/public/web/WebTextDirection.h", 75 "+third_party/WebKit/public/web/WebTextDirection.h",
76 "+third_party/WebKit/public/web/WebTreeScopeType.h", 76 "+third_party/WebKit/public/web/WebTreeScopeType.h",
77 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 77 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
78 "+third_party/WebKit/public/web/win/WebFontRendering.h" 78 "+third_party/WebKit/public/web/win/WebFontRendering.h"
79 ] 79 ]
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/content_param_traits_macros.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698