summaryrefslogtreecommitdiffstats
path: root/content/common/DEPS
blob: 3ba16c40dc272e2931c62450126719aadd32ea85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
include_rules = [
  "+media/audio",
  "+media/base",
  "-storage/browser",

  # No inclusion of WebKit from the browser, other than strictly enum/POD,
  # header-only types, and some selected common code.
  "-third_party/WebKit",
  "+third_party/WebKit/public/platform/WebBatteryStatus.h",
  "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h",
  "+third_party/WebKit/public/platform/WebCString.h",
  "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotionData.h",
  "+third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h",
  "+third_party/WebKit/public/platform/WebDisplayMode.h",
  "+third_party/WebKit/public/platform/WebFloatPoint.h",
  "+third_party/WebKit/public/platform/WebFloatRect.h",
  "+third_party/WebKit/public/platform/WebFocusType.h",
  "+third_party/WebKit/public/platform/WebGamepad.h",
  "+third_party/WebKit/public/platform/WebGamepads.h",
  "+third_party/WebKit/public/platform/WebGeofencingEventType.h",
  "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
  "+third_party/WebKit/public/platform/WebHistoryScrollRestorationType.h",
  "+third_party/WebKit/public/platform/WebHTTPBody.h",
  "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h",
  "+third_party/WebKit/public/platform/WebPageVisibilityState.h",
  "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
  "+third_party/WebKit/public/platform/WebScreenInfo.h",
  "+third_party/WebKit/public/platform/WebScrollbarButtonsPlacement.h",
  "+third_party/WebKit/public/platform/WebStorageArea.h",
  "+third_party/WebKit/public/platform/WebString.h",
  "+third_party/WebKit/public/platform/linux/WebFallbackFont.h",
  "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.h",
  "+third_party/WebKit/public/platform/modules/bluetooth/WebBluetoothError.h",
  "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h",
  "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPermission.h",
  "+third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h",
  "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionStatus.h",
  "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h",
  "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h",
  "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCacheError.h",
  "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerClientType.h",
  "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerError.h",
  "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEventResult.h",
  "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseError.h",
  "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponseType.h",
  "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerState.h",
  "+third_party/WebKit/public/web/WebAXEnums.h",
  "+third_party/WebKit/public/web/WebCompositionUnderline.h",
  "+third_party/WebKit/public/web/WebContentSecurityPolicy.h",
  "+third_party/WebKit/public/web/WebDeviceEmulationParams.h",
  "+third_party/WebKit/public/web/WebDragOperation.h",
  "+third_party/WebKit/public/web/WebDragStatus.h",
  "+third_party/WebKit/public/web/WebFindOptions.h",
  "+third_party/WebKit/public/web/WebFrameOwnerProperties.h",
  "+third_party/WebKit/public/web/WebInputEvent.h",
  "+third_party/WebKit/public/web/WebMediaPlayerAction.h",
  "+third_party/WebKit/public/web/WebPluginAction.h",
  "+third_party/WebKit/public/web/WebPopupType.h",
  "+third_party/WebKit/public/web/WebSandboxFlags.h",
  "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h",
  "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h",
  "+third_party/WebKit/public/web/WebTextDirection.h",
  "+third_party/WebKit/public/web/WebTreeScopeType.h",
  "+third_party/WebKit/public/web/WebWindowFeatures.h",
  "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h",
  "+third_party/WebKit/public/web/win/WebFontRendering.h"
]

specific_include_rules = {
# Java bridge code passes NPAPI types to the browser process. Crazy!
  "java_bridge_messages\.h": [
    "+content/child"
  ]
}