summaryrefslogtreecommitdiff
path: root/pdfium.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'pdfium.gyp')
-rw-r--r--pdfium.gyp28
1 files changed, 1 insertions, 27 deletions
diff --git a/pdfium.gyp b/pdfium.gyp
index 8cf3950a68..9f2cd3d228 100644
--- a/pdfium.gyp
+++ b/pdfium.gyp
@@ -40,7 +40,7 @@
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO', # -Werror
},
}],
- ['clang==1', {
+ ['clang==1', {
'cflags!': [
'-Werror',
],
@@ -820,30 +820,4 @@
],
},
],
- 'conditions': [
- ['OS=="mac" or OS=="linux"', {
- 'targets': [
- {
- 'target_name': 'gcctest',
- 'type': 'executable',
- 'dependencies': [
- 'fpdfsdk',
- ],
- 'conditions': [
- ['OS=="mac"', {
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
- ],
- },
- }],
- ],
- 'sources': [
- 'test/gcctest.cpp',
- ],
- }
- ],
- }],
- ],
}
-