From 47bd02f02415b974087a05c2789aa2da2d29c275 Mon Sep 17 00:00:00 2001 From: John McCutchan Date: Thu, 21 May 2015 09:55:57 -0700 Subject: [PATCH] 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 --- sdk/BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sdk/BUILD.gn b/sdk/BUILD.gn index ee09536afd4..159a72ed875 100644 --- a/sdk/BUILD.gn +++ b/sdk/BUILD.gn @@ -85,5 +85,9 @@ dart_pkg("sdk") { "//sky/services/testing:bindings", ] + datadeps = [ + "//sky/engine/bindings", + ] + sdk_ext_directory = "$root_gen_dir/sky/bindings" }