Files
brave-core/browser/themes
Sangwoo Ko b1bfc02a64 Split darker theme related source into a new target (#31010)
* Guard `ui/color` properly with `toolkit_views`

Currently, we're using `!is_android` or doesn't have proper guard at all.
This change puts `toolkit_views` to guard `ui/color` code correctly.

* Split darker_theme related code to a new target

* Address code review(reposition comment and code)

* Make darker_theme_unittest.cc
2025-09-06 00:31:19 +09:00
..