Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Unified Diff: build/build_config.h

Issue 5180002: Adjust default font sizes for new hand hinted fonts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: introduce CROS_HAND_HINTED_FONTS define, fix oobe/login buttons, dropdowns Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/build_config.h
diff --git a/build/build_config.h b/build/build_config.h
index 3218a05560fc4a919f47554741834454786abdff..703f1c8db2965f6f735f864b75197053d076c78e 100644
--- a/build/build_config.h
+++ b/build/build_config.h
@@ -127,4 +127,9 @@
#error Please add support for your compiler in build/build_config.h
#endif
+// Single define to trigger type of fonts which are used.
+#if defined(OS_CHROMEOS)
+#define CROS_HAND_HINTED_FONTS
+#endif
+
#endif // BUILD_BUILD_CONFIG_H_

Powered by Google App Engine
This is Rietveld 408576698