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

Unified Diff: third_party/woff2/woff2.gyp

Issue 1873123002: Update woff2 to 4e698b8 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: assert.h Created 4 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
« third_party/woff2/src/port.h ('K') | « third_party/woff2/src/woff2_out.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/woff2/woff2.gyp
diff --git a/third_party/woff2/woff2.gyp b/third_party/woff2/woff2.gyp
index aaec32e128a5ac6ebb015ff03e78a146e8ad988f..9973d821fa4d4b35ba42e1ec127d3a0725aa880b 100644
--- a/third_party/woff2/woff2.gyp
+++ b/third_party/woff2/woff2.gyp
@@ -7,6 +7,9 @@
{
'target_name': 'woff2_dec',
'type': 'static_library',
+ 'cflags': [
+ '-Wno-unused-function'
+ ],
'include_dirs': [
'src',
'<(DEPTH)/third_party/brotli/dec',
@@ -26,6 +29,8 @@
'src/woff2_common.h',
'src/woff2_dec.cc',
'src/woff2_dec.h',
+ 'src/woff2_out.cc',
+ 'src/woff2_out.h',
],
# TODO(ksakamoto): http://crbug.com/167187
'msvs_disabled_warnings': [
« third_party/woff2/src/port.h ('K') | « third_party/woff2/src/woff2_out.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698