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

Side by Side Diff: content/browser/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 | « no previous file | content/browser/frame_host/frame_tree_node.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 # Allow inclusion of specific components that we depend on. 2 # Allow inclusion of specific components that we depend on.
3 # See comment in content/DEPS for which components are allowed. 3 # See comment in content/DEPS for which components are allowed.
4 "+components/discardable_memory/common", 4 "+components/discardable_memory/common",
5 "+components/discardable_memory/service", 5 "+components/discardable_memory/service",
6 "+components/filesystem", 6 "+components/filesystem",
7 "+components/leveldb", 7 "+components/leveldb",
8 "+components/link_header_util", 8 "+components/link_header_util",
9 "+components/mime_util", 9 "+components/mime_util",
10 "+components/payments", 10 "+components/payments",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "+third_party/re2", 53 "+third_party/re2",
54 54
55 # Allow non-browser Chrome OS code to be used. 55 # Allow non-browser Chrome OS code to be used.
56 "+chromeos", 56 "+chromeos",
57 "+third_party/cros_system_api", 57 "+third_party/cros_system_api",
58 58
59 # No inclusion of WebKit from the browser, other than strictly enum/POD, 59 # No inclusion of WebKit from the browser, other than strictly enum/POD,
60 # header-only types, and some selected common code. 60 # header-only types, and some selected common code.
61 "-third_party/WebKit", 61 "-third_party/WebKit",
62 "+third_party/WebKit/public/platform/WebAddressSpace.h", 62 "+third_party/WebKit/public/platform/WebAddressSpace.h",
63 "+third_party/WebKit/public/platform/WebContentSecurityPolicy.h",
63 "+third_party/WebKit/public/platform/WebCursorInfo.h", 64 "+third_party/WebKit/public/platform/WebCursorInfo.h",
64 "+third_party/WebKit/public/platform/WebDisplayMode.h", 65 "+third_party/WebKit/public/platform/WebDisplayMode.h",
65 "+third_party/WebKit/public/platform/WebDragOperation.h", 66 "+third_party/WebKit/public/platform/WebDragOperation.h",
66 "+third_party/WebKit/public/platform/WebFocusType.h", 67 "+third_party/WebKit/public/platform/WebFocusType.h",
67 "+third_party/WebKit/public/platform/WebGamepad.h", 68 "+third_party/WebKit/public/platform/WebGamepad.h",
68 "+third_party/WebKit/public/platform/WebGamepads.h", 69 "+third_party/WebKit/public/platform/WebGamepads.h",
69 "+third_party/WebKit/public/platform/WebGestureEvent.h", 70 "+third_party/WebKit/public/platform/WebGestureEvent.h",
70 "+third_party/WebKit/public/platform/WebInputEvent.h", 71 "+third_party/WebKit/public/platform/WebInputEvent.h",
71 "+third_party/WebKit/public/platform/WebInsecureRequestPolicy.h", 72 "+third_party/WebKit/public/platform/WebInsecureRequestPolicy.h",
72 "+third_party/WebKit/public/platform/WebKeyboardEvent.h", 73 "+third_party/WebKit/public/platform/WebKeyboardEvent.h",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 105 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
105 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", 106 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
106 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 107 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
107 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", 108 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h",
108 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", 109 "+third_party/WebKit/public/platform/modules/vr/WebVR.h",
109 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h", 110 "+third_party/WebKit/public/platform/modules/websockets/websocket.mojom.h",
110 "+third_party/WebKit/public/public_features.h", 111 "+third_party/WebKit/public/public_features.h",
111 "+third_party/WebKit/public/web/WebAXEnums.h", 112 "+third_party/WebKit/public/web/WebAXEnums.h",
112 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 113 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
113 "+third_party/WebKit/public/web/WebConsoleMessage.h", 114 "+third_party/WebKit/public/web/WebConsoleMessage.h",
114 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
115 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 115 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
116 "+third_party/WebKit/public/web/WebDragStatus.h", 116 "+third_party/WebKit/public/web/WebDragStatus.h",
117 "+third_party/WebKit/public/web/WebFindOptions.h", 117 "+third_party/WebKit/public/web/WebFindOptions.h",
118 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", 118 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
119 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 119 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
120 "+third_party/WebKit/public/web/WebPluginAction.h", 120 "+third_party/WebKit/public/web/WebPluginAction.h",
121 "+third_party/WebKit/public/web/WebPopupType.h", 121 "+third_party/WebKit/public/web/WebPopupType.h",
122 "+third_party/WebKit/public/web/WebSandboxFlags.h", 122 "+third_party/WebKit/public/web/WebSandboxFlags.h",
123 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", 123 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h",
124 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 124 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
125 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 125 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
126 "+third_party/WebKit/public/web/WebTextDirection.h", 126 "+third_party/WebKit/public/web/WebTextDirection.h",
127 "+third_party/WebKit/public/web/WebTreeScopeType.h", 127 "+third_party/WebKit/public/web/WebTreeScopeType.h",
128 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 128 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
129 129
130 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 130 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
131 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 131 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
132 # for more information. 132 # for more information.
133 ] 133 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/frame_host/frame_tree_node.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698