Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index f32797ccbdb171609eee79fa13af7c77980a9fc1..c57ba3f317c5da6d4d83040b4e49b53db97d7417 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -196,9 +196,6 @@ 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" ] |
} |