Index: gyp/SampleApp.gyp |
diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp |
index 3a0770296b1e0e1bcd78fef9d0b52734883a6ca6..2708036d84dfe2dd529aa2ee8fdadec4e0d83fe3 100644 |
--- a/gyp/SampleApp.gyp |
+++ b/gyp/SampleApp.gyp |
@@ -1,3 +1,4 @@ |
+# |
{ |
'variables': { |
#manually set sample_pdf_file_viewer to 1 to have the PdfViewer in SampleApp |
@@ -167,7 +168,7 @@ |
'pdfviewer_lib.gyp:pdfviewer_lib', |
], |
'include_dirs' : [ |
- '../experimental/PdfViewer/', |
+ '../experimental/PdfViewer/inc', |
], |
'sources': [ |
'../samplecode/SamplePdfFileViewer.cpp', |