summaryrefslogtreecommitdiff
path: root/skia/skia_gn_files.gypi
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2016-09-06 11:39:46 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-06 11:39:47 -0700
commit784548a551dca9b07723cb10323934b7e078d93a (patch)
tree82e428c5dae5b800d50500374ccf26dfe98f41f4 /skia/skia_gn_files.gypi
parent8e783a6b2c165b5d3dcdf9e4d4c2526ac18c77c8 (diff)
downloadpdfium-784548a551dca9b07723cb10323934b7e078d93a.tar.xz
Use new Skia .gni file for sources, remove .gypis.
This incorporates the changes from the following Chrome Skia build modifications: https://codereview.chromium.org/2301233002/ This file is provided by the Skia repo so the GN Chrome build doesn't have to make assumptions about the location and layout of Skia's GYP files. https://codereview.chromium.org/2299033006 Remove Skia GYP files from Chromium tree. Inlines the contents into the GN build. Review-Url: https://codereview.chromium.org/2316653003
Diffstat (limited to 'skia/skia_gn_files.gypi')
-rw-r--r--skia/skia_gn_files.gypi43
1 files changed, 0 insertions, 43 deletions
diff --git a/skia/skia_gn_files.gypi b/skia/skia_gn_files.gypi
deleted file mode 100644
index a3aca21014..0000000000
--- a/skia/skia_gn_files.gypi
+++ /dev/null
@@ -1,43 +0,0 @@
-# This file is read into the GN build.
-
-# Files are relative to third_party/skia.
-{
- 'skia_library_sources': [
- '<(skia_src_path)/ports/SkImageGenerator_none.cpp',
-
- '<(skia_src_path)/fonts/SkFontMgr_indirect.cpp',
- '<(skia_src_path)/fonts/SkRemotableFontMgr.cpp',
- '<(skia_src_path)/ports/SkFontHost_FreeType_common.cpp',
- '<(skia_src_path)/ports/SkFontHost_FreeType.cpp',
- '<(skia_src_path)/ports/SkFontHost_win.cpp',
- '<(skia_src_path)/ports/SkFontMgr_android.cpp',
- '<(skia_src_path)/ports/SkFontMgr_android_factory.cpp',
- '<(skia_src_path)/ports/SkFontMgr_android_parser.cpp',
- '<(skia_src_path)/ports/SkGlobalInitialization_default.cpp',
- '<(skia_src_path)/ports/SkImageEncoder_none.cpp',
- '<(skia_src_path)/ports/SkOSFile_posix.cpp',
- '<(skia_src_path)/ports/SkOSFile_stdio.cpp',
- '<(skia_src_path)/ports/SkOSFile_win.cpp',
- '<(skia_src_path)/ports/SkRemotableFontMgr_win_dw.cpp',
- '<(skia_src_path)/ports/SkScalerContext_win_dw.cpp',
- '<(skia_src_path)/ports/SkTLS_pthread.cpp',
- '<(skia_src_path)/ports/SkTLS_win.cpp',
- '<(skia_src_path)/ports/SkTypeface_win_dw.cpp',
- '<(skia_src_path)/sfnt/SkOTTable_name.cpp',
- '<(skia_src_path)/sfnt/SkOTUtils.cpp',
-
- #mac
- '<(skia_src_path)/utils/mac/SkStream_mac.cpp',
-
- #windows
-
- #testing
- '<(skia_src_path)/fonts/SkGScalerContext.cpp',
-
- #pdfium
- '<(skia_src_path)/ports/SkDiscardableMemory_none.cpp',
- '<(skia_src_path)/ports/SkFontMgr_custom.cpp',
- '<(skia_src_path)/ports/SkFontMgr_custom_empty_factory.cpp',
- '<(skia_src_path)/ports/SkMemory_malloc.cpp',
- ],
-}