Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index b3702b137e7ab8060918c9fb69337230690c698d..8fa209529763ead408a25539adc12c8704cb8cea 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -177,6 +177,12 @@ config("feature_flags") { |
if (enable_one_click_signin) { |
defines += [ "ENABLE_ONE_CLICK_SIGNIN" ] |
} |
+ if (use_athena) { |
+ defines += [ "USE_ATHENA=1" ] |
+ } |
+ if (enable_hidpi) { |
+ defines += [ "ENABLE_HIDPI=1" ] |
+ } |
} |
# Debug/release ---------------------------------------------------------------- |