Adam Barth d71037bb51 HTMLImportLoader should talk directly to mojo::NetworkService
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
2014-10-24 15:05:42 -07:00

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",
]