mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Rename internal Dart content handler unit testing library to _testing
- Also, fix clean builds, by not including the sdk_ext_directory as an input dependency because there is no rule to create it. Review URL: https://codereview.chromium.org/1147223006
This commit is contained in:
parent
4bc21d24a6
commit
47bd02f024
@ -85,5 +85,9 @@ dart_pkg("sdk") {
|
||||
"//sky/services/testing:bindings",
|
||||
]
|
||||
|
||||
datadeps = [
|
||||
"//sky/engine/bindings",
|
||||
]
|
||||
|
||||
sdk_ext_directory = "$root_gen_dir/sky/bindings"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user