summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/device_orientation/DEPS
blob: cc8db4f809b687b75982edb5ac5281296a3b8002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
include_rules = [
    # NOTE: These files are POD structs used to interpret shared memory across
    # the Device Sensors implementation and the Blink client.
    "+services/device/public/cpp/generic_sensor/motion_data.h",
    "+services/device/public/cpp/generic_sensor/orientation_data.h",

    "-third_party/blink/renderer/modules",
    "+third_party/blink/renderer/modules/device_orientation",
    "+third_party/blink/renderer/modules/event_modules.h",
    "+third_party/blink/renderer/modules/event_target_modules.h",
    "+third_party/blink/renderer/modules/modules_export.h",
    "+third_party/blink/renderer/modules/sensor/sensor_inspector_agent.h",
]