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

Side by Side Diff: content/common/DEPS

Issue 2636843003: Move most Feature Policy code into content/ (Closed)
Patch Set: Move usage of WebSecurityOrigin to content/child Created 3 years, 11 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 "+device/base/synchronization", 5 "+device/base/synchronization",
6 "+services/service_manager/public/cpp", 6 "+services/service_manager/public/cpp",
7 "+services/video_capture/public/interfaces", 7 "+services/video_capture/public/interfaces",
8 8
9 # No inclusion of WebKit from the browser, other than strictly enum/POD, 9 # No inclusion of WebKit from the browser, other than strictly enum/POD,
10 # header-only types, and some selected common code. 10 # header-only types, and some selected common code.
11 "-third_party/WebKit", 11 "-third_party/WebKit",
12 "+third_party/WebKit/public/platform/WebAddressSpace.h", 12 "+third_party/WebKit/public/platform/WebAddressSpace.h",
13 "+third_party/WebKit/public/platform/WebCoalescedInputEvent.h", 13 "+third_party/WebKit/public/platform/WebCoalescedInputEvent.h",
14 "+third_party/WebKit/public/platform/WebCString.h", 14 "+third_party/WebKit/public/platform/WebCString.h",
15 "+third_party/WebKit/public/platform/WebDisplayMode.h", 15 "+third_party/WebKit/public/platform/WebDisplayMode.h",
16 "+third_party/WebKit/public/platform/WebDragOperation.h", 16 "+third_party/WebKit/public/platform/WebDragOperation.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",
24 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h", 25 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h",
25 "+third_party/WebKit/public/platform/WebInputEvent.h", 26 "+third_party/WebKit/public/platform/WebInputEvent.h",
26 "+third_party/WebKit/public/platform/WebInsecureRequestPolicy.h", 27 "+third_party/WebKit/public/platform/WebInsecureRequestPolicy.h",
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "+third_party/WebKit/public/web/WebPopupType.h", 69 "+third_party/WebKit/public/web/WebPopupType.h",
69 "+third_party/WebKit/public/web/WebSandboxFlags.h", 70 "+third_party/WebKit/public/web/WebSandboxFlags.h",
70 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 71 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
71 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 72 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
72 "+third_party/WebKit/public/web/WebTextDirection.h", 73 "+third_party/WebKit/public/web/WebTextDirection.h",
73 "+third_party/WebKit/public/web/WebTreeScopeType.h", 74 "+third_party/WebKit/public/web/WebTreeScopeType.h",
74 "+third_party/WebKit/public/web/WebWindowFeatures.h", 75 "+third_party/WebKit/public/web/WebWindowFeatures.h",
75 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 76 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
76 "+third_party/WebKit/public/web/win/WebFontRendering.h" 77 "+third_party/WebKit/public/web/win/WebFontRendering.h"
77 ] 78 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698