Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: gyp/pdf.gyp

Issue 1892203002: Revert of SkPDF: PDF/A runtime switch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/PDFBench.cpp ('k') | gyp/pdf.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/pdf.gyp
diff --git a/gyp/pdf.gyp b/gyp/pdf.gyp
index 1e5767df68696fefe8f5c7d927758a24f1ea82fe..4a7ba6ddce9f0d81f48ae58deb0beb436f0a607b 100644
--- a/gyp/pdf.gyp
+++ b/gyp/pdf.gyp
@@ -22,16 +22,11 @@
'skia_pdf_less_compression%': 0, # enable for debugging only
},
'dependencies': [
- 'utils.gyp:utils',
'skia_lib.gyp:skia_lib',
'zlib.gyp:zlib',
],
'includes': [
'pdf.gypi',
- ],
- 'sources!': [
- '<(skia_src_path)/utils/SkMD5.cpp',
- '<(skia_src_path)/utils/SkMD5.h',
],
'include_dirs': [
'../include/private',
« no previous file with comments | « bench/PDFBench.cpp ('k') | gyp/pdf.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698