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

Unified Diff: ots.gyp

Issue 13918002: [OTS] Integrate WOFF 2.0 algorithm into OTS (Closed) Base URL: http://ots.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 7 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 | « include/opentype-sanitiser.h ('k') | ots-common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ots.gyp
===================================================================
--- ots.gyp (revision 99)
+++ ots.gyp (working copy)
@@ -17,6 +17,7 @@
'<@(ots_sources)',
],
'include_dirs': [
+ '../..',
'<@(ots_include_dirs)',
],
'direct_dependent_settings': {
@@ -25,6 +26,7 @@
],
},
'dependencies': [
+ '../lzma_sdk/lzma_sdk.gyp:lzma_sdk',
'../zlib/zlib.gyp:zlib',
],
# TODO(jschuh): http://crbug.com/167187
« no previous file with comments | « include/opentype-sanitiser.h ('k') | ots-common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698