move SkPDFD*.h from include to src
authorhalcanary <halcanary@google.com>
Thu, 19 Feb 2015 15:26:12 +0000 (07:26 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 19 Feb 2015 15:26:13 +0000 (07:26 -0800)
CQ_INCLUDE_TRYBOTS=client.skia:Mac Builder-Trybot,Linux Builder-Trybot,Win Builder-Trybot

Review URL: https://codereview.chromium.org/727343002

gyp/pdf.gyp
gyp/pdf.gypi
gyp/tools.gyp
src/pdf/SkPDFDevice.h [moved from include/pdf/SkPDFDevice.h with 100% similarity]
src/pdf/SkPDFDocument.h [moved from include/pdf/SkPDFDocument.h with 100% similarity]

index 76b23bb..b253fd8 100644 (file)
@@ -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
         ],
       },
     },
index c1b84ad..d4e6324 100644 (file)
@@ -7,11 +7,9 @@
 #
 {
     'sources': [
-        '<(skia_include_path)/pdf/SkPDFDevice.h',
-        '<(skia_include_path)/pdf/SkPDFDocument.h',
-
         '<(skia_src_path)/doc/SkDocument_PDF.cpp',
-
+        '<(skia_src_path)/pdf/SkDeflateWStream.cpp',
+        '<(skia_src_path)/pdf/SkDeflateWStream.h',
         '<(skia_src_path)/pdf/SkPDFBitmap.cpp',
         '<(skia_src_path)/pdf/SkPDFBitmap.h',
         '<(skia_src_path)/pdf/SkPDFCanon.cpp',
         '<(skia_src_path)/pdf/SkPDFCatalog.cpp',
         '<(skia_src_path)/pdf/SkPDFCatalog.h',
         '<(skia_src_path)/pdf/SkPDFDevice.cpp',
+        '<(skia_src_path)/pdf/SkPDFDevice.h',
         '<(skia_src_path)/pdf/SkPDFDeviceFlattener.cpp',
         '<(skia_src_path)/pdf/SkPDFDeviceFlattener.h',
         '<(skia_src_path)/pdf/SkPDFDocument.cpp',
+        '<(skia_src_path)/pdf/SkPDFDocument.h',
         '<(skia_src_path)/pdf/SkPDFFont.cpp',
         '<(skia_src_path)/pdf/SkPDFFont.h',
         '<(skia_src_path)/pdf/SkPDFFontImpl.h',
@@ -44,7 +44,5 @@
         '<(skia_src_path)/pdf/SkPDFUtils.cpp',
         '<(skia_src_path)/pdf/SkPDFUtils.h',
         '<(skia_src_path)/pdf/SkTSet.h',
-        '<(skia_src_path)/pdf/SkDeflateWStream.cpp',
-        '<(skia_src_path)/pdf/SkDeflateWStream.h',
     ],
 }
index 21d9c02..3ac32bd 100644 (file)
           '<(skia_include_path)/gpu',
           '<(skia_include_path)/images',
           '<(skia_include_path)/pathops',
-          '<(skia_include_path)/pdf',
           '<(skia_include_path)/pipe',
           '<(skia_include_path)/ports',
           '<(skia_include_path)/svg/parser',