* 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