summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/modules/device_orientation/DEPS
blob: 71a097e78eeb5ba5ed3093b13a41aabe416711d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
include_rules = [
    "+base/run_loop.h",
    "+mojo/public/cpp/bindings/binding.h",

    # 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/orientation_data.h",

    "+services/device/public/mojom/sensor.mojom-blink.h",
    "+services/device/public/mojom/sensor_provider.mojom-blink.h",
    "+services/device/public/cpp/test/fake_sensor_and_provider.h",
    "+services/device/public/cpp/generic_sensor/sensor_reading.h",
    "+services/device/public/cpp/generic_sensor/sensor_reading_shared_buffer_reader.h",
    "+ui/gfx/geometry/angle_conversions.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",
]