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

Unified Diff: gyp/pdf.gyp

Issue 727343002: move SkPDFD*.h from include to src (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 10 months 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 | « no previous file | gyp/pdf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdf.gyp
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 76b23bb3a7fb0f3e2e70d4577ce9b2013eb2444d..b253fd8e97e3719c7a35d8fc740a003f7fc9683e 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -14,7 +14,6 @@
'pdf.gypi',
],
'include_dirs': [
- '../include/pdf',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
'../src/pdf',
'../src/utils', # needed to get SkBitSet.h
@@ -43,7 +42,7 @@
'SK_SUPPORT_PDF',
],
'include_dirs': [
- '../include/pdf',
+ '../include/core', # SkDocument.h
],
},
},
« no previous file with comments | « no previous file | gyp/pdf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698