mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL adds an "inspect" command to skydb that injects the inspector module into the page and prints some instructions for opening the inspector. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/690433004
14 lines
238 B
Python
14 lines
238 B
Python
include_rules = [
|
|
"+cc",
|
|
"+mojo/public",
|
|
"+mojo/application",
|
|
"+mojo/cc",
|
|
"+mojo/converters/geometry",
|
|
"+mojo/services",
|
|
"+net/base",
|
|
"+skia",
|
|
"+sky/engine/public",
|
|
"+third_party/skia/include",
|
|
"+ui/native_theme",
|
|
]
|