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

Unified Diff: webkit/webkit.gyp

Issue 63067: Make the define of SKIA_HARFBUZZ and the link against harfbuzz.a... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 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 | « skia/skia.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
===================================================================
--- webkit/webkit.gyp (revision 13254)
+++ webkit/webkit.gyp (working copy)
@@ -3972,13 +3972,6 @@
# necessary to avoid build failure due to warnings generated by:
# ../third_party/WebKit/WebCore/dom/Document.cpp
'scons_remove' : {'CXXFLAGS' : ['-Werror']},
- 'include_dirs' : [
- '../third_party/harfbuzz/src',
- '../third_party/harfbuzz/contrib',
- ],
- 'defines': [
- 'SKIA_HARFBUZZ',
- ],
}],
['OS=="mac"', {
'actions': [
« no previous file with comments | « skia/skia.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698