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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 695523003: Instrumented libraries: add harfbuzz. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: deps Created 6 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
« no previous file with comments | « third_party/instrumented_libraries/install-build-deps.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index fc07a3f13d27171555ee1a427f78974a7e00b995..9a3c94455b65e26e04760c6f51df340357904a1a 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -143,6 +143,7 @@
}, {
'dependencies': [
'<(_sanitizer_type)-libtasn1-6',
+ '<(_sanitizer_type)-harfbuzz',
],
}],
['msan==1', {
@@ -667,5 +668,18 @@
'run_before_build': 'scripts/autogen.sh',
'includes': ['standard_instrumented_package_target.gypi'],
},
+ {
+ 'package_name': 'harfbuzz',
+ 'package_cflags': ['-Wno-c++11-narrowing'],
+ 'extra_configure_flags': [
+ # From debian/rules.
+ '--with-graphite2=yes',
+ '--with-gobject',
+ # See above.
+ '--disable-introspection',
+ ],
+ 'dependencies=': [],
+ 'includes': ['standard_instrumented_package_target.gypi'],
+ },
],
}
« no previous file with comments | « third_party/instrumented_libraries/install-build-deps.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698