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

Side by Side Diff: content/browser/DEPS

Issue 2805763004: [System-Keyboard-Lock] Forward navigator functions to RenderFrameHost (Closed)
Patch Set: Sync latest changes Created 3 years, 7 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/browser/BUILD.gn ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('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 # Allow inclusion of specific components that we depend on. 2 # Allow inclusion of specific components that we depend on.
3 # See comment in content/DEPS for which components are allowed. 3 # See comment in content/DEPS for which components are allowed.
4 "+components/discardable_memory/common", 4 "+components/discardable_memory/common",
5 "+components/discardable_memory/service", 5 "+components/discardable_memory/service",
6 "+components/display_compositor", 6 "+components/display_compositor",
7 "+components/filesystem", 7 "+components/filesystem",
8 "+components/leveldb", 8 "+components/leveldb",
9 "+components/link_header_util", 9 "+components/link_header_util",
10 "+components/mime_util", 10 "+components/mime_util",
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "+third_party/WebKit/public/platform/WebTouchEvent.h", 80 "+third_party/WebKit/public/platform/WebTouchEvent.h",
81 "+third_party/WebKit/public/platform/WebTextInputType.h", 81 "+third_party/WebKit/public/platform/WebTextInputType.h",
82 "+third_party/WebKit/public/platform/mime_registry.mojom.h", 82 "+third_party/WebKit/public/platform/mime_registry.mojom.h",
83 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m ojom.h", 83 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m ojom.h",
84 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", 84 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h",
85 "+third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channe l.mojom.h", 85 "+third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channe l.mojom.h",
86 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException .h", 86 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException .h",
87 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 87 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
88 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h", 88 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid er.mojom.h",
89 "+third_party/WebKit/public/platform/modules/installedapp/related_application. mojom.h", 89 "+third_party/WebKit/public/platform/modules/installedapp/related_application. mojom.h",
90 "+third_party/WebKit/public/platform/modules/keyboard_lock/keyboard_lock.mojom .h",
90 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h", 91 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h",
91 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h", 92 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons tants.h",
92 "+third_party/WebKit/public/platform/modules/notifications/notification.mojom. h", 93 "+third_party/WebKit/public/platform/modules/notifications/notification.mojom. h",
93 "+third_party/WebKit/public/platform/modules/notifications/notification_servic e.mojom.h", 94 "+third_party/WebKit/public/platform/modules/notifications/notification_servic e.mojom.h",
94 "+third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_ surface.mojom.h", 95 "+third_party/WebKit/public/platform/modules/offscreencanvas/offscreen_canvas_ surface.mojom.h",
95 "+third_party/WebKit/public/platform/modules/permissions/permission.mojom.h", 96 "+third_party/WebKit/public/platform/modules/permissions/permission.mojom.h",
96 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 97 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
97 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h ", 98 "+third_party/WebKit/public/platform/modules/presentation/presentation.mojom.h ",
98 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 99 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
99 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 100 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
(...skipping 26 matching lines...) Expand all
126 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 127 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
127 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 128 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
128 "+third_party/WebKit/public/web/WebTextDirection.h", 129 "+third_party/WebKit/public/web/WebTextDirection.h",
129 "+third_party/WebKit/public/web/WebTreeScopeType.h", 130 "+third_party/WebKit/public/web/WebTreeScopeType.h",
130 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 131 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
131 132
132 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! 133 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!!
133 # See https://sites.google.com/a/chromium.org/dev/developers/content-module 134 # See https://sites.google.com/a/chromium.org/dev/developers/content-module
134 # for more information. 135 # for more information.
135 ] 136 ]
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698