aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/SampleApp.gyp
diff options
context:
space:
mode:
authorGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-11 14:45:20 +0000
committerGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-07-11 14:45:20 +0000
commitd1a874aaa820e32590c5046fe13267b3a132263b (patch)
treee090bc52f55f5a9409ec25b3df2808c472f667a4 /gyp/SampleApp.gyp
parent15b11182036ba32a732a68982f5eca0b325e0ebe (diff)
(unreviewed) sample app: fix break in pdf viewer (podofo was replaced by native parser)
Review URL: https://codereview.chromium.org/18507004 git-svn-id: http://skia.googlecode.com/svn/trunk@10007 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/SampleApp.gyp')
-rw-r--r--gyp/SampleApp.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
index 2574fc8d9b..b30fca7158 100644
--- a/gyp/SampleApp.gyp
+++ b/gyp/SampleApp.gyp
@@ -165,7 +165,7 @@
'pdfviewer.gyp:libpdfviewer',
],
'include_dirs' : [
- '../experimental/PdfViewer/pdfparser/podofo',
+ '../experimental/PdfViewer/',
],
'sources': [
'../samplecode/SamplePdfFileViewer.cpp',