summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/core/DEPS
blob: da61cbd23538404011d5573eed9e7a10fd06f25e (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
include_rules = [
    "+bindings",
    "+core",
    "+heap",
    "+mozilla",
    "+platform",
    "+public/platform",
    "+sys",

# core/ should not depend on modules/ at all, but there are a number of pieces
# of code that do. Please don't add to this list of exceptions.
    "!modules/encryptedmedia/MediaKeyNeededEvent.h",
    "!modules/encryptedmedia/MediaKeys.h",
    "!modules/filesystem/DraggedIsolatedFileSystem.h",
    "!modules/geolocation/GeolocationClient.h",
    "!modules/geolocation/GeolocationController.h",
    "!modules/geolocation/GeolocationError.h",
    "!modules/geolocation/GeolocationPosition.h",
    "!modules/mediastream/MediaStreamRegistry.h",
    "!modules/mediastream/MediaStreamTrackSourcesRequest.h",
    "!modules/mediastream/RTCStatsResponse.h",
    "!modules/webaudio/MediaElementAudioSourceNode.h",
    "!modules/webdatabase/DatabaseManager.h",
    "!modules/webdatabase/DatabaseTask.h",
]