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

Side by Side Diff: content/common/DEPS

Issue 2480003002: [RemotePlayback] Keep track of source compatibility and reject prompt() correspondingly (Closed)
Patch Set: Fixed the java enum comment 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
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 20 matching lines...) Expand all
31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 31 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
32 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", 32 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h",
33 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h", 33 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h",
34 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h", 34 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h",
35 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 35 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
36 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h", 36 "+third_party/WebKit/public/platform/modules/mediasession/media_session.mojom. h",
37 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h", 37 "+third_party/WebKit/public/platform/modules/permissions/permission_status.moj om.h",
38 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h", 38 "+third_party/WebKit/public/platform/modules/permissions/WebPermissionType.h",
39 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", 39 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
40 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 40 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
41 "+third_party/WebKit/public/platform/modules/remoteplayback/WebRemotePlaybackA vailability.h",
41 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h", 42 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
42 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 43 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
43 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 44 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
44 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 45 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
45 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h", 46 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h",
46 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 47 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
47 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h", 48 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h",
48 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 49 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
49 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", 50 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
50 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 51 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
(...skipping 12 matching lines...) Expand all
63 "+third_party/WebKit/public/web/WebPopupType.h", 64 "+third_party/WebKit/public/web/WebPopupType.h",
64 "+third_party/WebKit/public/web/WebSandboxFlags.h", 65 "+third_party/WebKit/public/web/WebSandboxFlags.h",
65 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 66 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
66 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 67 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
67 "+third_party/WebKit/public/web/WebTextDirection.h", 68 "+third_party/WebKit/public/web/WebTextDirection.h",
68 "+third_party/WebKit/public/web/WebTreeScopeType.h", 69 "+third_party/WebKit/public/web/WebTreeScopeType.h",
69 "+third_party/WebKit/public/web/WebWindowFeatures.h", 70 "+third_party/WebKit/public/web/WebWindowFeatures.h",
70 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 71 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
71 "+third_party/WebKit/public/web/win/WebFontRendering.h" 72 "+third_party/WebKit/public/web/win/WebFontRendering.h"
72 ] 73 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698