Index: build/build_config.h |
diff --git a/build/build_config.h b/build/build_config.h |
index 3218a05560fc4a919f47554741834454786abdff..0bfccd761709d24aadc63f73f2b4f0d675747b22 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_ |