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:
John McCutchan 2015-05-21 09:55:57 -07:00
parent 4bc21d24a6
commit 47bd02f024

View File

@ -85,5 +85,9 @@ dart_pkg("sdk") {
"//sky/services/testing:bindings",
]
datadeps = [
"//sky/engine/bindings",
]
sdk_ext_directory = "$root_gen_dir/sky/bindings"
}