Skip to content

Commit

Permalink
Fix Fuchsia build. (flutter#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejurka authored May 11, 2017
1 parent 8d428e7 commit ab52094
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion assets/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@ source_set("assets") {
]

deps = [
"//flutter/fml",
"//flutter/glue",
"//lib/ftl",
"//lib/zip",
]

public_deps = [
"//third_party/zlib:minizip",
]
}
2 changes: 1 addition & 1 deletion assets/zip_asset_store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
#include <string>
#include <utility>

#include "flutter/fml/trace_event.h"
#include "lib/ftl/files/eintr_wrapper.h"
#include "lib/ftl/files/unique_fd.h"
#include "flutter/glue/trace_event.h"
#include "lib/zip/unique_unzipper.h"

namespace blink {
Expand Down

0 comments on commit ab52094

Please sign in to comment.