aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-11 07:01:17 +0000
committerGravatar skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-06-11 07:01:17 +0000
commit7fb5373fb76951b7e8b534f04d508dd51e21be6e (patch)
tree10b62f50222bfbdf9f6a5ecae2fd520c323a036c /gyp
parent792bbd14c63f217f2de0e6b2f8df99acb1928eea (diff)
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@9501 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/libjpeg.gyp2
-rw-r--r--gyp/pdfviewer.gyp6
2 files changed, 4 insertions, 4 deletions
diff --git a/gyp/libjpeg.gyp b/gyp/libjpeg.gyp
index c365941c59..975831bab7 100644
--- a/gyp/libjpeg.gyp
+++ b/gyp/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/gyp/pdfviewer.gyp b/gyp/pdfviewer.gyp
index ab84e7f5d0..fd5eccbcf6 100644
--- a/gyp/pdfviewer.gyp
+++ b/gyp/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: