mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL re-routes the loading pipeline for HTMLImportLoader directly to mojo::NetworkService rather than through core/fetch, platform/network, and WebURLLoader. R=eseidel@chromium.org, esprehn@chromium.org Review URL: https://codereview.chromium.org/678683004
17 lines
287 B
Python
17 lines
287 B
Python
include_rules = [
|
|
"+mozilla",
|
|
"+platform",
|
|
"+public/platform",
|
|
"+skia/ext",
|
|
"+mojo/common",
|
|
"+mojo/public",
|
|
"+mojo/services/public",
|
|
"+third_party/khronos",
|
|
"+third_party/skia",
|
|
"+url",
|
|
"+heap",
|
|
"-bindings",
|
|
"-core",
|
|
"-modules",
|
|
]
|