I just wanted to know is it possible to build specifically GPU from the chromium using ninja(gn).
For example: In the GN documentation I saw something like,
--filters= Semicolon-separated list of label patterns used to limit the set of generated projects (see "gn help label_pattern"). Only matching targets and their dependencies will be included in the solution. Only used for Visual Studio, Xcode and JSON.
Can anyone who used this help me out!
PS: Visual Studio(.sln) with only GPU project in the solution is what I'm looking for.