From a91e7b0c8b836273b61512b0dd8c9d6737f6f9d8 Mon Sep 17 00:00:00 2001 From: Alexander Aprelev Date: Tue, 10 Oct 2017 13:34:28 -0700 Subject: [PATCH] Revert "Change kernel platform generation dependency name (#4189)" (#4192) This reverts commit 83224fb6012c893b78c75e87184d3877c088394a. --- BUILD.gn | 2 +- lib/snapshot/BUILD.gn | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 6ef04fba0..36080a48e 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -6,7 +6,7 @@ group("flutter") { testonly = true deps = [ - "//flutter/lib/snapshot:compile_platform", + "//flutter/lib/snapshot:flutter_patched_sdk", "//flutter/lib/snapshot:generate_snapshot_bin", "//flutter/sky", "//flutter/third_party/txt", diff --git a/lib/snapshot/BUILD.gn b/lib/snapshot/BUILD.gn index b3acf64bf..48ff46adf 100644 --- a/lib/snapshot/BUILD.gn +++ b/lib/snapshot/BUILD.gn @@ -413,8 +413,7 @@ action("compile_platform") { args = [ "--target=flutter", - "dart:core", - "dart:vmservice_sky", + "dart:core" ] + rebase_path(sources, root_build_dir) + rebase_path(outputs, root_build_dir) } -- GitLab