summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libjpeg.gyp2
-rw-r--r--pdfviewer.gyp6
2 files changed, 4 insertions, 4 deletions
diff --git a/libjpeg.gyp b/libjpeg.gyp
index c365941..975831b 100644
--- a/libjpeg.gyp
+++ b/libjpeg.gyp
@@ -38,7 +38,7 @@
# we currently build skia's version of libjpeg-turbo without
# SIMD optimizations for simplicity
'../third_party/externals/libjpeg/jsimd_none.c',
-
+
'../third_party/externals/libjpeg/jcapimin.c',
'../third_party/externals/libjpeg/jcapistd.c',
'../third_party/externals/libjpeg/jccoefct.c',
diff --git a/pdfviewer.gyp b/pdfviewer.gyp
index ab84e7f..fd5eccb 100644
--- a/pdfviewer.gyp
+++ b/pdfviewer.gyp
@@ -17,7 +17,7 @@
'cflags': ['-fexceptions'],
'cflags_cc': ['-fexceptions'],
'cflags!': [ '-fno-exceptions' ],
- 'cflags_cc!': [ '-fno-exceptions' ],
+ 'cflags_cc!': [ '-fno-exceptions' ],
'sources': [
'../experimental/PdfViewer/pdf_viewer_main.cpp',
],
@@ -40,7 +40,7 @@
'link_settings': {
'libraries': [
],
- },
+ },
'defines': [
'BUILDING_PODOFO',
],
@@ -60,7 +60,7 @@
],
},
],
- ],
+ ],
}
# Local Variables: