| Index: ui/gfx/BUILD.gn
|
| diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
|
| index 13fee93d16ae03fe00b3e6101edb8a015a50a8af..12f51a615cb554a514e508b3f960f12388aa15c3 100644
|
| --- a/ui/gfx/BUILD.gn
|
| +++ b/ui/gfx/BUILD.gn
|
| @@ -465,6 +465,7 @@ group("selection_bound") {
|
| }
|
|
|
| # Depend on this to use selection_bound.h without pulling in all of gfx.
|
| +# Cannot be a static_library in component builds due to exported functions
|
| source_set("selection_bound_sources") {
|
| visibility = [ ":*" ]
|
|
|
| @@ -499,6 +500,7 @@ group("memory_buffer") {
|
| ]
|
| }
|
| }
|
| +# Cannot be a static_library in component builds due to exported functions
|
| source_set("memory_buffer_sources") {
|
| visibility = [ ":*" ] # Depend on through ":memory_buffer".
|
|
|
|
|