mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
We now observe the message loop and the mojo message pump directly. R=ojan@chromium.org, eseidel@chromium.org Review URL: https://codereview.chromium.org/673783006
18 lines
280 B
Python
18 lines
280 B
Python
include_rules = [
|
|
"+..",
|
|
"+bindings",
|
|
"+core",
|
|
"+gin/public",
|
|
"+heap",
|
|
"+modules",
|
|
"+mojo/common",
|
|
"+painting",
|
|
"+platform",
|
|
"+public",
|
|
"+public/platform",
|
|
"+skia",
|
|
"+third_party/khronos",
|
|
"+third_party/skia",
|
|
"+web",
|
|
]
|