| Index: ui/native_theme/BUILD.gn
|
| diff --git a/ui/native_theme/BUILD.gn b/ui/native_theme/BUILD.gn
|
| index 5f436ac4dbb78de212fd10d22a85fe0f6a5adb31..174e477e9dcbe7258f083ac792a6c6109a90ba2e 100644
|
| --- a/ui/native_theme/BUILD.gn
|
| +++ b/ui/native_theme/BUILD.gn
|
| @@ -15,12 +15,12 @@ component("native_theme") {
|
| "native_theme_android.h",
|
| "native_theme_base.cc",
|
| "native_theme_base.h",
|
| - "native_theme_features.cc",
|
| - "native_theme_features.h",
|
| "native_theme_mac.h",
|
| "native_theme_mac.mm",
|
| "native_theme_observer.cc",
|
| "native_theme_observer.h",
|
| + "native_theme_switches.cc",
|
| + "native_theme_switches.h",
|
| ]
|
|
|
| if (use_aura) {
|
|
|