| Index: ui/native_theme/BUILD.gn
|
| diff --git a/ui/native_theme/BUILD.gn b/ui/native_theme/BUILD.gn
|
| index 721e317bf0dba7e22abe6bb08949df2eb26720de..cf45563ad1413f7b21ca04e759768324d953b624 100644
|
| --- a/ui/native_theme/BUILD.gn
|
| +++ b/ui/native_theme/BUILD.gn
|
| @@ -14,6 +14,8 @@ component("native_theme") {
|
| "native_theme_android.h",
|
| "native_theme_base.cc",
|
| "native_theme_base.h",
|
| + "native_theme_dark_win.cc",
|
| + "native_theme_dark_win.h",
|
| "native_theme_mac.h",
|
| "native_theme_mac.mm",
|
| "native_theme_observer.cc",
|
| @@ -28,6 +30,8 @@ component("native_theme") {
|
| sources += [
|
| "native_theme_aura.cc",
|
| "native_theme_aura.h",
|
| + "native_theme_dark_aura.cc",
|
| + "native_theme_dark_aura.h",
|
| ]
|
|
|
| if (is_win) {
|
|
|