aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-22 20:45:15 +0000
committerGravatar vandebo@chromium.org <vandebo@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-03-22 20:45:15 +0000
commit7d6c8f997f8fe2c222f9d6d31f984c2e7cf16cc5 (patch)
tree95d8dc5cf623018c83ef2154f10b618c8990b4a0 /gyp
parent7c9594259bbf007bf6dab857544586f2327ea66e (diff)
[PDF] Move most of the headers to be private.
Compute font stats in SkPDFDocument in order to make more of the headers private. Previous review: https://codereview.appspot.com/5868049/ Review URL: https://codereview.appspot.com/5875049 git-svn-id: http://skia.googlecode.com/svn/trunk@3470 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/pdf.gyp20
-rw-r--r--gyp/tests.gyp1
2 files changed, 11 insertions, 10 deletions
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index bb42f00d30..e7b0369a47 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -17,32 +17,32 @@
'../src/utils', # needed to get SkBitSet.h
],
'sources': [
- '../include/pdf/SkPDFCatalog.h',
'../include/pdf/SkPDFDevice.h',
'../include/pdf/SkPDFDocument.h',
- '../include/pdf/SkPDFFont.h',
- '../include/pdf/SkPDFFormXObject.h',
- '../include/pdf/SkPDFGraphicState.h',
- '../include/pdf/SkPDFImage.h',
- '../include/pdf/SkPDFPage.h',
- '../include/pdf/SkPDFShader.h',
- '../include/pdf/SkPDFStream.h',
- '../include/pdf/SkPDFTypes.h',
- '../include/pdf/SkPDFUtils.h',
'../src/pdf/SkPDFCatalog.cpp',
+ '../src/pdf/SkPDFCatalog.h',
'../src/pdf/SkPDFDevice.cpp',
'../src/pdf/SkPDFDocument.cpp',
'../src/pdf/SkPDFFont.cpp',
+ '../src/pdf/SkPDFFont.h',
'../src/pdf/SkPDFFontImpl.h',
'../src/pdf/SkPDFFormXObject.cpp',
+ '../src/pdf/SkPDFFormXObject.h',
'../src/pdf/SkPDFGraphicState.cpp',
+ '../src/pdf/SkPDFGraphicState.h',
'../src/pdf/SkPDFImage.cpp',
+ '../src/pdf/SkPDFImage.h',
'../src/pdf/SkPDFPage.cpp',
+ '../src/pdf/SkPDFPage.h',
'../src/pdf/SkPDFShader.cpp',
+ '../src/pdf/SkPDFShader.h',
'../src/pdf/SkPDFStream.cpp',
+ '../src/pdf/SkPDFStream.h',
'../src/pdf/SkPDFTypes.cpp',
+ '../src/pdf/SkPDFTypes.h',
'../src/pdf/SkPDFUtils.cpp',
+ '../src/pdf/SkPDFUtils.h',
],
# This section makes all targets that depend on this target
# #define SK_SUPPORT_PDF and have access to the pdf header files.
diff --git a/gyp/tests.gyp b/gyp/tests.gyp
index 541db7f556..a3a8002881 100644
--- a/gyp/tests.gyp
+++ b/gyp/tests.gyp
@@ -11,6 +11,7 @@
'../src/core',
'../src/effects',
'../src/gpu',
+ '../src/pdf',
'../src/utils',
],
'sources': [