mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This CL introduces a new pattern for making services' public interfaces flexible wrt location in the repo. A mojom target can now add import_dirs. Each service target adds an import dir of the parent directory of "<service>/public" and specifies its imports relative to that directory. This CL covers the interfaces for geometry, gpu, input_events, and native_viewport. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/839903002