summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authornkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 20:57:18 +0000
committernkostylev@chromium.org <nkostylev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-22 20:57:18 +0000
commit068ea4cad37cf0cfd309f5dd5f9623a9c590ae35 (patch)
tree7957093405a846fa254a8f250b1a17646228dd8d /build
parent9b511537cfc34a2bda36f9298b270b1768c78e3a (diff)
downloadchromium_src-068ea4cad37cf0cfd309f5dd5f9623a9c590ae35.zip
chromium_src-068ea4cad37cf0cfd309f5dd5f9623a9c590ae35.tar.gz
chromium_src-068ea4cad37cf0cfd309f5dd5f9623a9c590ae35.tar.bz2
[cros] Adjust default font sizes for new hand hinted fonts.
BUG=chromium-os:8658 TEST=Manual. Review URL: http://codereview.chromium.org/5180002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66999 0039d316-1c4b-4281-b951-d872f2087c98
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_