Chromium Code Reviews

Unified Diff: build/config/BUILD.gn

Issue 137993014: Fix Windows GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | build/config/BUILDCONFIG.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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") {
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | build/config/BUILDCONFIG.gn » ('J')

Powered by Google App Engine