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

Unified Diff: Source/core/features.gypi

Issue 23922004: Set USE(HARFBUZZ) in config.h instead of a gyp file (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 months 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
« no previous file with comments | « Source/config.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/features.gypi
diff --git a/Source/core/features.gypi b/Source/core/features.gypi
index 73346454830763d4b41871350b326e381628c7cd..e5d8d6b0364d8a9006f39eb46a8ed810f5efeee6 100644
--- a/Source/core/features.gypi
+++ b/Source/core/features.gypi
@@ -102,11 +102,6 @@
'ENABLE_RUBBER_BANDING=1',
],
}],
- ['OS=="linux" or OS=="android"', {
- 'feature_defines': [
- 'WTF_USE_HARFBUZZ=1',
- ],
- }],
['use_default_render_theme==1', {
'feature_defines': [
'ENABLE_DEFAULT_RENDER_THEME=1',
« no previous file with comments | « Source/config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698