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

Side by Side Diff: content/common/DEPS

Issue 2391883006: Mojo-ify implementation of screen orientation locking/unlocking. (Closed)
Patch Set: clup Created 4 years, 1 month 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/screen_orientation.mojom » ('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 "+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/modules/indexeddb/WebIDBTypes.h", 37 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
38 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h", 38 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h",
39 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 39 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
40 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h", 40 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h",
41 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", 41 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
42 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 42 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
43 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h", 43 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
44 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 44 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
45 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 45 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
46 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 46 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
47 "+third_party/WebKit/public/platform/modules/screen_orientation/screen_orienta tion_lock_types.mojom.h",
47 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 48 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
48 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h", 49 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h",
49 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 50 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
50 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h", 51 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h",
51 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 52 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
52 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", 53 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
53 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 54 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
54 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h", 55 "+third_party/WebKit/public/platform/modules/serviceworker/service_worker_even t_status.mojom.h",
55 "+third_party/WebKit/public/web/WebAXEnums.h", 56 "+third_party/WebKit/public/web/WebAXEnums.h",
56 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 57 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
57 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 58 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
58 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 59 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
59 "+third_party/WebKit/public/web/WebDragStatus.h", 60 "+third_party/WebKit/public/web/WebDragStatus.h",
60 "+third_party/WebKit/public/web/WebFindOptions.h", 61 "+third_party/WebKit/public/web/WebFindOptions.h",
61 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", 62 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
62 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h", 63 "+third_party/WebKit/public/web/WebFrameSerializerCacheControlPolicy.h",
63 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 64 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
64 "+third_party/WebKit/public/web/WebPluginAction.h", 65 "+third_party/WebKit/public/web/WebPluginAction.h",
65 "+third_party/WebKit/public/web/WebPopupType.h", 66 "+third_party/WebKit/public/web/WebPopupType.h",
66 "+third_party/WebKit/public/web/WebSandboxFlags.h", 67 "+third_party/WebKit/public/web/WebSandboxFlags.h",
67 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 68 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
68 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 69 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
69 "+third_party/WebKit/public/web/WebTextDirection.h", 70 "+third_party/WebKit/public/web/WebTextDirection.h",
70 "+third_party/WebKit/public/web/WebTreeScopeType.h", 71 "+third_party/WebKit/public/web/WebTreeScopeType.h",
71 "+third_party/WebKit/public/web/WebWindowFeatures.h", 72 "+third_party/WebKit/public/web/WebWindowFeatures.h",
72 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 73 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
73 "+third_party/WebKit/public/web/win/WebFontRendering.h" 74 "+third_party/WebKit/public/web/win/WebFontRendering.h"
74 ] 75 ]
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/screen_orientation.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698