From a808ab9f0c6d020bf04d35b5fcb678df3ed99134 Mon Sep 17 00:00:00 2001 From: Zachary Anderson Date: Thu, 1 Jun 2017 12:09:14 -0700 Subject: [PATCH] Stop passing ignored argument to snapshot script (#3723) --- lib/snapshot/BUILD.gn | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/snapshot/BUILD.gn b/lib/snapshot/BUILD.gn index c2598ca397..6ba13bbbc8 100644 --- a/lib/snapshot/BUILD.gn +++ b/lib/snapshot/BUILD.gn @@ -65,8 +65,6 @@ action("generate_snapshot_bin") { rebase_path(vm_isolate_snapshot, root_build_dir), "--isolate_output_bin", rebase_path(isolate_snapshot, root_build_dir), - "--target_os", - target_os, "--url_mapping=dart:ui,$rebased_dart_ui_path", ] -- GitLab