Skip to content

Commit

Permalink
Resubmit fix dep (flutter#4194)
Browse files Browse the repository at this point in the history
* Revert "Revert "Change kernel platform generation dependency name (flutter#4189)" (flutter#4192)"

This reverts commit a91e7b0.

* Remove bad change that broke the build

* Remove comma
  • Loading branch information
aam authored Oct 10, 2017
1 parent 3af233d commit 4994bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ group("flutter") {
testonly = true

deps = [
"//flutter/lib/snapshot:flutter_patched_sdk",
"//flutter/lib/snapshot:compile_platform",
"//flutter/lib/snapshot:generate_snapshot_bin",
"//flutter/sky",
"//flutter/third_party/txt",
Expand Down

0 comments on commit 4994bea

Please sign in to comment.