summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/build_config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/build_config.h b/build/build_config.h
index 3218a05..0bfccd7 100644
--- a/build/build_config.h
+++ b/build/build_config.h
@@ -127,4 +127,10 @@
#error Please add support for your compiler in build/build_config.h
#endif
+#if defined(OS_CHROMEOS)
+// Single define to trigger whether CrOS fonts have BCI on.
+// In that case font sizes/deltas should be adjusted.
+//define CROS_FONTS_USING_BCI
+#endif
+
#endif // BUILD_BUILD_CONFIG_H_