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

Side by Side Diff: content/common/DEPS

Issue 1888773003: Merge DragClientImpl into core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missing file. Created 4 years, 8 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 "+media/audio", 2 "+media/audio",
3 "+media/base", 3 "+media/base",
4 "-storage/browser", 4 "-storage/browser",
5 5
6 # No inclusion of WebKit from the browser, other than strictly enum/POD, 6 # No inclusion of WebKit from the browser, other than strictly enum/POD,
7 # header-only types, and some selected common code. 7 # header-only types, and some selected common code.
8 "-third_party/WebKit", 8 "-third_party/WebKit",
9 "+third_party/WebKit/public/platform/WebAddressSpace.h", 9 "+third_party/WebKit/public/platform/WebAddressSpace.h",
10 "+third_party/WebKit/public/platform/WebCString.h",
10 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", 11 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
11 "+third_party/WebKit/public/platform/WebCString.h",
12 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h",
13 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h",
14 "+third_party/WebKit/public/platform/WebDisplayMode.h", 12 "+third_party/WebKit/public/platform/WebDisplayMode.h",
13 "+third_party/WebKit/public/platform/WebDragOperation.h",
15 "+third_party/WebKit/public/platform/WebFloatPoint.h", 14 "+third_party/WebKit/public/platform/WebFloatPoint.h",
16 "+third_party/WebKit/public/platform/WebFloatRect.h", 15 "+third_party/WebKit/public/platform/WebFloatRect.h",
17 "+third_party/WebKit/public/platform/WebFocusType.h", 16 "+third_party/WebKit/public/platform/WebFocusType.h",
18 "+third_party/WebKit/public/platform/WebGamepad.h", 17 "+third_party/WebKit/public/platform/WebGamepad.h",
19 "+third_party/WebKit/public/platform/WebGamepads.h", 18 "+third_party/WebKit/public/platform/WebGamepads.h",
20 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", 19 "+third_party/WebKit/public/platform/WebGeofencingEventType.h",
21 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", 20 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
21 "+third_party/WebKit/public/platform/WebHTTPBody.h",
22 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h", 22 "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h",
23 "+third_party/WebKit/public/platform/WebHTTPBody.h",
24 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
25 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", 23 "+third_party/WebKit/public/platform/WebPageVisibilityState.h",
26 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", 24 "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
27 "+third_party/WebKit/public/platform/WebScreenInfo.h", 25 "+third_party/WebKit/public/platform/WebScreenInfo.h",
28 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h", 26 "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h",
29 "+third_party/WebKit/public/platform/WebStorageArea.h", 27 "+third_party/WebKit/public/platform/WebStorageArea.h",
30 "+third_party/WebKit/public/platform/WebString.h", 28 "+third_party/WebKit/public/platform/WebString.h",
31 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h", 29 "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
32 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h", 30 "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
33 "+third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h", 31 "+third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h",
32 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotio nData.h",
33 "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrien tationData.h",
34 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", 34 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
35 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h", 35 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm ission.h",
36 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h", 36 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
37 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h", 37 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS tatus.h",
38 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta tionError.h",
38 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h", 39 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationLockType.h",
39 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h", 40 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien tationType.h",
40 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h", 41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac heError.h",
41 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h", 42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCli entType.h",
42 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h", 43 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr or.h",
43 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h", 44 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve ntResult.h",
44 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h", 45 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseError.h",
45 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h", 46 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes ponseType.h",
46 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h", 47 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta te.h",
47 "+third_party/WebKit/public/web/WebAXEnums.h", 48 "+third_party/WebKit/public/web/WebAXEnums.h",
48 "+third_party/WebKit/public/web/WebCompositionUnderline.h", 49 "+third_party/WebKit/public/web/WebCompositionUnderline.h",
49 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", 50 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
50 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", 51 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
51 "+third_party/WebKit/public/web/WebDragOperation.h",
52 "+third_party/WebKit/public/web/WebDragStatus.h", 52 "+third_party/WebKit/public/web/WebDragStatus.h",
53 "+third_party/WebKit/public/web/WebFindOptions.h", 53 "+third_party/WebKit/public/web/WebFindOptions.h",
54 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h", 54 "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
55 "+third_party/WebKit/public/web/WebInputEvent.h", 55 "+third_party/WebKit/public/web/WebInputEvent.h",
56 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", 56 "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
57 "+third_party/WebKit/public/web/WebPluginAction.h", 57 "+third_party/WebKit/public/web/WebPluginAction.h",
58 "+third_party/WebKit/public/web/WebPopupType.h", 58 "+third_party/WebKit/public/web/WebPopupType.h",
59 "+third_party/WebKit/public/web/WebSandboxFlags.h", 59 "+third_party/WebKit/public/web/WebSandboxFlags.h",
60 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", 60 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
61 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", 61 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
62 "+third_party/WebKit/public/web/WebTextDirection.h", 62 "+third_party/WebKit/public/web/WebTextDirection.h",
63 "+third_party/WebKit/public/web/WebTreeScopeType.h", 63 "+third_party/WebKit/public/web/WebTreeScopeType.h",
64 "+third_party/WebKit/public/web/WebWindowFeatures.h", 64 "+third_party/WebKit/public/web/WebWindowFeatures.h",
65 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", 65 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
66 "+third_party/WebKit/public/web/win/WebFontRendering.h" 66 "+third_party/WebKit/public/web/win/WebFontRendering.h"
67 ] 67 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698