aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/pdf.gyp
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@chromium.org>2016-10-26 13:32:07 -0400
committerGravatar Mike Klein <mtklein@chromium.org>2016-10-26 17:47:00 +0000
commit552cd1335fb4f4cd87aa418cc99f484d186ba046 (patch)
tree979464faefc2f842fd494ef4a4d30cc2a585b778 /gyp/pdf.gyp
parent62e7b5fd79d3d61e9821ecd6123a3588d94893cc (diff)
Start inverting GN reading .gypis to GYP reading .gnis.
This canaries the idea by converting gyp/pdf.gypi to gn/pdf.gni. If this lands and rolls quietly, I'll flesh out the rest. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3972 Change-Id: Iecaf1ccce7891679904c585946272bfb25eea299 Reviewed-on: https://skia-review.googlesource.com/3972 Reviewed-by: Hal Canary <halcanary@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>
Diffstat (limited to 'gyp/pdf.gyp')
-rw-r--r--gyp/pdf.gyp6
1 files changed, 2 insertions, 4 deletions
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index be3ac4d12a..78209fb1b6 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -23,9 +23,6 @@
'skia_lib.gyp:skia_lib',
'zlib.gyp:zlib',
],
- 'includes': [
- 'pdf.gypi',
- ],
'include_dirs': [
'../include/private',
'../src/core', # needed to get SkGlyphCache.h and SkTextFormatParams.h
@@ -33,7 +30,8 @@
'../src/utils', # needed to get SkBitSet.h
],
'sources': [
- 'pdf.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
+ '../gn/pdf.gni', # Makes the .gni appear in IDEs.
+ '<!@(python read_gni.py ../gn/pdf.gni skia_pdf_sources)',
],
'conditions': [
[ 'skia_pdf_use_sfntly and not skia_android_framework and \