aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2014-06-17 09:04:45 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-06-17 09:04:45 -0700
commit859b92448b27bb16852474f9a612748b3fd816d5 (patch)
treecf47ba7db2ef3c78de4fcd28c2bf59447230ac17 /gyp
parentc3b3266b7db2f1a41d41ecac010c766b7ad8eebc (diff)
move some headers out of public
patch from issue 338263003 BUG=skia: R=mtklein@google.com Author: reed@google.com Review URL: https://codereview.chromium.org/339183002
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gypi2
-rw-r--r--gyp/pdfviewer_lib.gyp1
2 files changed, 1 insertions, 2 deletions
diff --git a/gyp/core.gypi b/gyp/core.gypi
index 53718e9b26..e14fba742d 100644
--- a/gyp/core.gypi
+++ b/gyp/core.gypi
@@ -249,7 +249,6 @@
'<(skia_include_path)/core/SkFloatBits.h',
'<(skia_include_path)/core/SkFloatingPoint.h',
'<(skia_include_path)/core/SkFontHost.h',
- '<(skia_include_path)/core/SkGeometry.h',
'<(skia_include_path)/core/SkGraphics.h',
'<(skia_include_path)/core/SkImage.h',
'<(skia_include_path)/core/SkImageDecoder.h',
@@ -303,7 +302,6 @@
'<(skia_include_path)/core/SkTypes.h',
'<(skia_include_path)/core/SkUnPreMultiply.h',
'<(skia_include_path)/core/SkUtils.h',
- '<(skia_include_path)/core/SkVertState.h',
'<(skia_include_path)/core/SkWeakRefCnt.h',
'<(skia_include_path)/core/SkWriter32.h',
'<(skia_include_path)/core/SkXfermode.h',
diff --git a/gyp/pdfviewer_lib.gyp b/gyp/pdfviewer_lib.gyp
index b33c6c5d12..feb5f5b683 100644
--- a/gyp/pdfviewer_lib.gyp
+++ b/gyp/pdfviewer_lib.gyp
@@ -41,6 +41,7 @@
'../experimental/PdfViewer/pdfparser',
'../experimental/PdfViewer/pdfparser/native',
'../experimental/PdfViewer/pdfparser/native/pdfapi',
+ '../src/core',
],
'dependencies': [
'skia_lib.gyp:skia_lib',