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

Unified Diff: ots-standalone.gyp

Issue 658573004: Updating to new OTS repo from https://github.com/khaledhosny/ots.git (Closed) Base URL: https://chromium.googlesource.com/external/ots@master
Patch Set: Adding Colored Emoji changes from external/git repo Created 6 years, 2 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
« .gitmodules ('K') | « ots-common.gypi ('k') | src/cbdt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ots-standalone.gyp
diff --git a/ots-standalone.gyp b/ots-standalone.gyp
old mode 100644
new mode 100755
index 90ab4ec7296524d044edf2b28dff02f0465d99ee..c8b8b946bead35b787989af82f85b87bf61bcbab
--- a/ots-standalone.gyp
+++ b/ots-standalone.gyp
@@ -8,7 +8,7 @@
'-ggdb',
'-W',
'-Wall',
- '-Werror',
+ '-Wshadow',
'-Wno-unused-parameter',
'-fPIE',
'-fstack-protector',
@@ -24,10 +24,14 @@
'ots-common.gypi',
],
'target_defaults': {
+ 'include_dirs': [
+ '.',
+ ],
'conditions': [
['OS=="linux"', {
'cflags': [
'<@(gcc_cflags)',
+ '-O',
],
'ldflags': [
'<@(gcc_ldflags)',
@@ -67,7 +71,7 @@
},
},
'include_dirs': [
- 'third_party/zlib'
+ 'third_party/zlib',
],
'defines': [
'NOMINMAX', # To suppress max/min macro definition.
@@ -83,11 +87,8 @@
'sources': [
'<@(ots_sources)',
],
- 'defines': [
- 'OTS_DEBUG',
- ],
'dependencies': [
- 'third_party/lzma_sdk/lzma_sdk.gyp:ots_lzma_sdk',
+ 'third_party/brotli/brotli.gyp:brotli',
],
'include_dirs': [
'<@(ots_include_dirs)',
« .gitmodules ('K') | « ots-common.gypi ('k') | src/cbdt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698