summaryrefslogtreecommitdiff
path: root/chromium/content/common/DEPS
blob: 7168a14f05ccbdc5ccedbc3d2fbcb6db45a360cd (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
include_rules = [
  "+cc",
  "+media/audio",
  "+media/base",
  "-webkit/browser",
  "-webkit/child",
  "-webkit/renderer",

  # TODO(ananta|jamesr|scottmg) http://crbug.com/237249
  "!webkit/child/websocketstreamhandle_impl.h",

  # 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/WebCString.h",
  "+third_party/WebKit/public/platform/WebDeviceMotionData.h",
  "+third_party/WebKit/public/platform/WebDeviceOrientationData.h",
  "+third_party/WebKit/public/platform/WebFloatPoint.h",
  "+third_party/WebKit/public/platform/WebFloatRect.h",
  "+third_party/WebKit/public/platform/WebGamepads.h",
  "+third_party/WebKit/public/platform/WebGraphicsContext3D.h",
  "+third_party/WebKit/public/platform/WebHTTPBody.h",
  "+third_party/WebKit/public/platform/WebIDBCallbacks.h",
  "+third_party/WebKit/public/platform/WebIDBCursor.h",
  "+third_party/WebKit/public/platform/WebIDBDatabase.h",
  "+third_party/WebKit/public/platform/WebIDBTypes.h",
  "+third_party/WebKit/public/platform/WebReferrerPolicy.h",
  "+third_party/WebKit/public/platform/WebScreenInfo.h",
  "+third_party/WebKit/public/platform/WebStorageArea.h",
  "+third_party/WebKit/public/platform/WebString.h",
  "+third_party/WebKit/public/platform/linux/WebFontFamily.h",
  "+third_party/WebKit/public/platform/linux/WebFontRenderStyle.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/WebDragOperation.h",
  "+third_party/WebKit/public/web/WebDragStatus.h",
  "+third_party/WebKit/public/web/WebFindOptions.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/WebScreenInfo.h",
  "+third_party/WebKit/public/web/WebTextDirection.h",
  "+third_party/WebKit/public/web/WebWindowFeatures.h",
]

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