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

Side by Side Diff: content/common/DEPS

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: fixed layout tests Created 4 years, 2 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_message_generator.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 "+device/base/synchronization", 4 "+device/base/synchronization",
5 "+services/shell/public/cpp", 5 "+services/shell/public/cpp",
6 6
7 # No inclusion of WebKit from the browser, other than strictly enum/POD, 7 # No inclusion of WebKit from the browser, other than strictly enum/POD,
8 # header-only types, and some selected common code. 8 # header-only types, and some selected common code.
9 "-third_party/WebKit", 9 "-third_party/WebKit",
10 "+third_party/WebKit/public/platform/WebAddressSpace.h", 10 "+third_party/WebKit/public/platform/WebAddressSpace.h",
(...skipping 13 matching lines...) Expand all
24 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 24 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
25 "+third_party/WebKit/public/platform/WebScreenInfo.h", 25 "+third_party/WebKit/public/platform/WebScreenInfo.h",
26 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h", 26 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h",
27 "+third_party/WebKit/public/platform/WebStorageArea.h", 27 "+third_party/WebKit/public/platform/WebStorageArea.h",
28 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", 28 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
29 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 29 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
30 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", 30 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h",
31 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h", 31 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h",
32 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h", 32 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h",
33 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 33 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
34 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h",
34 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 35 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
35 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h", 36 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h",
36 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", 37 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
37 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 38 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
38 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 39 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
39 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 40 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
40 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 41 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h", 43 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h",
43 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 44 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
(...skipping 16 matching lines...) Expand all
60 "+third_party/WebKit/public/web/WebPopupType.h", 61 "+third_party/WebKit/public/web/WebPopupType.h",
61 "+third_party/WebKit/public/web/WebSandboxFlags.h", 62 "+third_party/WebKit/public/web/WebSandboxFlags.h",
62 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 63 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
63 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 64 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
64 "+third_party/WebKit/public/web/WebTextDirection.h", 65 "+third_party/WebKit/public/web/WebTextDirection.h",
65 "+third_party/WebKit/public/web/WebTreeScopeType.h", 66 "+third_party/WebKit/public/web/WebTreeScopeType.h",
66 "+third_party/WebKit/public/web/WebWindowFeatures.h", 67 "+third_party/WebKit/public/web/WebWindowFeatures.h",
67 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 68 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
68 "+third_party/WebKit/public/web/win/WebFontRendering.h" 69 "+third_party/WebKit/public/web/win/WebFontRendering.h"
69 ] 70 ]
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698