mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Now the SkyDebugger implements NavigatorHost and actually navigates the mojo::View. This CL pulled a big refactor of sky/tools/debugger to separate out MojoMain from debugger.cc. R=eseidel@chromium.org Review URL: https://codereview.chromium.org/690363002
6 lines
81 B
Python
6 lines
81 B
Python
include_rules = [
|
|
"+mojo/public",
|
|
"+mojo/application",
|
|
"+mojo/services",
|
|
]
|