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

Unified Diff: build/common.gypi

Issue 11555026: Linux: add option to use system harfbuzz. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « no previous file | third_party/harfbuzz-ng/harfbuzz.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6d74de66d88afe19c58e39903ae3798f3fe66e93..6d09a47b45af10cd70868afe85d7671a748625d2 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1141,10 +1141,8 @@
# Uses system APIs for decoding audio and video.
'use_libffmpeg%': '0',
- # Always use the chromium skia. The use_system_harfbuzz needs to
- # match use_system_skia.
+ # Always use the chromium skia.
'use_system_skia%': '0',
- 'use_system_harfbuzz%': '0',
# Configure crash reporting and build options based on release type.
'conditions': [
« no previous file with comments | « no previous file | third_party/harfbuzz-ng/harfbuzz.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698