Chromium Code Reviews| Index: build/config/BUILD.gn |
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
| index fe60b9641aca26f17005012cfe344b2e0d1c8d10..1ca2d1bc0ccda994f1a6b33cae78cb33008f5c9b 100644 |
| --- a/build/config/BUILD.gn |
| +++ b/build/config/BUILD.gn |
| @@ -31,6 +31,10 @@ config("my_msvs") { |
| "ENABLE_SETTINGS_APP=1", |
| "ENABLE_MANAGED_USERS=1", |
| ] |
| + |
| + if (use_aura) { |
| + defines += [ "USE_AURA=1" ] |
| + } |
| } |
| config("feature_flags") { |