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

Side by Side Diff: content/common/DEPS

Issue 2146803004: Create a content::FrameOwnerProperties struct for IPC transport of WebFrameOwnerProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Transport Created 4 years, 5 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 # No inclusion of WebKit from the browser, other than strictly enum/POD, 4 # No inclusion of WebKit from the browser, other than strictly enum/POD,
5 # header-only types, and some selected common code. 5 # header-only types, and some selected common code.
6 "-third_party/WebKit", 6 "-third_party/WebKit",
7 "+third_party/WebKit/public/platform/WebAddressSpace.h", 7 "+third_party/WebKit/public/platform/WebAddressSpace.h",
8 "+third_party/WebKit/public/platform/WebCString.h", 8 "+third_party/WebKit/public/platform/WebCString.h",
9 "+third_party/WebKit/public/platform/WebDisplayMode.h", 9 "+third_party/WebKit/public/platform/WebDisplayMode.h",
10 "+third_party/WebKit/public/platform/WebDragOperation.h", 10 "+third_party/WebKit/public/platform/WebDragOperation.h",
(...skipping 10 matching lines...) Expand all
21 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 21 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
22 "+third_party/WebKit/public/platform/WebScreenInfo.h", 22 "+third_party/WebKit/public/platform/WebScreenInfo.h",
23 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h", 23 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h",
24 "+third_party/WebKit/public/platform/WebStorageArea.h", 24 "+third_party/WebKit/public/platform/WebStorageArea.h",
25 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", 25 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
26 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 26 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
27 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h", 27 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h",
28 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h", 28 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h",
29 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 29 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
30 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 30 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
31 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h",
31 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", 32 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
32 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 33 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
33 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 34 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
34 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 35 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
35 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 36 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
36 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 37 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
37 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h", 38 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h",
38 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 39 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
39 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h", 40 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h",
40 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
(...skipping 14 matching lines...) Expand all
55 "+third_party/WebKit/public/web/WebPopupType.h", 56 "+third_party/WebKit/public/web/WebPopupType.h",
56 "+third_party/WebKit/public/web/WebSandboxFlags.h", 57 "+third_party/WebKit/public/web/WebSandboxFlags.h",
57 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 58 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
58 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 59 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
59 "+third_party/WebKit/public/web/WebTextDirection.h", 60 "+third_party/WebKit/public/web/WebTextDirection.h",
60 "+third_party/WebKit/public/web/WebTreeScopeType.h", 61 "+third_party/WebKit/public/web/WebTreeScopeType.h",
61 "+third_party/WebKit/public/web/WebWindowFeatures.h", 62 "+third_party/WebKit/public/web/WebWindowFeatures.h",
62 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 63 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
63 "+third_party/WebKit/public/web/win/WebFontRendering.h" 64 "+third_party/WebKit/public/web/win/WebFontRendering.h"
64 ] 65 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698