Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit deeb293

Browse files
committed
Add warning to //flutter/graphics
1 parent 503bc1d commit deeb293

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

graphics/BUILD.gn

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@ source_set("graphics") {
1515
"texture.h",
1616
]
1717

18+
# Heed caution when adding targets to the dependencies. This is a minimal
19+
# target containing graphics sources that embedders can depend on. Any
20+
# additions here could result in added app sizes across embeddings.
1821
deps = [
1922
"//flutter/assets",
2023
"//flutter/fml",
2124
"//flutter/shell/version:version",
2225
"//third_party/rapidjson",
2326
"//third_party/skia",
2427
]
28+
29+
public_configs = [ "//flutter:config" ]
2530
}

0 commit comments

Comments
 (0)