Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index 801053723def9f7473d9f131a173ea99eef92c37..a7d7e22adc39a23c521ec9c64a217f58f2f18992 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -56,7 +56,8 @@ action("create_sdk") { |
| deps = [ |
| "runtime/bin:dart", |
| "utils/analysis_server", |
| - "utils/compiler", |
| + "utils/compiler:dart2js", |
| + "utils/compiler:utils_wrapper", |
| "utils/dartanalyzer:generate_dartanalyzer_snapshot", |
| "utils/dartanalyzer:generate_summary_spec", |
| "utils/dartanalyzer:generate_summary_strong", |