Skip to content

Commit 3235eac

Browse files
bderodnfield
authored andcommitted
Separate filters into different TUs (flutter#93)
1 parent 47ff8db commit 3235eac

9 files changed

+566
-542
lines changed

impeller/entity/BUILD.gn

+6-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,12 @@ impeller_component("entity") {
3737
"contents/content_context.h",
3838
"contents/contents.cc",
3939
"contents/contents.h",
40-
"contents/filter_contents.cc",
41-
"contents/filter_contents.h",
40+
"contents/filters/blend_filter_contents.cc",
41+
"contents/filters/blend_filter_contents.h",
42+
"contents/filters/filter_contents.cc",
43+
"contents/filters/filter_contents.h",
44+
"contents/filters/gaussian_blur_filter_contents.cc",
45+
"contents/filters/gaussian_blur_filter_contents.h",
4246
"contents/linear_gradient_contents.cc",
4347
"contents/linear_gradient_contents.h",
4448
"contents/solid_color_contents.cc",

0 commit comments

Comments
 (0)