Address comments from CL 11506.

Change-Id: Ie4e06ec5badd7f06cf8c38096b0ee87c917b6d8a
Reviewed-on: https://dart-review.googlesource.com/11980
Commit-Queue: Peter von der Ahé <ahe@google.com>
Reviewed-by: Zach Anderson <zra@google.com>
This commit is contained in:
Peter von der Ahé 2017-10-20 13:59:58 +00:00 committed by commit-bot@chromium.org
parent 1e25e4814b
commit dc250fe168
2 changed files with 2 additions and 2 deletions

View file

@ -479,7 +479,7 @@ template("generate_vm_patched_sdk") {
other_outputs = [
# Instead of listing all outputs we list those consumed by
# other BUILD rules.
"$root_out_dir/${patched_sdk_dir}/lib/libraries.json",
"$root_out_dir/$patched_sdk_dir/lib/libraries.json",
]
# Build the patched sdk out of the concatenated patches and the special

View file

@ -92,7 +92,7 @@ generate_patched_sdk("patched_dart2js_sdk") {
outputs = [
# Instead of listing all outputs we list those consumed by
# other BUILD rules.
"$root_out_dir/${patched_sdk_dir}/lib/libraries.json",
"$root_out_dir/$patched_sdk_dir/lib/libraries.json",
]
}