Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(186)

Unified Diff: gyp/pdfviewer_lib.gyp

Issue 64093009: Move SkTDStackNester into its own private file. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/PdfViewer/src/SkTDStackNester.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdfviewer_lib.gyp
diff --git a/gyp/pdfviewer_lib.gyp b/gyp/pdfviewer_lib.gyp
index e25e02416693a3ad2f3f3f76335d54a8c32a7049..fd6d0fceb2f53b1c927190ae0a328c463ef2fa4c 100644
--- a/gyp/pdfviewer_lib.gyp
+++ b/gyp/pdfviewer_lib.gyp
@@ -12,7 +12,9 @@
# FIXME: Include directory is named "inc" (instead of "include") in
# order to not be considered the public API.
'../experimental/PdfViewer/inc/SkPdfRenderer.h',
+
'../experimental/PdfViewer/src/SkPdfRenderer.cpp',
+ '../experimental/PdfViewer/src/SkTDStackNester.h',
'../experimental/PdfViewer/SkPdfGraphicsState.cpp',
'../experimental/PdfViewer/SkPdfFont.cpp',
@@ -30,6 +32,7 @@
'include_dirs': [
'../experimental/PdfViewer',
'../experimental/PdfViewer/inc',
+ '../experimental/PdfViewer/src',
'../experimental/PdfViewer/pdfparser',
'../experimental/PdfViewer/pdfparser/native',
'../experimental/PdfViewer/pdfparser/native/pdfapi',
« no previous file with comments | « experimental/PdfViewer/src/SkTDStackNester.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698