Skip to content

Commit

Permalink
Separate filters into different TUs (flutter#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdero authored and dnfield committed Apr 27, 2022
1 parent 47ff8db commit 3235eac
Show file tree
Hide file tree
Showing 9 changed files with 566 additions and 542 deletions.
8 changes: 6 additions & 2 deletions impeller/entity/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,12 @@ impeller_component("entity") {
"contents/content_context.h",
"contents/contents.cc",
"contents/contents.h",
"contents/filter_contents.cc",
"contents/filter_contents.h",
"contents/filters/blend_filter_contents.cc",
"contents/filters/blend_filter_contents.h",
"contents/filters/filter_contents.cc",
"contents/filters/filter_contents.h",
"contents/filters/gaussian_blur_filter_contents.cc",
"contents/filters/gaussian_blur_filter_contents.h",
"contents/linear_gradient_contents.cc",
"contents/linear_gradient_contents.h",
"contents/solid_color_contents.cc",
Expand Down
Loading

0 comments on commit 3235eac

Please sign in to comment.