Hi i have just wondering about simple things.
Why only Some WebUI Root folder have Build.gn?
While I was developing my own browser,
I have small subfolders in large components like new_tab_page, and there are images that are only used in these folders, and it is difficult to maintain them in collaboration with others to use them in ntp's
build.gn . As far as I know, chromium basically has the principle of having
build.gn only for large folders such as downloads and ntp. What's the clear reason why subfolders shouldn't have it?