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

Side by Side Diff: content/common/DEPS

Issue 2613153003: [Presentation API] Replaces type converters with typemaps (Closed)
Patch Set: Extend presentation ID max length to 64. 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
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.
(...skipping 26 matching lines...) Expand all
37 "+third_party/WebKit/public/platform/WebTouchEvent.h", 37 "+third_party/WebKit/public/platform/WebTouchEvent.h",
38 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", 38 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
39 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 39 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
40 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", 40 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h",
41 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h", 41 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h",
42 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h", 42 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h",
43 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 43 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
44 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h", 44 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h",
45 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h", 45 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h",
46 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 46 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
47 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h ",
47 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", 48 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
48 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 49 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
49 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", 50 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
50 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 51 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
51 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 52 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
52 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 53 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
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",
(...skipping 14 matching lines...) Expand all
71 "+third_party/WebKit/public/web/WebPopupType.h", 72 "+third_party/WebKit/public/web/WebPopupType.h",
72 "+third_party/WebKit/public/web/WebSandboxFlags.h", 73 "+third_party/WebKit/public/web/WebSandboxFlags.h",
73 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 74 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
74 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 75 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
75 "+third_party/WebKit/public/web/WebTextDirection.h", 76 "+third_party/WebKit/public/web/WebTextDirection.h",
76 "+third_party/WebKit/public/web/WebTreeScopeType.h", 77 "+third_party/WebKit/public/web/WebTreeScopeType.h",
77 "+third_party/WebKit/public/web/WebWindowFeatures.h", 78 "+third_party/WebKit/public/web/WebWindowFeatures.h",
78 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 79 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
79 "+third_party/WebKit/public/web/win/WebFontRendering.h" 80 "+third_party/WebKit/public/web/win/WebFontRendering.h"
80 ] 81 ]
OLDNEW
« no previous file with comments | « content/browser/presentation/presentation_type_converters_unittest.cc ('k') | content/common/presentation/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698